html {
	font-family: 'Cormorant Garamond', serif;
}

body { 
    margin: 0; 
    width: 100%; 
} 

.img1 { 
    position: relative;
    margin: 30px; 
    margin-bottom: 40px;
    text-align: center;
}

.logo { 
    width: 12%;
    object-fit: contain;
    height: 320px;
    margin-left: 44%;
    margin-top: -110px;
    margin-bottom: -105px;
}

.nav { 
    
    background-color: #ffffff; 
    margin: 0; 
    margin-bottom: 20px;

} 
.nav ul { 
    margin: 10px; 
    padding: 0px; 
    text-align: center; 
     
} 
.nav ul li { 
    list-style: none; 
    display: inline; 
    padding: 5px 30px; 
 
} 
.nav ul li a { 
    text-decoration: none; 
    color: #887d7d; 
    font-size: 130%; 
} 
.nav ul li a:hover { 
    color:  #f0f2f4; 
    text-decoration: none; 

} 
.nav ul li a.current { 
    color: #282828; 
    text-decoration: underline; 
} 