body, html {
    font-size: 100%;
    font-family: "Klinic Slab";
}
body{
    background:  #d8c6b8;
    margin: 0;
}
*, *::after, *::before{
    box-sizing: content-box;
}
nav div: first-child {
	
    background: #5f1312;
	float: left;
	width: 100%;
	margin: 0 0 1em 0;
	padding: 0px;

}
nav h1, nav ul{
    margin: 0px;

}
nav h1{
    line-height: 0;
    text-align: center;
    padding: .8rem 0rem;
}
nav ul{
    list-style: none;
	padding: 0;
    background: #5f1312;
	width: 800px;
	margin: 0px, auto;
	
}
nav ul li a{
    color: #d8c6b8;
    text-decoration: none;
    padding: .8rem 1rem;
    display: block;
    line-height: 4;
	
}
nav ul li{
    border-bottom: none;
    float: left;   
}
nav ul li a:link, a:visited {
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Goudy Old Style";
	
}
nav ul li a:hover, a:active {
    background-color: #cf1c44;
    text-decoration: underline;
}
/*styling logo*/

nav div:first-child{
    background: #5f1312;
}

nav div:first-child h1{
    line-height: 0;
    padding: 0;

}

/*styling for larger devices*/
nav {
    display: flex;
    justify-content: space-between;
    background: #5f1312;
}
nav div:first-child hi{
    padding: 0;
	position: fixed;
}
nav ul li{
    border-bottom: none;
	float: right;
}
.img3 {
    margin-left: 700px;
    padding-bottom: 0px;
}
 .img1 {
         float: left;
    margin-left: 100px;
    margin-right: 50px;
    margin-bottom: 50px;
    border-style: groove;
    border-color: #553237;
}

h2 { 
    font-family: "Goudy old style";
    font-size: 45px;
    color: #0b9446;
    text-align: left;
    padding-top: 75px;
}
div p {
    font-family: "Goudy Old Style";
    font-size: 24px;
    padding-bottom: 350px;
}    
.img2 {
     float: left;
    margin-left: 100px;
    margin-right: 50px;
    margin-bottom: 0px;
    border-style: groove;
    border-color: #553237;
}
h3 {
  font-family: "Goudy old style";
    font-size: 45px;
    color: #0b9446;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
}
 p {
    margin-left: 525px;
     font-family: "Goudy Old Style";
    font-size: 24px;
     padding-bottom: 50px;
}
footer {
    background: #5f1312;
    padding: 10px;
    color:  #d8c6b8;
    text-align: center;
    font-family: "Klinic Slab", serif;
    position: absolute;
    width: 100%;
}

</style>