* {
    margin: 0px;
    padding: 0px;
}
body {
    background: #f4f0e7;
    color: #4a6692;
    font-family: Georgia, sans-serif;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

ul {
    list-style: none;
}
.clear {
    clear: both;
    height: 1%;
}
a {
    color:#4a6692;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    text-decoration: underline;
}

header {

}
h1 {
    font-size: 28px;
    font-style: italic;
    font-weight: normal;
    padding: 0 0 20px 0;
}
header h1 {
    background: url(../images/logo.png) no-repeat 0 0;
    float: left;
    margin: 7px 0 0 56px;
    width: 145px;
    height: 87px;
    text-indent: -9999px; 
}
h2 {
    padding: 0 0 20px 0;
    font-size: 20px;
    text-transform: uppercase;
    font-family: arial;
    font-weight: bold;
}
h3 {
    font-style: italic;
    padding: 0 0 5px 0;
}
h4 {
    padding: 5px 0 10px 0;
    font-family: arial;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
.container {
    margin: 0 auto;
    padding: 0 0 0 250px
}
.container ul {
    padding: 0 0 0 40px;
}
.container li {
    list-style: disc;
    padding: 0 20px 20px 0px;
}
section {
    padding: 20px 0 0 0;
    border-bottom: 8px solid #ddd;
    overflow: hidden;
}

/* nav */
nav {
    position: fixed;
    top: 143px;
    left: 50px;
    background: #486390;
    background-color: rgba(73,101,146,.9);
    padding:20px 30px;
    border: 1px solid #f4f0e7;
    z-index: 10;
}
nav ul {
    margin: 0 auto;
}
nav li {
    float: left;
    clear: left;
    width: auto;
    padding: 0 0 5px 0;
}
nav li a {
    font-family: 'Open Sans Condensed', Arial, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    line-height: 24px;
    text-align: center;
    /* text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); */
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
nav li a:hover {
    color: #f4f0e7;
    text-decoration: underline;
}

section {
    padding:20px 0 0 0;
}
.container .left-column {
    float: left;
    width: 65%;
    padding: 0 15px 0 0;
}
section p {
    padding: 0 0 20px 0;
}
.container .dropcap {
    font-size: 7em;
    float: left;
    margin: 0 15px 0 0;
    margin-bottom: -0.2em;
    margin-top: -0.15em;
}
.container .right-column {
    float: left;
    width: 25%;
}
.container .right-column img {
    border: 5px solid #4a6692;
    box-shadow: 3px 3px 7px #ccc;
    margin: 0 0 8px 0;
}
.container .right-column p {
    font-size: 12px;
    font-style: normal;
    font-family: 'Open Sans Condensed', Arial, sans-serif;
    line-height: 16px;
}


/* section home */
section.home {
    background: url(../images/backgrounds/body.jpg) 0 top no-repeat #f4f0e7;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    min-height: 640px;
}

section.home p {
    padding:0 0 20px 0;
}
section.home .center-column {
    float: left;
    width: 38%;
    margin: 318px 50px 0 75px;
    background: #f4f0e7;
    padding: 20px 20px 0 20px;
}
section.home .center-column p {
    font-style: italic;
}
section.home .right-column {
    float: right;
    width: 288px;
    /* width: 25%; */
    padding: 120px 0 0 0;
}
section.home .quote {
    background: url(../images/backgrounds/quotes.png) no-repeat 15px 15px #d8e0f1;
    background-color: rgba(216,224,241,.8);
    padding:0px 25px 15px 44px;
}
section.home #quote2 {
    background: url(../images/backgrounds/quotes2.png) no-repeat 15px 15px #d8e0f1;
    background-color: rgba(216,224,241,.7);
}
section.home .quote p {
    padding: 20px 0 0 0;
    font-family: 'Open Sans Condensed', Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
}
section.home .quote .signiture {
    font-size: 12px;
}
section.home .quote p span {
    font-style: italic;
}

/* bio */
section.bio .right-column {
    width: 225px;
}

/* courses */
section.courses {
    color: #f4f0e7;
    background: #4a6692; 
}
section.courses .container img {
    border: 4px solid #f4f0e7;
    box-shadow: none;
}

/* services */
section.services {
    background: url(../images/backgrounds/services.jpg) 0 bottom no-repeat #f6f8fb;
    background-size: cover;
    padding-bottom: 220px;
}

/* testimonials */
section.testimonials {
    
}
section.testimonials .signiture {
    padding: 0 0 20px 20px;
    font-style: italic;    
}
section.testimonials .testimonial {
    border-bottom: 1px solid #ccc;
    margin: 0 20px 20px 0;   
}
section.testimonials .testimonial.last {
    border-bottom: none;
}
section.testimonials .right-column .testimonial {
    margin-right: none;
}



/* contact */
section.contact {
    color: #f4f0e7;
    background: #4a6692; 
    overflow: hidden;  
}
section.contact .left-column {
    width: 450px;
}

section.contact .right-column {
    padding-top: 100px;
    width: 420px;
}

section.contact p,
section.contact a {
    color: #f4f0e7;
}

section.contact p span {
    font-weight: bold;
}

section.contact .container img {
    border: 4px solid #f4f0e7;
    box-shadow: none;
}
section.contact input {
    width: 150px;
    height: 20px;
    margin: 0 0 10px 0;
}
section.contact .submit {
    width: 80px;
    font-size: 18px;
}
/* footer */
footer {
    clear: both;
}

/* media queries */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
section.home .center-column {
        width: 300px;
    }
}

@media (max-width: 599px) {
    section.home .center-column {
        width: 300px;
}

