*{
    font-family: forum;
}

a:hover{
    text-decoration: none;
}
@media (max-width: 360px) {
    body {
        overflow-x: hidden;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    body {
        overflow-x: hidden;
    }
}

.logo{
    height: 90px;
    width: 105px;
}
.logo-hd{
    color: #016A70;
    margin-top: 8px;
    font-size: 40px;
     cursor:pointer;
    
}
/* .logo-hd:hover {
    text-decoration: none;
} */
#ban-img{
    height: 500px;
    width: 100%;
    border-radius: 200px 0px 0px 200px;
    border: 8px solid white;
}
@media (max-width: 768px) {
    #ban-img {
        height: 320px;
        width: 100%;
        border-radius: 80px 0px 0px 80px;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    #ban-img {
        height: 500px;
    width: 100%;
    border-radius: 100px 0px 0px 100px;
    }
}
.navbar-nav .dropdown-menu {
    position: absolute;
}



.home-banner{
    background-color: #016A70;
}
#home-hd{
    margin-left: 400px;
    font-size: 25px;
    color: #016A70;
}
@media (max-width: 768px){
    #home-hd{
        margin-left: 10px;
        font-size: 25px;
        color: #016A70;}
}

#diets-hd{
    font-size: 25px;
    color: #016A70;
}
#snacks-hd{
    font-size: 25px;
    color: #016A70;
}
#categoriesDropdown{
    font-size: 25px;
    color: #016A70;
}
/* .dropdown-menu {
    position: absolute;
    z-index: 1000;
   display: inline;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
} */
.dropdown-item:focus{
    background-color: #016A70;

}
#hd-1{
    text-align: center;
    color: white;
    font-size: 40px;
    margin-top: 110px;
    font-weight: 600;
}
#hd-2{
   text-align: center;
   color: white;
    font-size: 30px;
    margin-left: 240px;
}
@media (max-width: 767px) {
    #hd-1 {
        font-size: 24px; 
    }

    #hd-2 {
        font-size: 20px;
        margin-left: 7px;
    }
}


#short-img{
     width: 200px;
     height: 200px;
     border: 5px solid white;
    border-radius: 20%;
    transform: rotate(-10deg);
}
#short-img2{
    width: 200px;
    height: 200px;
    border: 5px solid white;
   border-radius: 20%;
   transform: rotate(10deg);
}

@media (max-width: 767px) {
    #short-img,
    #short-img2 {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    #hd-1 {
        text-align: center;
        color: white;
        font-size: 50px;
        margin-top: 100px;
        font-weight: 600;
    }
    #hd-2 {
        font-size: 35px;
        margin-left: 45px;
    }
    #short-img{
        width: 130px;
        height: 130px;
        border: 5px solid white;
       border-radius: 20%;
       transform: rotate(-10deg);
   }
   #short-img2{
    width: 130px;
    height: 130px;
    border: 5px solid white;
    border-radius: 20%;
    margin-top: 70px;
    transform: rotate(14deg);
    margin-left: -43px;
   }

}
@media (width: 768px) {
    #hd-1 {
        text-align: center;
        color: white;
        font-size: 50px;
        margin-top: 100px;
        font-weight: 600;
    }
    #hd-2 {
        font-size: 35px;
        margin-left: 45px;
    }
    #short-img{
        width: 130px;
        height: 130px;
        border: 5px solid white;
       border-radius: 20%;
       transform: rotate(-10deg);
   }
   #short-img2{
    width: 130px;
    height: 130px;
    border: 5px solid white;
    border-radius: 20%;
    margin-top: 70px;
    transform: rotate(14deg);
    margin-left: -50px;
   }
   #ban-img {
    height: 500px;
    width: 100%;
     border-radius: 100px 0px 0px 100px;
}

}

#Midnight-hd{
    text-align: center;
    margin-top: 60px;
    font-size: 70px;
    color: #016A70;
    font-weight: 700;
}
/* #Midnight-hd:hover{
    text-shadow:
    -1px -1px 0 #e6dcdc, 
    1px -1px 0 #e4dddd, 
    -1px 1px 0 #f2eeee, 
    1px 1px 0 #efe8e8;
} */

.craving-img{
    height: 220px;
    width: 270px;
    border: 3px solid #016A70;
    margin-top: 20px;
    border-radius: 0px 46px 0px 46px;
}
.crave{
    border: 5px solid #016A70;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 20px;
    border-radius: 46px 0px 46px 0px
}
@media (min-width: 768px) and (max-width: 1023px) {
    .craving-img{
        height: 200px;
        width: 170px;
        border: 3px solid #016A70;
        margin-top: 20px;
        border-radius: 0px 46px 0px 46px;
    }
    .crave{
        border: 5px solid #016A70;
        text-align: center;
        margin-right: 10px;
        margin-bottom: 20px;
        border-radius: 46px 0px 46px 0px
    }
}

/* Style for the modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #016A70;
}

/* Style for the modal content */
.modal-content {
    margin: auto;
    display: block;
    width: 40%;
    height: 160%;
}
@media (max-width:768px){
    .modal-content {
    margin: auto;
    display: block;
    width: 90%;
    height: 100%;
}
}

/* Style for the close button */
.close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 80px;
    color: white;
    cursor: pointer;
}
.diets-head{
  background-color: #016A70;

}

#diets-ban-1{
    width: 100%;
    border: 4px solid white;
    border-radius: 0px 125px 0px 125px;
}
#diets-ban-2{
    width: 100%;
    border-radius: 80px 0px 80px 0px;
    border: 4px solid white;
}
@media (min-width: 360px) and (max-width: 768px) {
    #diets-ban-1 {
        width: 100%;
        height: 250px;
    border: 4px solid white;
    border-radius: 0px 80px 0px 80px;
    }

    #diets-ban-2 {
        width: 100%;
        height: 200px;
    border-radius: 50px 0px 50px 0px;
    border: 4px solid white;
    }
}
#head{
    text-align: end;
}
#heading{
    color: #016A70;
    margin-top: 8px;
    font-size: 35px;
    font-family: forum;
    margin-left: 760px;
}

@media (max-width: 1023px) {
    #heading {
        margin-left: auto; 
        margin-right: auto; 
        text-align: center; 
    }
}
@media (width: 1024px) {
    #heading {
        margin-left: 560px; 
        margin-right: auto; 
        text-align: center; 
    }
}
#heading-i{
    color: #016A70;
    margin-top: 8px;
    font-size: 35px;
    font-family: forum;
    margin-left: 560px;
  
}

@media (max-width: 1023px) {
    #heading-i{
        margin-left: -10px;
        margin-right: auto;
       
        font-size: 28px;
    }
}
@media (width: 1024px) {
    #heading-i {
      
        margin-left: 340px;
         margin-right: auto;
    }
}
@media (max-width: 767px) {
    .logo-hd {
        display: none;
    }
}







#subhead{
    text-align: center;
   color: #016A70;
    margin-top: 24px;
    font-size: 45px;
    font-weight: 600;
}
#footer{
text-align: center;
background-color: #016A70;
color: white;
padding: 17px;

}
#banner-snacks{
    width: -webkit-fill-available;
    height: 480px;
    border: 8px solid #016A70;
    
}
@media (min-width: 360px) and (max-width: 420px) {
    #banner-snacks{
        width: -webkit-fill-available;
        height: 400px;
        border: 8px solid #016A70;
        
    } 
}
.banner-trad{
    width: 100%;
    height: 450px;
    border-radius: 69px 0px 70px 0px;
    border: 2px solid white;
}
@media (max-width: 767px) {
    .banner-trad {
        width: 100%;
    height: 250px;
    border-radius: 69px 0px 70px 0px;
    border: 2px solid white;
    }
}
.trad-ban{
    background-color: #016A70;
}
.banner-int{
    width: 100%;
    height: 450px;
    border: 2px solid white;
}
@media (max-width: 767px) {
    .banner-int{
        width: 100%;
        height: 215px;
        border: 2px solid white;
    }
}
.banner-drink{
    width: -webkit-fill-available;
    height: 480px;
    border: 4px solid #016A70;
}
@media (max-width: 767px) {
    .banner-drink{
        width: -webkit-fill-available;
        height: 270px;
        border: 4px solid #016A70;
    }
}