#big-image {
  
  min-height: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: 100% 100%;
  background-image: url("../../IMG/bg-img.jpeg");
} 

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  color: black;
  display: flex transparent;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: .9;
}
.nav-container{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;

}
.animated-search-form[type=search] {
    width: 10rem;
    border: 0.125rem solid #e6e6e6;
    box-shadow: 0 0 3.125rem rgba(0, 0, 0, 0.18);
    border-radius: 0;
    background-image: url("https://image.ibb.co/i7NbrQ/search_icon_15.png");
    background-position: 0.625rem 0.625rem;
    background-repeat: no-repeat;
    padding: 0.75rem 1.25rem 0.75rem 2rem;
    transition: width 0.4s ease-in-out;
  }
  
  .animated-search-form[type=search]:focus {
    width: 100%;
  }
  

  .hero-section {
    background: url("https://static.pexels.com/photos/248064/pexels-photo-248064.jpeg") 50% no-repeat;
    background-size: cover;
    height: 40vh;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .hero-section .hero-section-text {
    color: #fefefe;
    text-shadow: 1px 1px 2px #0a0a0a;
  }
  
  .nav-container{
    font-family: Arial;
    font-size: 15px;
  
  }