body {
    background-color: #88B3DA;
}

[href="#content"] {
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 9999;
}

[href="#content"]:focus {
    right: auto;
    color: #CECDCD;
}

#content {
    width: 98%;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 15px 15px 60px 15px;
    min-height: 400px;
}

#footer {
    width: 98%;
    margin: 0 auto;
    background: #383838;
    color: #CECDCD;
    padding: 10px;
    text-align: left;
}

#footer a {
    color: #C9C9C9;
	text-decoration: underline;
}

#navbuttons {
    float: right;
    padding: 5px 8px;
	margin-right: 15px;
}

.section-title {
	font-stretch: semi-condensed;
    font-weight: bold;
    color: #4a4a4a;
    font-size: 3.0em;
    margin-top: 0px;
}

.subsection-title {
	font-stretch: semi-condensed;
    font-weight: bold;
    color: #4a4a4a;
    font-size: 2.5em;
    margin-top: 0px;
}

.small-title {
	font-stretch: semi-condensed;
    font-weight: bold;
    color: #4a4a4a;
    font-size: 1.25em;
    margin-top: 0px;
}

.pad-top {
	padding-top: 10px;
}

.text-white {
    color: #FFFFFF;
}

.start-button {
    width: 100%;
}

.start-margin {
	margin-top: 15px;
}

.clear-all {
	clear: both;
}

/*****************************
 * Header
 *****************************/

#site-title {
    width: 98%;
    margin: 0px auto 0px auto;
    color: #FFFFFF;
    text-align: left;
    padding: 0;
    background-color: #004875;
    height: 50px;
}

#site-title div {
    text-align: left;
}

#site-title h1 {
    font-size: 1.6em;
    line-height: 2.3em;
    padding-left: 20px;
    margin-top: -50px;
}

#gvsu-cf_header.responsive {
    padding-bottom: 60px;
}

#gvsu-header-wrapper {
    padding-bottom: 60px;
}

/*****************************
 * END - Header
 *****************************/

/*****************************
 * START - Accessibility
 *****************************/

.btn-success {
    background-color: #2B882E;
    border-color: #237126;
}

a {
    color: #004875;
    text-decoration:underline;
}

a.btn {
    text-decoration:none;
}

/*****************************
 * END - Accessibility
 *****************************/

@media screen and (max-width: 490px) {
    #site-title h1 {
        font-size: 1.3em;
        line-height: 2.7em;
        padding-left: 15px;
        margin-top: -50px;
    }
}

@media screen and (max-width: 450px) {
    #site-title h1 {
        font-size: 1.1em;
        line-height: 3.1em;
        padding-left: 15px;
        margin-top: -50px;
    }
}

@media screen and (max-width: 430px) {
    #site-title h1 {
        font-size: 1em;
        line-height: 1.3em;
        padding: 6px 0px 0px 15px;
        margin-top: -50px;
    }
}
