@charset "UTF-8";
/* CSS Document */

 body {
		
        background-color:#d7c5b7;
        background-image: url(pattern.png);
        font-family: 'Goudy Old Style Regular' ; 
    }
    h1{
        font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif;
		font-size: 24px;
		font-style: normal;
		font-variant: normal;
		font-weight: 500;
		line-height: 26.4px;
        text-align: center;
        color: #5e1211;
        font-style: italic;
        font-weight: bold;
    }
    h2{
        font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif;
		font-size: 35px;
		font-style: normal;
		font-variant: normal;
		font-weight: 500;
		line-height: 26.4px;
        text-align: center;
        color:  #5e1211;
        font-style: normal;
        }
    h3{
        font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif;
		font-size: 24px;
		font-style: normal;
		font-variant: normal;
		font-weight: 500;
		line-height: 26.4px;
        text-align: center;
        color: #cf1c44;
        font-style:bold;
    }
    h4{
        font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif;
		font-size: 24px;
		font-style: normal;
		font-variant: normal;
		font-weight: 500;
		line-height: 26.4px;
        text-align: center;
        border:2px dotted #5e1211;
            
    }
    img{
        display: inline;
    } 

    
    p{
        font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif;
		font-size: 22px;
		font-style: italic;
		font-variant: normal;
		font-weight: 500;
		line-height: 26.4px;
        text-align: center 
    }
    ul{
        font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif;
		font-size: 24px;
		font-style: normal;
		font-variant: normal;
		font-weight: 500;
		line-height: 26.4px;;
        text-align: center;
        
    }
    nav{
        display: block;
        padding: 8px;
        background-color: #d7c5b7;
        color:#5e1211;
    }
    nav{
        list-style-type: none;
        margin: 0;
        padding: 8px;
        overflow: hidden;
    }
    nav a{
        display:inline;
        color:#5e1211;
        
    }
    nav a:hover {
    background-color: #5e1211;
    padding: 8px;
    color: #d7c5b7;
    font-style:italic;
    }
    .active{
        background-color: #5e1211;
        color: #d7c5b7 ;
        padding: 8px;
    }
    footer{
        text-align: center;
    } 