@import url('https://p.typekit.net/p.css?s=1&k=qmx7srz&ht=tk&f=25769.25770.25772&a=6875778&app=typekit&e=css'); 
@font-face {
    font-family : '"goudy-old-style"'; 
src : url("https://use.typekit.net/af/9a70b0/0000000000000000000179a7/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/9a70b0/0000000000000000000179a7/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/9a70b0/0000000000000000000179a7/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype"); 
font-style : normal; 
font-weight : normal; 
}
.tk-goudy-old-style  { 
font-family : "goudy-old-style", serif; 
} 
body {
        background-color:#d7c5b7;
    } 
    img {
        display: block;
        margin: auto; 
        width: 100%;
    }
.logo {
    object-position: center;
}
#nav{
	display: table;
	float: left;
	margin: auto;
	padding: inherit;
	text-align-last: center;
	width: 100%;
}
#nav ul li a {
	display:block;
	text-decoration: none;
}
#nav ul {
		list-style-type: none;
        display: inline-block;
        background-color: rgb(16,149,71)
    }
#nav li {
	display: inline;
    }
#nav li a  {
        float:left;
		font-family: "goudy-old-style", serif;
		font-size:18px;
        text-align: center;
     	padding: 15px;
    	background-color: rgb(16,149,71);
        color: #FFFFFF;
    }
 #nav li a:hover {
        background-color: rgb(208,28,69); 
        color: #000000;
    }
	h1 {
	color: #5e1211;
	font-family: "goudy-old-style", serif;
	font-size: 36px;
	text-align: center;
    } 
    h2 {
	color: #5e1211;
	font-family: "goudy-old-style", serif;
	font-size: 32px;
	text-align: center;
    } 
	h3 {
	color: #5e1211;
	font-family: "goudy-old-style", serif;
	font-size: 32px;
	text-align: center;
    } 
	h4 {
	color: #5e1211;
	font-family: "goudy-old-style", serif;
	font-size: 32px;
	text-align: center;
}
	h5 {
	color: #5e1211;
	font-family: "goudy-old-style", serif;
	font-size: 32px;
	text-align: center;
}
	h6 {
	color: #5e1211;
	font-family: "goudy-old-style", serif;
	font-size: 32px;
	text-align: center;
}
    p {
	color: #7b573e;
	font-family: "goudy-old-style", serif;
	font-size: 16px;
	text-align: center;
    }
    footer{
        color:#7b573e;
        font-family: "goudy-old-style", serif;
        font-size: 12px;
        text-align: center;
    }
