body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
    width: 100%;
    max-width: 1500px;
    margin: 0;
    background-color: #123456;
}
.skip-to-content {
    left: 10%;
    position: absolute;
    transform: translateY(-100%);
}
.skip-to-content:focus {
	transform: translateY(0%);
}
header {
    width: 68%;
    margin: 0 4%;
    padding: 10px 12%;
    background-color: #e2e2e2;
    border-radius: 0 0 2em 2em;
    float: left;
}
#site-logo {
    width: 10%;
    margin: 10px 0;
    float: left;
}
nav {
    width: 86%;
    margin: 40px 0 0 4%;
    float: left;
}
nav a:first-child {
    padding-left: 0;
}
nav a {
    font-size: 1.5em;
    padding: 0 2%;
}
footer {
    width: 68%;
    margin: 0 4%;
    padding: 10px 12%;
    border-radius: 2em 2em 0 0;
    background-color: #e2e2e2;
    float: left;
    position: absolute;
    bottom: 0;
}
#main-content {
    width: 72%;
    height: 100%;
    margin: 0 10% 40px;
    padding: 10px 4%;
    border-radius: 0 0 2em 2em;
    background-color: #ffffff;
    float: left;
}
.section-content {background-color: #cbebbc;}
.section-content h2 {
    padding-left: 1%;
}
.section-content p {
    font-size: 1.25em;
    margin: 10px 0;
    padding-left: 3%;
}