header {
    margin-top: 0;
    padding: 3em 1em 0em 1em;
    text-align: center;
}
body {
    background-image: url(images/banner.png);
    background-repeat: repeat-x;
    background-size: 5%;
    background-position: top;
}
html {
    background-color: rgb(209, 85, 47);
}
nav ul {
    text-align: center;
}
ul {
    list-style-type: none;
}

img {
    height:auto;  
}
.content-image1 img{
    margin: 0 30px 10px 100px;
    float: left;
    max-width: 200px;
}
p {
    font-family:'Times New Roman', Times, serif;
    font-size: medium;
    padding-left: 30%;
    padding-right: 25%;
}
.content-image2 img{
    margin: 0 100px 10px 30px;
    float: right;
    max-width: 130px;
}
h1 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: large;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
h2 {
    font-size: medium;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    margin-top: 50px;
}
h3 {
    font-size: medium;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
}
footer {
    font-size: small;
    text-align: center;
    width: 100%;
    position:absolute;
    bottom:0;
    height: 2.5rem;
}
a:link {
    color:#682f11;   
}
a:visited {
    color:#ee935e;
}
a:hover {
    color:#f5cebe;
}
a:active {
    color: #ff3d36;
}