html,
body {
  position: relative;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  color: black;
}

.navbar {
  color: black !important;
  padding: 5px;
  padding-left: 100px;
  padding-left: 20px;
  margin-bottom: 22px;
}

.navbar-brand {
  color: whitesmoke !important;
  font-size: 10px !important;
  font-weight: bold;
}

.navbar li a {
  color: white !important;
  font-size: 18px !important;
}

.hero-img img {
  width: 100%;
}

.padding {
  padding: 80px 50px;
}

.row-flex {
  display: flex;
  justify-content: space-between;
}

.hero-text {
  font-family: 'nunito sans';
  width: 100%;
}

.hero-text h1 {
  font-weight: bold;
  font-size: 30px;
}

.hero-text h2 {
  font-weight: bold;
  font-size: 100px;
  color: #077c7d;
}

.hero-text h5 {
  font-weight: light;
  font-size: 23px;
  font-family: 'raleway';
  line-height: 30px;
}

.detail-items {
  margin-top: 70px;
}

.details {
  display: flex;
  justify-content: space-evenly;
}

.details a {
  color: #077c7d;
  text-decoration: none;
  font-family: 'poppins';
  font-weight: bold;
  font-size: 22px;
}

.btn-secondary {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .row-flex {
    display: flex;
    flex-direction: column;
  }

  .hero-img img {
    width: 100%;
    margin-bottom: 40px;
  }

  .hero-text h1 {
    font-weight: bolder;
    font-size: 30px;
  }

  .padding {
    padding: 50px 20px;
  }

  .hero-text h2 {
    font-weight: bold;
    font-size: 50px;
  }

  .hero-text h5 {
    font-weight: light;
    font-size: 22px;
    font-family: 'raleway';
  }

  .detail-items {
    margin-top: 20px;
    padding-bottom: 35px;
  }

  .details a {
    font-family: 'nunito sans';
    font-size: 17px;
  }

  .hero-text {
    font-family: 'nunito sans';
    width: 100%;
  }

  .hero-text h5 {
    font-weight: light;
    font-size: 20px;
    font-family: 'raleway';
    line-height: 28px;
  }
}
/* 
@media(min-width: 768px ){
    .hero-text{
        font-family: 'nunito sans';
        width: 100%;
       
    }
    .hero-text h5{
        font-weight: light;
        font-size: 20px;
        font-family: 'raleway';
        line-height: 50px;
    
    }
} */

/* @media(min-width:1024px ){
    .hero-text{
        font-family: 'nunito sans';
        width: 100%;
       
    }
    .hero-text h5{
        font-weight: light;
        font-size: 20px;
        font-family: 'raleway';
        line-height: 50px;
    
    }
} */

/* 
footer {
    background-color: #162838;
    width: 100%;
    height: 500px;
    font-family: 'Raleway';
  }
  

  .email-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20vh;
  }
  
  .email-footer input {
    width: 200px;
    padding: 15px;
    border: 1px solid white;
    background-color: #162838;
    color: white;
  }

  .email-footer button {
    width: 80px;
    background-color: #e52992;
    padding: 10px;
    border: none;
    color: white;
    font-weight: 400;
    font-size: 10px;
  }

  .social {
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 18px;
  
  }

  .fab {
    padding: 10px;
    font-size: 28px;
  }

  .hours {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: white;
  }

  .copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
  }
  
  .copy h6 {
    font-size: 10px;
  }

  .flex-icons {
      display: flex;
  }
  .flex-icons a {
    color: teal
  }
  .footer {
    background-color: #162838;
  } */
