html, body {height: 100%;}

body::before {
  display: block;
  content: '';
  height: 60px;
}

body {
  font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .navbar-brand {
  font-family: 'Oswald', sans-serif;
}

#map {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.container-fluid{
  padding: 0 !important;
}
section.parallax-bg-1{
background-size: cover;
}

.bg-secondary {
  background-color: #EDEBCD !important;
}

.bg-primary {
  background-color: #A52B4C !important;
}

.text-primary, .fas-primary {
  color: #A52B4C !important;
}

.text-secondary, .fas-secondary {
  color: #EDEBCD !important;
}

.border-primary {
  border-color: #A52B4C !important;
}

.btn-primary {
  background-color: #A52B4C !important;
}

.btn-primary:hover {
  background-color: #A52B4C !important;
}

.icon-primary {
  color: #A52B4C !important;
}

.list-group-item-secondary {
  background-color: #EDEBCD;
}

.btn {
  outline: none !important;
  border: none !important;
}

@media (min-width: 768px) {
  .news-input {
    width: 50%;
  }

}

@media (min-width: 1024px) {

  h2, .h2 {
    position: relative;
    line-height: 1.2em;
  }
  .underline:before {
    position: absolute;
    left: 0;
    top: 1.5em;
    height: 0;
    width: 50px;
    content: '';
    border-top: 3px solid #A52B4C;
  }

}

/* Nav */

.navbar .navbar-nav .nav-link:hover {
  color: #000000;
}

.navbar .navbar-nav .nav-link {
  position: relative;
}
.navbar .navbar-nav .nav-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: none;
  background-color: #8f0024;
  color: transparent;
  width: 0%;
  content: '';
  height: 3px;
  transition: all 0.5s;
}
.navbar .navbar-nav .nav-link:hover::after {
  width: 100%;
}

@media only screen and (min-width: 960px) {
  .navbar .navbar-nav .nav-link {
    padding: 0.5em 0.7em;
  }
  .navbar {
    padding: 0;
  }
  .navbar .navbar-brand {
    padding: 0 0.7em;
  }
  .navbar .navbar-nav .nav-link:hover::after {
    width: 90%;
  }
  .navbar .navbar-nav .nav-link::after {
    margin: auto;
  }
}

#carouselHero .carousel-item img {  
  height:75vh;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}

/* .carousel-caption {
  top: 50%;
  bottom: auto;
  }

*/

/* gradient on carousel so that text can be read easier 
@media (min-width:600px) {
  #carouselHero .carousel-item:before {
    content: "";
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
    display: block;
    position: absolute;
    top: 0;
    width: 100vw;
    height: 75vh;
  }
}
*/