
*{
    
    padding: 0;
    margin: 0;
}
header{
    background-color: #d2c5b6;
    height: 90px;
    width: 100%;
    position: relative;
}
h1{
    
font-size: 60px;
position: absolute;
left:2vw;
color: rgb(0, 0, 0);

}

header ul{
    font-size:"20px";
    position:absolute;
    right:5vw;
    top: 5px;
    line-height: 80px;
}
header li{
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    background-color: #d2c5b6;
    border: 2px #d2c5b6;
    border-radius: 10px;
    transition: 0.5s;

    font-size: 20px;
    display: inline;
    margin-right: 4vw;
}
header a {
    color:rgb(0, 0, 0);
    text-decoration: none;
}
/*header a:hover{
    text-decoration: underline;
}
*/
header li:hover{
    background-color:#afa190 ;
    cursor:pointer;
}



.ac{
    
    background-color: rgb(141, 141, 141);
    
   }
/*
   .ac div{    
    width: 1200px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    display:flex;
    flex-direction: column; 
    align-items: center;
    justify-content: center; 
    position: relative;
    
    transform: translate(350px)
}
*/

.ac div{
    padding: 1vw;
    position:relative;
    left:20vw;
    width: 65vw;
    background-color: white;
    border-radius: 10px;
    display:flex;
    flex-direction: column; 
    align-items: center;
    justify-content: center; 
  
   
    
}
.ac li{
    
    font-size: 28px;
  }  
  

  
.ac h2{
    font-size: 45px;
}

.ac p{
    font-size: 30px;
}

/*footer {
    background-color: rgb(0, 0, 0);
    color: rgb(225, 229, 229);
    
}*/

footer p {
    display: flex;
    height: 35px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
/*footer {
    
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #161616;
    color: aliceblue;
    padding: 20px;
}
*/
footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #d2c5b6;
    padding: 20px;
  }
.fb-like {
    margin-bottom: 10px
}
.menu{
    display: none;
}
@media screen and (max-width:1120px) {
    header h1{
        /*left: 50%;
        transform: translateX(-50%);*/
        display:none;
    }
    }
@media screen and (max-width:800px) {
    header li{
        font-size: 15px;
    }
    .ac li{
        font-size: 20px;
        
    }

    header h1{
        /*left: 50%;
        transform: translateX(-50%);*/
        display:none;
    }
    .ac h2{
        font-size: 25px;
    }
    .ac p{
        font-size: 20px;
    }

    footer p{
        font-size: 15px;
    }

}
/*
@media screen and (max-width:680px) {
    header ul{
        position: relative;
    }
    header li{
        font-size: 13px;
    
        
    border: 1vw #d2c5b6;
    border-radius: 10px;
}
}
*/