.clearfix {
    overflow: auto;
}
.footer {
    background-color:rgb(207, 28, 68);
    bottom: 0;
    position: relative;
    width: 100%;
    margin-top: 4vh;
}
.header {
   background-color: rgb(207, 28, 68);
   margin-bottom: 4vh;
}
.logo {
    float:left;
    height: 7.5vmax;
    position: relative;
    left: 5vmax;
    width: 30vw;
}
.nav {
    background-color: rgb(207, 28, 68);
    float: right;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    position: relative;
    right: 12vmax;
    top: 2vmax;
    padding-left: 0;
}
.nav li {
    float: left;
    font-size: 1.25vmax;
}
li a {
    color: white;
    display: block;
    padding: 1vw;
    text-align: center;
    text-decoration: none;
    background-color: rgb(207, 28, 68);
    transition: background-color 1s ease;
}
li a:hover {
    background-color: red;
}
.body {
    width:60%; 
    margin:auto;
}
.center *, .body h1 {
	text-align: center;
}
h1, h2, p, a {
    color:rgb(124, 87, 63);
    font-family:"Goudy Old Style";
    text-align: left;
    text-decoration: none;
}
h2 a{
	transition: background-color 1s ease;
    background-color: white;
    margin: 1rem;
    font-size: 1.75rem;
}
h2 a:hover{
	background-color: rgb(216, 198, 184);
}
h3 {
    color:white; 
    text-align: center;
    text-decoration: none;
    padding: 2%;
}
h3 a{            
    color:white; 
    text-align: center;
    text-decoration: none;
}
#scroller {
    position: relative;
    width: 60%; 
    height: 300px; 
    margin: 0 auto;
}
#scroller .innerScrollArea {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#scroller ul {
    padding: 0;
    margin: 0;
    position: relative;
}
#scroller li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
}
hr {
    border-top: thick double rgb(85, 50, 55);
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    margin-bottom: 2%;
}
table {
    width: 100%;
    color: rgb(124, 87, 63);
    font-family: "Goudy Old Style";
    text-align: left;
}
tr{
    height: 3rem;
}
.description {
    width: 75%;
}
p strong {
	font-size: 1.15rem;
}
.leftfloat {
    width: 45%;
    float: left;
}
.rightfloat {
    width: 45%;
    float: right;
}
.leftfloat img{
    max-width: 100%;
}
.rightfloat img{
    max-width: 100%;
}

/*IE specific CSS*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.header {
    margin-bottom: 4em;
}
.footer {
    margin-top: 4em;
}
    h3{
        padding: 1%;
    }
.logo {
    height: 7.5em;
    left: 5em;
    width: 30em;
}
.nav {
    right: 12em;
    top: 2em;
}
.nav li {
    font-size: 1.25em;
}
li a {
    padding: 1em;
    }}