/*
Theme Name: ILSR Base Theme
Theme URI:
Description:
Version: 1.0
Author: Eric James
Author URI: http://efwjames.com
Tags:
*/

:root {
    --hot-color: #E6511E;
    --light-color: #F8FBFD;
    --medium-color: #B5CCE7;
    --dark-color: #658DBE;
    --primary-color: #353535;
    --secondary-color: #385A8C;
}

*, html {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: "League Gothic";
    src: url('/font/League_Gothic-webfont.eot');
    src: url('/font/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'), url('../font/League_Gothic-webfont.woff') format('woff'), url('../font/League_Gothic-webfont.ttf') format('truetype'), url('../font/League_Gothic-webfont.svg') format('svg');
}

body {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eff6f9+100 */
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(239, 246, 249, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(239, 246, 249, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(239, 246, 249, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff6f9', GradientType=0);
    /* IE6-9 */
    background-attachment: fixed;
    color: var(--primary-color);
    font: 400 115%/1.5 "Helvetica Neue", Arial;
}

.main-header {
    padding: 2em;
    text-align: center;
}

.main-content {
    padding: 2em;
}

.main-footer {
    padding: 2em;
    min-height: 200px;
    background: var(--medium-color);
}
p {
    margin-bottom: 1em;
}
a {
    cursor: pointer;
    text-decoration: none;
    color: #75d1f3;
}

hr {
    margin: 3em auto 3em auto;
    max-width: 80%;
    border-color: var(--dark-color);
}

h1, h2, h3 {
    color: var(--secondary-color);
    font-size: 3em;
    font-weight: 200;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 0 0 0.5em 0;
}

h1.page-title {
    font-size: 2.5em;
}

h2 {
    font-size: 2em;
    font-weight: 400;
}

h3 {
    font-size: 1.8em;
    font-weight: 500;
    color: var(--dark-color);
}

.text-large {
    font-size: 1.8em;
    font-weight: 200;
}

.text-centered {
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.main-nav li {
    list-style: none;
    display: inline-block;
    margin-right: 1em;
}

.main-nav a {
    font-size: 1.2em;
    padding: 1em 1.5em 1em 1.5em;
    border-bottom: 1px solid #c3e3ef;
}

.main-nav a:hover {
    background: #e5f3f8;
}

/* --------------------------------------- */

.container {
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
    display: flex;
}

.column {
    flex: 0 1 100%;
}

.column.primary {
    flex: 0 1 100%;
}

.column.secondary {
    flex: 0 0 30%;
}

/* --------------------------- */

.content {
    margin: 0;
    padding: 3em 5em 6em 5em;
    min-height: 200px;
    border-bottom: 1px solid #d7d9f5;
    text-align: center;
}

.content .block.half {
    width: 48%;
}

.content .block {
    width: 66%;
}

.content .block.third {
    width: 33%;
}

.content:last-child {
    border: 0;
}

.panel-light {
    background: var(--light-color);
}

.panel-medium {
    background: var(--medium-color);
}

.panel-dark {
    background: var(--dark-color);
    color: #fff;
}

.bg-tiles {
    background-image: url('../img/bg-tiles.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 1000px auto;
}

.bg-field {
    background-image: url('../img/bg-field-wide.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-houses {
    background-image: url('../img/bg-houses.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 1000px auto;
}

.bg-skyline {
    background-image: url('../img/bg-skyline.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-squares {
    background-image: url('../img/bg-squares.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-city {
    background-image: url('../img/bg-city.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-white {
    padding: 0.5em;
    border-radius: 0.5em;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.77+1,0.33+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.77) 0%, rgba(255, 255, 255, 0.77) 1%, rgba(255, 255, 255, 0.33) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.77) 0%, rgba(255, 255, 255, 0.77) 1%, rgba(255, 255, 255, 0.33) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.77) 0%, rgba(255, 255, 255, 0.77) 1%, rgba(255, 255, 255, 0.33) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4ffffff', endColorstr='#54ffffff', GradientType=0);
    /* IE6-9 */
}

/* ------------------------------------ */

.content img.small {
    width: 50px;
    height: auto;
}

.content img.medium {
    width: 100px;
    height: auto;
    display: inline-block;
}

.content img.large {
    width: 200px;
    height: auto;
    display: inline-block;
}

.content img.centered {
    margin-top: 40%;
    display: inline-block;
}

.list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    font-weight: 600;
}

.list li {
    padding-bottom: 0.5em;
}

.list img {
    margin-right: 0.7em;
}

/* --------------------------------- */

.main-footer .button {
    color: #3A5B87;
    font-size: 2em;
    font-weight: bold;
    display: block;
    padding: 0.5em;
}

.button {
    cursor: pointer;
    display: inline-block;
    font-size: 1.2em;
    padding: 0.2em;
    border: 2px solid var(--light-color);
    border-radius: 0.5em;
}

.button:hover {
    color: var(--dark-color);
    background: var(--light-color);
}

.button-small {
    display: inline-block;
    font-size: 1.2em;
    padding: 0.5em;
    color: var(--medium-color);
    border: 2px solid var(--medium-color);
    border-radius: 0.5em;
}

.main-footer .block img {
    width: 300px;
    height: auto;
    margin-top: 2em;
    margin-bottom: 2em;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

.header-bar .block {
    flex: 0 1 50%;
}

.splash {
    width: 700px;
    margin: auto;
    font-size: 1.5em;
}

.text {
    flex: 0 1 400px;
    margin-right: 2em;
}

.embed {
    margin-top: 1em;
    flex: 2 2 auto;
    text-align: center;
}

.socialmedia {
    padding-bottom: 2em;
}

.socialmedia a {
    margin: 40px;
}

.socialmedia img {
    height: 80px;
    width: auto;
}

@media only screen and (max-width: 800px) {
    /* Style adjustments for viewports that meet the condition */
    main {
        margin: 1em;
    }
    header {
        margin: 1em;
    }
    header img {
        width: 100%;
        height: auto;
    }
    .splash {
        width: 100%;
    }
    .content {
        display: block;
        margin: 0;
        padding: 1em;
    }
    h1, h2, h3 {
        font-size: 1.5em;
    }
    .content .block.half {
        width: 100%;
    }
    .button {
        background: #555;
    }
    .content .block.third {
        width: 100%;
    }
    .content .block {
        width: 100%;
    }
    .content img.centered {
        margin: 0;
    }
}