﻿body {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    background-color: #FFFFFF;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
/* Container */
.container {
    background: #FFFFFF url('../../images/background.png') top center repeat;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-bottom-width: 0px;
    padding-left: 2px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    border: 2px groove #6DC7D0;
}
/* Header */
header {
    width: 100%;
    height: 8%;
    background-color: #5D5E5D;
    border-bottom: 1px solid #353635;
}

.logo {
    color: #fff;
    font-weight: bold;
    margin-left: auto;
    letter-spacing: 4px;
    margin-right: auto;
    text-align: center;
    padding-top: 15px;
    line-height: 2em;
    font-size: 22px;
}

.hero_header {
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    letter-spacing: 4px;
}
/* About Section */
.text_column {
    width: 90%;
    text-align: left;
    font-weight: lighter;
    line-height: 25px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    color: #A3A3A3;
}

.gallery {
    clear: both;
    display: inline-block;
    width: 100%;
    /* [disabled]min-width: 400px;
*/
    padding-bottom: 35px;
    padding-top: 0px;
    margin-top: -5px;
    margin-bottom: 0px;
    border-bottom: 1px solid #6DC7D0;
}

.thumbnail {
    width: 23%;
    text-align: center;
    float: left;
    margin-top: 35px;
    background-color: #F8F8F8;
    padding-bottom: 20px;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 3px;
    padding-top: 10px;
    border-bottom: 4px solid #6DC7D0;
}

.gallery .thumbnail h4 {
    margin-top: 5px;
    margin-bottom: 15px;
    color: #006699;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.gallery .thumbnail p {
    margin: 0;
    color: #B3B3B3;
    text-align: left;
    padding-left: 20px;
}
/* More info */
.intro {
    background-color: #FFFFFF;
    padding-bottom: 35px;
    width: 100%;
}

.column {
    width: 95%;
    margin: 5px;
    font-family: "Source Sans Pro";
    color: #000000;
}

.intro .column h3 {
    color: #FFFFFF;
    text-align: center;
    text-decoration: underline;
}

.intro .column p {
    color: #FFFFFF;
}

.cards {
    width: 90%;
    height: auto;
}

.button {
    width: 200px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    text-align: center;
    vertical-align: middle;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    border: 3px solid #000000;
    color: #000000;
    transition: all 0.3s linear;
}

    .button:hover {
        background-color: #6DC7D0;
        color: #FFFFFF;
        cursor: pointer;
    }

.copyright {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #717070;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    border-top-width: 2px;
}

footer {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -5px;
    /*border-top: 2px solid #6DC7D0;*/
}

.intro {
    background-color: #006699;
    width: 100%;
    float: left;
    font-family: "Source Sans Pro";
    color: #FFFFFF;
    padding-bottom: 15px;
}

.profile {
    width: 10%;
    float: left;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
}

.gallery .thumbnail .tag {
    color: #5D5E5D;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}



.header {
    width: 100%;
    padding-top: 1px;
    padding-bottom: 1px;
    clear: left;
    border-bottom: 2px solid #6DC7D0;
}

.secondary_header {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #e6f5ff;
    clear: left;
    border-bottom: 2px solid #6DC7D0;
}

    .secondary_header ul {
        margin-top: 0%;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 15px;
        padding-left: 0px;
        width: 100%;
    }

        .secondary_header ul li {
            list-style: none;
            float: left;
            margin-right: auto;
            margin-top: 0px;
            font-family: "Source Sans Pro";
            font-weight: normal;
            color: #000000;
            letter-spacing: 1px;
            margin-left: auto;
            text-align: center;
            width: 20%;
            transition: all 0.3s linear;
        }

a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

    a:visited {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
    }

    a:hover {
        color: #006699
    }

.background {
    background: #FFFFFF url('../../images/Course2.jpg') top center repeat;
}

.column_2 {
    width: 35%;
    margin: 25px;
    font-family: "Source Sans Pro";
    color: #FFFFFF;
}



.intro .column_2 h3 {
    color: #FFFFFF;
    text-align: center;
    text-decoration: underline;
}
