* {
margin: 0em;
padding: 0em;
font-size: 100%;
line-height: 150%;
border-style: none;
list-style-type: none;
}


body {
    background-color: #f8f5f3;
    font-family: Helvetica, Calibri, sans-serif;
}

#wrapper {
    width: 1000px;
    margin: 35px auto;
    background-color: #ffeecc;
}


#inner-wrapper {
    padding: 25px 25px 25px 25px;
}

.flex-container{
	display: flex;
	flex-flow: row;
}

nav {
    margin-top: 12px;
    font-size: 23px
}

nav > ul {
    display: flex;
    justify-content: space-evenly;
}

a:link{
	color: #4d1d18;
	text-decoration: none;
}
a#current{
	color: #f18f0e;
}
a:hover{
	color: #555;
	text-decoration:none
}

main {
    margin-top: 26px;
    display: flex;
}
main > img{
        margin-top: 10px;
}

h1{
        font-size: 36px;
        font-weight: normal;
        color: #87423c;
}
h2{
        margin-top: 15px;
        font-size: 24px;
        font-weight: normal;
        color: #4d1d18;
}
p{
        margin-top: 15px;
        font-size: 13px;
}
div{
	padding-right: 15px;
	padding-left: 10px;
}

footer{
	width: 100%;
	margin: 40px auto auto auto;
	font-size: 13px;
    color: #87423c;
}
footer > ul {
	display: flex;
	justify-content: space-between;
}















