/* CSS Document */

body{
    margin: 0;
    font-family: 'athelas';
    
}
.banner-home{
    background-image:url("../Images/Background.png");
    height: 300px;
    background-size: cover;
    background-position: center;
    padding-top: 20px;
    
}
.banner-home h1{
    text-align: center;
    font-size: 3em;
    margin-top: 0;
    color: #d7e4c2;
        
}
nav ul li a{
    text-decoration: none;
    color: #41393d;
    background-color: #D7E4C2;
    display: block;
    text-align: center;
    padding: 10px 0 10px 0;
    margin-bottom: 5px;
    
}
nav ul li a:hover{
    background-color:#79C597;
    
}
nav ul{
    list-style: none;
    padding-left: 0;
}
.image-one{
    text-align: center;
    padding: 0 20px;
}
.res-img{
    width: 100%;
    height: 175px;
    background-image: url("../Images/Reservations.jpg");
    background-size: cover;
    background-position: center;
    padding: 0 20px 0 20px;
    
    
}
.res{
    background-color: #d7e4c2;
    text-align: center;
    padding: 0 20px 0 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    
}
.res-img{
    width: 200px;
    height: 75px;
    background-image: url("../images.divider.png");
    background-position: center;
       
    

}


