body {
    font-family: 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #298DD6;
    font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
}
.container {
    max-width: 900px;
    margin: auto;
    overflow: hidden;
}
section {
    padding: 20px;
}
header {
    background: linear-gradient(to top, #dfe9f3 0%, white 100%);;
    padding: 1rem;
    text-align: center;
    color: #142d4c;
}
 header h1 {
    font-size: 28pt;
    font-weight: 700;
}
header p {
    font-size: 14pt;
    font-weight: 600;
}
nav ul li a {
    font-family: 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
}
.logo img {
    height: 300px;
    width: 188px;
    float: right;
    margin-left: 15px;
}
.section-heading {
    background-image: url(images/heading.jpg);
    background-repeat: no-repeat;
    font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    font-size: 13pt;
    font-weight: bold;
    padding-left: 10px;
    color: #fff;
}
section {
    background-color: white;
}
.online-scheduler img {
    border: none;
}
main {

    background-image: -webkit-linear-gradient(top, #05387D 0%, #E8EDF3 400px); /* Chrome10+,Safari5.1+ */

}
.about {
    background: url(images/spcs_header.jpg) no-repeat top left;
    padding-left: 460px;
    min-height: 230px;
    background-size: cover;
    color: white;
    font-size: .9em;
}
.about h2 {
    margin: 0;
    color: #fff;
    padding-top: 10px;
}
nav {
    background-color: #142d4c;
    padding: 10px 0;
}
nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
nav ul li {
    display: inline;
    margin: 0 15px;
}
nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}
nav ul li a:hover {
    color: #ddd;
}
footer {
    background-color: #385170;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
.footer-nav {
    margin-bottom: 15px;
}
.footer-nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
}
.footer-nav a:hover {
    text-decoration: underline;
}
.float-right {
    float: right;
}
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 900px) {
    .about {
        background-image: none;
        padding: 30px;
        text-align: center;
        color: #fff;
        font-size: 1em;
    }
     main {

    	background-image: -webkit-linear-gradient(top, #05387D 0%, #fff 600px); /* Chrome10+,Safari5.1+ */

	}
}
