/* GLOBAL */
*, ::after, ::before {
    box-sizing: border-box;
}
a, a:hover {
    color: #7ece7e;
    text-decoration: underline;
}
body {
    background-color: #111;
    color: #fff;
    font-size: 16px;
}
.ad_section {
    text-align: right;
    padding-right: 0;
}
.ad_section img {
    display: inline-block;
}
h2, h3 {
    padding-bottom: 15px;
    font-family: 'Overlock SC', cursive;
    color: cadetblue;
}
.halfpg {
    width: 100%;
    height: auto;
    max-width: 300px;
    max-height: 600px;
}
.lgrec {
    width: 100%;
    height: auto;
    max-width: 336px;
    max-height: 280px;
}
.content {
    max-width: 1920px;
    margin: auto;
}
.sub {
    color: gray;
    font-size: .85em;
    font-style: italic;
}
.title {
    font-family: 'Overlock SC', cursive;
}
.about-ad, .use-ad1, .use-ad2, .future-ad {
    position: sticky;
    top: 90px;
    margin-bottom: 20px;
}
.about, #future, #use {
    position: relative;
    width: 90%;
    margin: 80px auto 0;
    padding-bottom: 50px;
    border-bottom: 1px solid #333;
}
#future li, #use li {
    padding: 4px 0;
}


/* NAV BAR */
.navbar {
    background-color: #222;
    border-bottom: 1px solid #fff;
}
.logo {
    max-width: 210px;
    height: auto;
}
.navbar-inverse .navbar-nav .navlink--custom-color,  .dropdown-toggle {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.navbar-inverse .navbar-nav .navlink--custom-color:hover, .dropdown-menu li a:hover, .navbar-inverse .navbar-nav li a:hover {
    background-color: #222;
    color: #8fbc8f;
}
.navbar-inverse .navbar-nav .disabled a, .navbar-inverse .navbar-nav .disabled a:hover {
    color: gray;
}
.navbar-inverse .navbar-nav li a {
    padding-left: 5px;
    color: #fff;
    text-decoration: none;
}
.dropdown-menu, .dropdown-menu li a, .navbar-inverse .navbar-nav .open a:focus {
    background-color: #222;
    color: #fff;
    padding-left: 15px;
 }
.soc-med-icons li {
    display: inline-block;
}


/* JUMBOTRON *************************************************/
.banner {
    position: relative;
    height: 500px;
    background: url("../assets/test2.jpg") center center no-repeat;
    background-size: cover;
    font-family: Garamond, serif;
    margin-bottom: 0;
    margin-top: 70px;
}
.banner::before { /* Overlay */
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0,0,0,0.65), rgba(255,255,255,0.2));
}
.banner * {
    position: relative;
}
.banner h1 {
    font-weight: bold;
    font-family: 'Cinzel Decorative', cursive;
}
.btn-custom {
    background-color: #000;
    color: #fff;
    border: 1px solid #8fbc8f;
    margin-bottom: 10px;
    margin-right: 5px;
    font-size: 2.5rem;
    padding: 10px 20px;
    text-decoration: none;
}
.btn-custom:hover {
    background-color: rgba(68, 68, 68, 0.85);
    color: #fff;
    border: 1px solid #8fbc8f;
    text-decoration: none;
}


/* SUPPORTED GAMES ********************************************/
.supported {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
.games {
    padding: 25px;
    text-align: center;
}
.game img {
    width: 100%;
    height: auto;
    padding: 0 10px;
    margin: 0 5px 20px;
}
.game img.inactive {
    filter: grayscale(100%) opacity(30%);;
}
.logos {
    display: flex;
    flex-wrap: wrap;
}


/* INFO SECTION ***********************************************/
.info {
    margin: 50px;
    padding: 25px;
}
.info .col-sm-7 {
    text-align: center;
}
.info img {
    width: 100%;
    max-width: 700px;
    height: auto;
    padding-bottom: 15px;
}
.info h3 {
    padding-bottom: 10px;
    font-family: 'Overlock SC', cursive;
}

/* USE *************************************************/
.scap {
    text-align: right;
}
.scap-horiz, .scap-vert {
    border: 1px solid #fff;
 }
.scap-horiz {
    width: 100%;
    height: auto;
    max-width: 482px;
}
.scap-vert {
    width: auto;
    height: 100%;
    max-height: 400px;
}


/* FUTURE *************************************************/
#socmed {
    display: flex;
    justify-content: space-around;
    padding: 10px 10px;
}

/* ABOUT *************************************************/
.bio {
    padding: 0 30px;
}
.bio:first-child {
    border-right: 1px dashed #333;
}
.bio img {
    border-radius: 50%;
    border: 2px solid #fff;
    width: 200px;
    margin-bottom: 20px;
}
.bio-head {
    display: flex;
    align-items: center;
}
.bio-title {
    margin: 0;
    padding-left: 15px;
}
.bio-title, #team-title {
    font-family: 'Overlock SC', cursive;
}
#bios {
    width: 80%;
    margin: 0 auto 50px;
}
#team-title {
    text-align: center;
    padding-bottom: 30px;
}


/* FOOTER **************************************************/
footer {
    background-color: #222;
    font-size: 12px;
    border-top: 1px solid #fff;
    padding-top: 10px;
}
footer .col-sm-4 {
    display: flex;
    justify-content: space-around;
}
footer .col-sm-12 {
    padding-top: 5px;
    text-align: center;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #8fbc8f;
}
footer ul {
    list-style: none;
}


/* MEDIA QUERIES *************************************/
@media only screen and (max-width: 991px) {
    .use-ad1, .use-ad2 {
        position: static;
    }
    .use-ad1 {
        border-bottom: 1px solid #333;
        padding-bottom: 15px;
    }
    .ad_section {
        border-top: 1px solid #333;
        padding-top: 15px;
        margin: 15px 0;
    }
    .ad_section img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .ad_section img:first-child {
        display: none;
    }
    .bio:first-child {
             border-right: none;
             border-bottom: 1px dashed #333;
             padding-bottom: 15px;
    }
    .bio-head:nth-child(1) {
        padding-top: 30px;
    }
    .scap {
        text-align: center;
    }
    #about {
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .banner {
        height: 425px;
        margin-top: 50px;
    }
    .game img {
        padding: 0 10px;
    }
    .lead {
        width: 65%;
    }
    .logo {
        max-width: 169px;
        height: auto;
    }
    .logos {
        justify-content: center;
    }
    .soc-med {
        border-top: 1px solid #333;
    }
    .navbar-inverse .navbar-nav li a {
        padding-left: 25px;
    }
}

@media only screen and (min-width: 992px) {
    .ad_section img:last-child {
        display: none;
    }
}

/* MOBILE */
@media only screen and (max-width: 570px) {
    .ad_section {
        padding: 15px 0;
    }
    .banner {
        height: 350px;
    }
    .banner .btn-custom {
        font-size: medium;
    }
    .bio-head {
        display: block;
        padding-bottom: 15px;
        text-align: center;
    }
    .game img {
        padding: 0 40px;
    }
    .info {
        margin: 10px;
    }
    #team-title {
        padding-bottom: 0;
    }
    #about {
        margin-bottom: 25px;
        padding-bottom: 10px;
    }
    #future {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #about, #future, #use {
        width: 90%;
        border-bottom: 1px solid #333;
    }
}