.the-nautigal-regular {
  font-family: "The Nautigal", cursive;
  font-weight: 400;
  font-style: normal;
}

.the-nautigal-bold {
  font-family: "The Nautigal", cursive;
  font-weight: 700;
  font-style: normal;
}

.hurricane-regular {
  font-family: "Hurricane", cursive;
  font-weight: 400;
  font-style: normal;
}

.allura-regular {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
}

.hero{

height:100vh;

background:url("../../assets/img/hero1.png");

background-size:cover;
background-position:center;

display:flex;
align-items:center;

}

.tagline{

font-size:1.4rem;
opacity:.9;

}

.navbar-brand {
  font-size: 1.8em;
}

.nav-link a {
  color: #850000;
}
.nav-link a:hover {
  color: #FF0A0A;
}

