body {
    background-color: #d7c5b7; 
    }
.menu_items {   
    font-family: 'Goudy Bookletter 1911', serif;
    font-size: 20px;
    }
.menu_items li {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow:hidden;
    background-color: #5e1211;
    }
.menu_items li a {
    display: block;
    color: white;
    text-align: center;
    padding: 24px 26px;
    text-decoration: none;
    }
li a:hover {
    background-color: #543136;
    }
.mission {
    font-family: 'Goudy Bookletter 1911', serif;
    font-size: 28px;
    color: #7b573e;
    text-align: center;
    padding: 120px;
    }
h1 {
	font-family: 'Goudy Bookletter 1911', serif;
	font-size:48px;
	color: #5e1211;
	text-align: center;
	}
p2 {
    text-align: justify;
    float: right;
    margin-right: 125px;
    font-family: 'Goudy Bookletter 1911', serif;
    font-size: 24px;
    color: #7b573e;
    border-style: dashed;
    border-width: 5px;
    border-color: #5e1211;
    padding: 5px;
}
.vision {
    font-family: 'Goudy Bookletter 1911', serif;
    font-size: 18px;
    color: #7b573e;
    text-align: center;
    padding-bottom: 150px;
	float: right;
	margin-right: 125px;
}
h2 {
    text-align: center;
    padding-top: 50px;
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 35px;
	color: #5e1211;
}
h3 {
	text-align: center;
	padding-top: 125px;
	font-family: 'Goudy Bookletter 1911', serif;
	font-size: 35px;
	color: #5e1211;
}
p3 {
    text-align:center;
    float: right;
    margin-right:300px;
    margin-top: 50px;
    font-family: 'Goudy Bookletter 1911', serif;
    font-size: 24px;
    color: #7b573e;
    border-style: dashed;
    border-width: 5px;
    border-color: #5e1211;
    padding: 5px;
}
p4 {
    text-align: center;
    float: right;
    margin-right:150px;
    margin-top:200px;
    font-family: 'Goudy Bookletter 1911', serif;
    font-size:24px;
    color: #7b573e;
	border-style: dashed;
	border-width: 5px;
	border-color: #5e1211;
	padding: 5px;
}
.footer {
    position: fixed;
    margin-top: 100px;
    text-align: center;
    color: white;
    font-size: 14px;
    font-family: 'Goudy Bookletter 1911', serif;
    width: 100%;
    height: 50px;
    background-color: #5e1211;
    bottom:0px;
    padding: 3px;
    }