﻿@font-face {
    font-family: 'Octin_Spraypaint';
    font-style: normal;
    font-weight: 400;
    src: local('OpenSans'), url(fonts/Octin_Spraypaint/Octin_Spraypaint.ttf) format('truetype');
}

@font-face {
    font-family: 'OpenSans-Condensed';
    font-style: normal;
    font-weight: 400;
    src: local('OpenSans'), url(fonts/Open_Sans_Condensed/OpenSans-CondLight.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), url(fonts/Roboto/Roboto-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto'), url(fonts/Roboto/Roboto-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto-Black';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), url(fonts/Roboto/Roboto-Black.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto-Light';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), url(fonts/Roboto/Roboto-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'RobotoCondensed';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), url(fonts/Roboto/RobotoCondensed-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'RobotoCondensed';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto'), url(fonts/Roboto/RobotoCondensed-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'RobotoCondensed-Black';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), url(fonts/Roboto/RobotoCondensed-Black.ttf) format('truetype');
}

@font-face {
    font-family: 'RobotoCondensed-Light';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), url(fonts/Roboto/RobotoCondensed-Light.ttf) format('truetype');
}


html,
body {
  height: 100%;
  width: 100%;  
  background: #fafafa;
}

h1{
    font-family: Octin_Spraypaint;
    color: rgba(134,171,129,1)
}

h2{
    font-family: Octin_Spraypaint;
}

p{
    font-family: Roboto;
    font-size: 1.25em;
}

.top-bar{
    width: 95%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    float: left;
    background: rgba(40,55,146,1);
    font-family: OpenSans-Condensed;
    max-height: 2em;
    font-size: 1.2em;
}

.top-bar > a{
    font-size: 0.9em;
    text-decoration: none;
    float: right;
    color: #fff;
    margin-right: 1em;
}

.top-bar > a:hover{
    text-decoration: underline;
}

.masthead{
    width: 100%;
    background: #fff;
    border-bottom: solid 2em rgba(245,141,42,1);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
    margin-bottom: 2em;
    height: auto;
    float: left;
    clear: both;
}

.logo{
    /*display: none;*/
    width: 10%;
    position: absolute;
    top: 0em;
    left: 5%;
    max-width: 200px;
}

.backer{
    /*display: none;*/
    float: left;
    width: 100%;
}

.tagline{
    font-family: Octin_Spraypaint;
    font-size: 3em;
    color: rgba(134,171,129,1);
    width: 100%;
    text-align: center;
    float: left;
}

.lead-content{
    width: 100%;
    float: left;
    padding-top: 1em;
    margin-top: 1em;
    margin-bottom: 2em;
}

.lead-text{
    float: left;
    padding-left: 2.5%;
    padding-right: 2.5%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    margin-top: 3em;
    width: 40%;
    min-height: 300px;

}

.promo-video{
    background: rgba(237,27,36, 0.9);
    padding-left: 2.5%;
    padding-right: 2.5%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    margin-top: 3em;
    width: 40%;
    float: left;
    padding-top: 2em;
    padding-bottom: 2em;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
    border-radius: 0.25em;
}

.spacer{
    width: 100%;
    float: left;
    height: 1em;
}

.matchup-wrapper{
    width: 45%;
    float: left;
    margin-left: 2.5%;
    margin-right: 2.5%;
    background: #fff;
    margin-top: 3em;
    margin-bottom: 3em;
    box-shadow: 0px 0px 5px rgba(40,55,146,1);
    border-radius: 0.25em;
}

.matchup-wrapper > h2{
        font-family: Octin_Spraypaint;

    text-align: center;
    color: rgba(245,141,42,1);
}

.matchup{
    width: 100%;
}

.team-1{
    width: 35%;
    margin-right: 5%;
    background: rgba(245,141,42,1);
    text-align: center;
    font-family: Octin_Spraypaint;
    font-size: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    color: #333;
}

.versus{
    width: 20%;
    font-family: Octin_Spraypaint;
    text-align: center;
}

.team-2{
    width: 35%;
    margin-left: 5%;
    background: rgba(40,55,146,1);
    text-align: center;
    font-family: Octin_Spraypaint;
    font-size: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
    color: #fafafa;
}

.date{
    font-size: 1.25em;
    font-family: OpenSans-Condensed;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.time{
    font-size: 1.1em;
    font-family: OpenSans-Condensed;
    text-transform: uppercase;
    text-align: center;
}


.league-table-wrapper{
    background: #fff;
    float: left;
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 3em;
    margin-bottom: 3em;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
    border-radius: 0.25em;
}

.league-title{
    width: 100%;
    float: left;
    background: rgba(245,141,42,1);
    color: #fafafa;
    font-family: Octin_Spraypaint;
    text-align: center;
    font-size: 1.25em;
    font-weight: bold;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    text-transform: uppercase;
}

.league-table{
    font-size: 1.25em;
    font-family: OpenSans-Condensed;
    color: #333;
    width: 100%;
    font-weight: bold;
}

.row{
    background: #fff;
}

.row-alt{
    background: #fafafa;
}

.follow-buttons-wrapper{
    width: 100%;
    background: rgba(245,141,42,1);
    float: left;
}

.follow-button{
    width: 20%;
    padding-right: 2.5%;
    padding-left: 2.5%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    float: left;
}

.follow-button:hover{
    background: rgba(134,171,129,1);
    cursor: pointer;
}

.main-content{
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    background: #fff;
    padding-top: 2em;
    padding-bottom: 2em;
    margin-top: 2em;
    float: left;
    border-top: solid 2em rgba(40,55,146,1);
    box-shadow: 0px -2px 10px rgba(0,0,0,0.5);

}

.updates > h2{
    font-family: Octin_Spraypaint;
    color: rgba(134,171,129,1);
    text-align:center;
}

.twitter-feed{
    width: 45%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    float: left;
}

.footer{
    text-align: center;
    float: left;
    width: 100%;
    background: rgba(40,55,146,1);
    color: #fff;
    padding-top: 1em;
    padding-bottom: 1em;
}

.footer > p > a{
    color: #fff;
    text-decoration: none;
    font-family: OpenSans-Condensed;
}

@media screen and (max-width: 800px) {
    .masthead{
        height: auto;
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .logo{
        width: 30%;
        top: 4em;
        max-width: 100px;
    }

    .lead-text{
        width: 90%;
        margin-top: 1em;
    }

    .promo-video{
        width: 90%;
        box-shadow: none;
    }

    .twitter-feed{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .matchup-wrapper{
        width: 95%;
    }

    .league-table-wrapper{
        width: 95%;
    }

    #go-to{
        display: none;
    }
}



