@charset "utf-8";
/* CSS Document */
ul {
    list-style-type: none;
    margin: 0;
    padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
    overflow: hidden;
    background-color: #543136;
	font-size: 1vw;
	font-family: "Goudy Old Style Bold", GoudyOldStyExtBold;

}

li {
    float: right;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	
}

a:hover:not(.active) {
    background-color:#109547;
}

.active {
background-color:#D01C45;
}
		h1{
			margin-top: 100px;
			margin-bottom: 100px;
			font-size: 90%;
			text-align: center;
			color: white;
		}

