/* CSS Document */

body	{
	margin: 0 0 0 0;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    line-height: 1.5em;
}

img {
    border:none;
}

ul {
    line-height: normal;
    margin-left: -25px;
}

ul li {
    margin-bottom: 10px;
}

#columns {
    margin-top: 20px;
    text-align: center;
    min-width: 350px;
}

#main {
    padding: 2em;
    text-align: left;
    min-width: 350px;
}

#menu div a {
    font-size: 1.2em;
}

.classInput {
    width: 100%;
    max-width: 600px;
    padding: 10px;
}

.classListing {
    line-height:normal; 
    margin-bottom:10px; 
    background-color:#f4f4f4; 
    padding:10px; 
    cursor:pointer;
    border:1px solid #f4f4f4;
    transition: 1s;
}

.classListing:hover {
    border: 1px solid #333;
}

.contactBox {
    width:300px; 
    height:150px; 
    display:inline-block; 
    padding:10px; 
    margin:10px; 
    border:1px solid #f4f4f4; 
    font-size:.9em; 
    vertical-align:top;
    transition: background-color 1s ease;
}

.contactBox:hover {
    background-color: #f4f4f4;
}

.newsLink {
    text-decoration: none;
}

.newsLink:hover {
    text-decoration: underline;
}

/*HEADER*/

#header {
    background: linear-gradient(to left, transparent, #a30000),
    url("/_siteImgs/header.jpg");
    background-size: cover;
    background-position: center;
    color: #fff;
}

.siteDescription {
    padding: 2em; 
    line-height:50px;
    font-weight: bold;
    text-shadow: 2px 2px #202020;
}

.logo {
    display: inline-block; 
    vertical-align: top; 
    padding-right: 1em;
}

.siteLabel {
    font-size: 4em; 
    display: inline-block; 
    vertical-align: top; 
    margin-top: 20px;
}

.tab {
    padding:5px; 
    display:inline-block; 
    border-left:1px solid #f4f4f4;
    border-top:1px solid #f4f4f4;
    border-right:1px solid #f4f4f4;
    cursor: pointer;
    opacity: 0.5;
    width: 200px;
    background-color: #a30000;
    color: #fff;
    text-align: center;
}

.tabReveal {
    padding:1em; 
    
    display: none;
}

/*MENU*/

#menu {
    background-color: #003333;
}

#menu div {
    display: inline-block;
    vertical-align: top;
    padding: 1em;
    max-width: 350px;
}

#menu a {
    text-decoration: none;
    color: #fff;
    font-size: 1.3em;
    transition: 1s;
    padding: 1em;
}

#menu a:hover {
    color: #a30000;
    background-color: #fff;
}

.headshot {
    max-width: 200px;
}

/*BUTTONS*/

.button-container {
    text-align: center;
}

.button {
    display: inline-block;
    background-color: #a30000; 
    border: 2px solid #fff;
    color: #fff;
    padding: 1em;
    width: 100%;
    max-width: 300px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    margin: auto;
    margin-bottom: 10px;
    margin-right: 10px;
    transition: 2s;
    cursor: pointer;
}

.button:hover {
    background-color: #fff;
    border: 2px solid #a30000;
    color: #a30000;
}

/*COLUMNS*/

.column-left {
    display: inline-block; 
    width: 46%; 
    vertical-align: top;
    text-align: left; 
    padding-left: 1em;
}

.column-side {
    display: inline-block; 
    width: 25%; 
    vertical-align: top;
    text-align: left;
    margin-top: 5.3em;
    padding: 2em;
}

.column-box {
    font-size: .9em;
    border:1px solid #f4f4f4;
    padding: 2em;
    margin-bottom: 2em;
}

.column-box-highlight {
    background-color: #f4f4f4;
    font-size: .9em;
    padding: 2em;
    margin-bottom: 2em;
}

.column-box-header {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
}

.column-box-highlight-header {
    background-color: #f4f4f4;
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 10px;
}

.column-wide {
    width: 80%;
    margin: auto;
    padding: 2em;
    text-align: left;
    min-width: 350px;
}

/*FOOTER*/

#footer {
    background-color: #202020;
    color: #fff;
    padding: 2em;
    font-size: .9em;
    text-align: center;
}

#footer a {
    color: white;
}

/*MEDIA QUERIES*/
@media screen and (max-width: 1200px) {
    
/*column-left to full screen, column-side to fullscreen*/
    
    .siteLabel {
        font-size: 3em; 
    }
    
    .column-left {
        display: block; 
        width: 98%;
        margin: auto;
        vertical-align: top;
        text-align: left; 
    }
    
    .column-side {
        display: inline-block; 
        width: 95%;
        max-width: 420px;
        margin: auto;
        margin-top: none;
    }
    
    .column-box {
        margin-bottom: 1em;
    }
    
    .column-box-highlight {
        margin-bottom: 1em;
    }
    
}

@media screen and (max-width: 850px) {
    
    #header {
        background-color: #a30000; 
        color: #fff;
    }
    
    .siteDescription {
        padding: 2em; 
        line-height:1.8em;
    }
    
    .logo {
        display: inline-block; 
        vertical-align: top; 
        padding-right: 1em;
        width: 100%;
        max-width: 100px;
    }

    .siteLabel {
        font-size: 2em; 
        display: inline-block; 
        vertical-align: top; 
        margin-top: 20px;
    }
    
    .column-side {
        display: block; 
        width: 95%;
        max-width: none;
        margin: auto;
        margin-top: none;
    }
}
