/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
}

body {
    font-size: 16px;
    font-family: Lucida, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}
.top {
    height: 100px;
}
.topnav {
    font-size: 14px;
}
.header {
    padding: 0 20px;
    background: #cc0000;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.page-header {
    font-weight: normal !important;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}
.navbar-default .navbar-collapse {
    border: 0;
}
.navbar-default {
    background-color: #cc0000;
    height: 86px;
    border: 0;
}
.navbar-default .navbar-toggle {
    border-color: #eee;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #eee;
}
.navbar-default .navbar-toggle:hover {
    background-color: #a30000;
}
.navbar-default .navbar-brand, .navbar-default .navbar-nav > li {
    padding: 0 10px;
}
.navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand a {
    font-weight: 300;
    color: #fff;
    font-size: 16px;
    padding: 10px 8px;
    transition: all .3s ease;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #cc0000;
    background: #fff;
}
.navbar-nav {
    padding-top: 22px;
}
.navbar-brand .logo {
    margin-top: 5px;
}
.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li> .active, .navbar-default .navbar-nav>li>a:hover {
    color: #cc0000;
    background: #fff;
}
.navbar-nav>li>.dropdown-menu {
    background: #cc0000;
    border: 1px solid #a30000;
}
.navbar-nav>li>.dropdown-menu>li>a {
    color: #fff;
}
.navbar-nav>li>.dropdown-menu>li>a:focus, .navbar-nav>li>.dropdown-menu>li>a:hover {
    color: #cc0000;
    background: #fff;
}
.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: #2d74a0;
    background-size: cover;
}

@media (max-width: 767px){
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #cc0000;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #a30000;
    }
}
.content {
    min-height: 500px;
    padding: 0 20px;
}
.photo-gallery h4,.photo-gallery h6{
    text-align: center;
    font-weight: normal;
    color: #034694;
}
.photo-gallery a:hover {
    text-decoration: none; 
}
.page-header {
    margin-top: 20px !important;
}
.intro-message {
    position: relative;
    padding-top: 10%;
    padding-bottom: 5%;
}
.features h4{
    font-size: 13px;
    color: #fff;
    background: #034694;
    padding: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.features .feature {
    background: #edeef0;
    border-bottom: 1px solid #CCD0D7;
    padding: 8px 0;
    font-size: 13px;
}
.features .feature .game-logo {
    padding: 10px;
    max-width: 110px;
    margin: 0 auto;
}
.features .feature .game-time, .features .feature .game-title{
    text-align: center;
    font-weight: bold;
    padding: 7px 0;
}
.features .feature .game-title {
    font-size: 15px;
    color: #cc0000;
}
.features .feature .game-venue,.features .feature .game-date{
    text-align: center;
    padding: 3px 0;
}
.features .feature .game-title span{
    font-weight: normal;
}
.intro-message > h1 {
    margin: 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
    font-size: 4.5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
    .navbar-default .navbar-nav .open .dropdown-menu {
        background: #fff !important;
    }
}

@media (min-width: 1460px) {
    .container {
        width: 1440px;
    }
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}
.latest-news a{
    font-weight: normal;
}
.latest-news dd{
    display: block;
    padding: 3px 0;
}
footer {
    color: white;
    background: #204d6a;
}
footer h3 {
    padding-bottom: 12px;
    font-size: 16px;
    border-bottom: 2px solid #fff;
}
footer .footer-above {
    padding: 50px 0 0 20px;
    background: #cc0000;
}
footer .footer-above .section{
    padding-top: 15px;
    color: #fff;
    font-size: 13px;
    line-height: 1.82857143;
}
footer .footer-above .section dl{
    margin: 0 !important;
}
footer .footer-above .section dl dd{
    display: block;
}
footer .footer-above .section dl dd a {
    color: #fff;
    text-decoration: none;
}
footer .footer-col {
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 50px;
}
footer .around-the-web a {
    text-decoration: none;
    color: #fff;
    display: block;
}
footer .around-the-web a:hover {
    text-decoration: underline;
}
footer .footer-below {
    padding: 25px 20px;
    font-weight: normal;
    font-size: 13px;
    background: #a30000;
}
.btn-social {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}
.btn-outline {
    color: #fff;
    font-size: 20px;
    border: 2px solid #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
    margin-top: 15px;
}
.btn-social, .scroll-top, .scroll-top .btn {
    width: 50px;
    height: 50px;
}
.btn-outline.active, .btn-outline:active, .btn-outline:focus, .btn-outline:hover {
    color: #cc0000;
    background: #fff;
    border: 2px solid #fff;
}
p.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6
}
p.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7
}
ul.parsley-errors-list {
    list-style: none;
    color: #E74C3C;
    padding-left: 0
}
input.parsley-error,
textarea.parsley-error,
select.parsley-error {
    background: #FAEDEC;
    border: 1px solid #E85445
}
.btn-group .parsley-errors-list {
    display: none
}
.form-control {
    border-radius: 0;
    width: 100%
}
.form-horizontal .control-label {
    padding-top: 8px;
    color: #73879C;
}
.form-control:focus {
    border-color: #CCD0D7;
    box-shadow: none !important
}
legend {
    font-size: 18px;
    color: inherit
}
.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0
}
.form-control-feedback {
    margin-top: 8px;
    height: 23px;
    color: #bbb;
    line-height: 24px;
    font-size: 15px
}
.form-control-feedback.left {
    border-right: 1px solid #ccc;
    left: 13px
}
.form-control-feedback.right {
    border-left: 1px solid #ccc;
    right: 13px
}
.form-control.has-feedback-left {
    padding-left: 45px
}
.form-control.has-feedback-right {
    padding-right: 45px
}
.form-group {
    margin-bottom: 10px
}
.validate {
    margin-top: 10px
}
.invalid-form-error-message {
    margin-top: 10px;
    padding: 5px
}
.invalid-form-error-message.filled {
    border-left: 2px solid #E74C3C
}
.news a{
    margin: 20px 0 0 0;
    border: 1px solid #cc0000;
    display: block;
    position: relative;
}
.news a:hover{
    text-decoration: none;
}
.news .date {
    position: absolute;
    z-index: 3;
    color: #fff;
    background: #cc0000;
    padding: 3px 5px;
    font-size: 16px;
}
.news h3 {
    margin-top: 30px;
    padding: 4px 5px;
    height: 40px;
    overflow: hidden;
    color: #cc0000;
    font-weight: 500;
    font-size: 16px;
}
.news .read-more {
    float: right;
    color: #fff;
    background: #cc0000;
    padding: 3px 8px;
    margin-top: 7px;
    font-size: 16px;
}
.sponsors img {
    margin: 10px;
    max-height: 100px;
}