a{
    color: #665b5a;
}

#header-wrapper{
    width: 100%;
    height: 100px;
    background-color: #ededed;
}

.header{
    width: 90%;
    height: 100%;  
    margin: auto; 
    /* border: 1px solid red; */
}
#logo-wrapper{
    width: 30%;
    height: 100%;
}

.nav-wrapper{
    position: relative;
    top: -80px;
    display: flex;
    justify-content: right;
    margin-right: 67px;
}
.nav{
    list-style: none inside;
    display: flex;
}
.nav > li{
    width: 80px;
    margin: 0 20px 0 20px;
    
}

.nav ul{
    width: 230px;
    display: none;
    z-index: 1; 
    position: absolute;
    padding: 0;
    padding-top: 30px;
    list-style: none inside;
    background-color: #ededed;
    transition: 0.4s ease-in;
}
.nav li:hover ul{
    display: flex;
    flex-direction: column;
    margin: 0;   
}

.nav ul li{
    width: 100%;
    height: 40px;
    padding-top: 15px;
    padding-bottom: 35px;
    display: flex;
    justify-content: center;
}

.nav-wrapper button{
    border: none;
    height: 50px;
    background-color: #bf9d84;
    color: white;
    position: relative;
    top: -15px;
    transition: 0.3s ease-in;
    border-radius: 3px;
}
.nav-wrapper button:hover{
    background-color: #1a1d1c;
}

@media (max-width: 800px) {
    #header-wrapper{
       height: 150px;
    }
    #logo-wrapper{
        width: 100%;
        margin: auto;
    }
    .nav-wrapper{
        justify-content: center;
        top: -50px;
    }

    .nav > li{
        width: 40px;
        margin: 0 10px 0 15px;
    }
    .nav-wrapper button{
        margin-left: 20px;
        margin-right: -20px;
    }
    .nav li:hover ul{
        /* border: 1px solid red; */
        margin-top: 17px;
    }
}
/* 


background-color: #ededed;
        background-color: #1a1d1c;
        background-color: #bf9d84;
        
        transition: color 0.2s ease 0s, border-color 0.2s ease 0s;




.nav-wrapper{
   
    margin: 0;
    padding: 0;
    text-align: center;
    width: 40%;
    margin-left: auto;
    position: relative;

    margin-right: 40px;
}

.nav-wrapper ul{
    list-style: none inside;
    display: flex;
    
}
.nav-wrapper li{
    cursor: pointer;
}
.nav ul{
    width: 250px;
    display: none;
    z-index: 9; 
    position: absolute;
    padding: 0;
    padding-top: 20px;
    
    background-color: #ededed;
    transition: 0.4s ease-in;
}
@media (max-width: 800px) {
    .nav ul{
        left: 130px;
    }
}
.nav ul li{
    
    width: 100%;
    height: 50px;
   
    padding-top: 20px;
}
.nav > li{
    width: 150px;
}
.nav li:hover ul{
    display: flex;
    flex-direction: column;
    margin: 0;
    
}

@media (max-width: 800px) {
    #header{
        
        height: 200px;

    }
    .main-header{
        border-bottom: 1px solid #c4c4c4;
    }
    .nav-wrapper{
        
        width: 100%;
       
        margin-top: 45px;
    }
    .head-info{
        display: flex;
        flex-direction: column;
    }
    .email{
        position: relative;
        top: -25px;
        
    }
    .top-header button{
        width: 130px;
    }
}
.head-info{
    
    width: 40%;
    display: flex;
}
 */

