  *{
    box-sizing: border-box;
}

body{
    font-family: 'poppins', sans-serif;
    margin: 0;
    padding: 0;
    
}
h3{
    font-size: 40px;
    color: #FFBC3F;
    font-weight: 700;
}
section{
    margin: 0;
    background-color: #F8F8F8;
}

.logo-img{
    width: 70%;
}

.nav-flex{
    padding: 0% 10% ;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* background-color:azure; */


}

nav a{
    font-family: 'poppins', sans-serif;
    text-decoration: none;
    color: black;
    margin-left: 20px;
    }

nav a:hover{
    color: #FFBC3F;

    }
 

.about-section{
        display: flex;
        justify-content: center;
        text-align: center;
        
        
       
            
    }


.link-about{
        padding: 90px 16px;
        z-index: 1;
        position: absolute;
    }


.link-about li+li:before {
        padding: 8px;
        color: #F8F8F8;
        content: "/\00a0";
      }
.link-about h1{
    font-family: 'Raleway', sans-serif;
    color: #FFBC3F
       
        
    }
.link-about li{
        display: inline;
        list-style: none;
        text-decoration: none;
        color:#FFBC3F;
        padding-left:10px 16px;

    }
.link-about a{
        color: #F8F8F8;
    }

.link-about a:hover {
        color: #FFBC3F;
        text-decoration: underline;
      }




.about-content{
    padding: 0 10%;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    
}

.left-part,.right-part{
    flex: 50%;
    }

.left-content{
    
    width: 70%;
    


}

.left-content h1{
    
    font-family: 'Raleway', sans-serif;
    font-size: 3.5rem;
    font-weight: 400;
    color: #FFBC3F;
    


}
.left-content p{
    padding: 0%;
    font-size: .9rem;
   
}




footer{
  
    width: 100vw;
    background-color: #f6a100;
    }
.contact-us-flex{
    text-align: center;
    padding: 5% 10%;
    display: flex;
    justify-content: space-evenly;
}
footer li {
    list-style: none;
}


.footer-menu{
    padding: 20px;
    background-color: #faac1b; 
}

.footer-menu-flex{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer-menu-items li{
    display: inline;
    padding-left: 20px;
}
.footer-menu-items a{
    text-decoration: none;
    color: white;
    font-weight: 300;
}

.footer-menu-items a:hover{
    color: black;
} 
.copyright{
    display: flex;
    justify-content: center;
}
