
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300&display=swap');

*{
    font-family: 'Montserrat', sans-serif;
   }
.row{
   
    float: left;
    width: 100%;
}

#nav > li {
    display: inline-block;
}
#nav > li > a{
    color: #295f2d;
    text-transform: uppercase;
    font-size: 18px;    
    
}

#nav > li > a > img{
    height: 25px;
    width: 25px;   
}

#nav li {   
    position: relative;       
}

#nav li a{
    text-decoration: none;
  
    padding: 0 25px;
    display: inline-block;
}

#nav li:hover > a{
  
 font-weight: bolder;
  color: #000;
}
#nav .subnav a:hover{
    background-color: aliceblue;
    color: #295f2d; 
  }


#header{
    text-align: center;
    background-color: #FFDE59;
    width: 100%;
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
   
}
#nav li:hover .subnav {
    display: block;
}
#nav .subnav{
    display: none;
    min-width: 200px;
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    position: absolute;
    background-color: aliceblue;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);

}
#nav .subnav  a{
    list-style-type: none;
    font-size: 15px;
    color: #000;
    width: 72%;

}
#search-box{
    background-color: #fff;
    border-radius: 30px;
    margin-bottom: 15px;
    
    
}
#search-box #search-text{
    border: none;
    outline: none;
    background: none;
    font-size: 18px;
    width: 0;
    
    transition: all 0.25s ease-in-out;
      
   
}
#search-box:hover #search-text{
    width: 250px;
    padding: 10px 0px 10px 10px;
       
}


#search-box #search-btn{
        
    border: none;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    padding: 15px;
}

#logo {
    min-width: 100px;
    min-height: 50px;
}
#none{
    width: 50px;
}

a {
    color: #000;
    text-decoration: none;
  }

p {
    margin: 0;
    display: flex;
    align-items: center;
    height: 100%;
}
th{
    width: 25%;
    height: 120px;
    --bs-link-hover-color: #F9d342;
}