@import url(https://fonts.googleapis.com/css?family=Play:400,700);
@import url('league.css');

body {
    font-family: 'Play', sans-serif;
    font-size: 24px;
    color: #fff;
    background: #222222;
}

.header-background {
    height: 100%;
    width: 100%;
    background-image: url('../images/consoleparty.jpg');
    background-size: cover;
    background-position: top;
    /*opacity: 0.35;*/
    display:block;
    position: absolute;
}

.header-div {
    height: 100vh;
    width: 100%;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-top-content {
    opacity: 1;
    width: 100%;
    /*position: absolute;*/
    height: 125px;
    overflow: hidden;
    -webkit-transition: height 1s; /* Safari */
    transition: height 1s;
    z-index: 999;

}

.header-top-content-scroll {
    height: 80px;
    background-color: #333333;
    z-index: 100;
}

.header-top-content-scroll > div > .logo {
    height: 62px;
    background-color: #333333;
    z-index: 100;
}

.logo {
    max-height: 300px;
    margin-top:10px;
    -webkit-transition: height 1s; /* Safari */
    transition: height 1s;
}

.header-top-inline {
    display: inline-block;
}

.header-content {
    top: 30px;
    position: relative;
    text-align: center;
    color: #FFFFFF;
    font-size: 24px;
}

.header-content > img {
    bottom: 0px;
}

.timer {
    font-size: 24px;
}

nav {
    float: right;
}

nav > ul > li {
    display: inline-block;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    margin: 0px 15px;
    line-height: 50px;
    cursor: pointer;
}

nav > ul > li:hover {
    color: #ff6600;
}

main {
    margin-top: 50px;
}

section {
    padding: 50px 0px;
    text-align: center;
}

footer {
    background-color: #333333;
    height: 200px;
    text-align: center;
    color: #FFFFFF;
}

.sign-up {
    height: 450px;
    background-image: url('../images/banner2.jpg');
    background-size: cover;
    background-position: 0% 40%;
    color: #FFFFFF;
}

footer > nav {
    float: none;
}

.background-grey {
    background-color: #F9FAF9;
}

.img-maxwidth {
    max-width: 100%;
}

.benefits {
    text-align: left;
}

.screenshots {
    display: inline-block;
    width: 300px;
    border: 1px #000000 solid;
    margin: 10px;
    max-width: 100%;
}

.btn-red {
    background-color: #ff6600;
    font-size: 18px;
    padding: 10px 20px;
    margin: 20px 0px;
}

.btn-red:hover {
    background-color: #b64c00;
    color: #FFFFFF;
}

.btn-transparant {
    background: transparent;
    font-size: 18px;
    padding: 10px 20px;
    border: 1px #FFFFFF solid;
    margin: 20px 20px 20px 0px;
}

.btn-transparant:hover {
    color: #FFFFFF;
    background-color: #ff6600;
}

.ipad-middle {
    position: relative;
    top: 80px;
}

.help-block{
    display: flex;
    flex-wrap: nowrap;
    position: fixed;
    background-color: #FFFFFF;
    bottom: 30px;
    right: 0px;
    border: 1px solid #333333;
    border-right: 0px;
}

.help-block > .left {
    background-color: #ff6600;
    color: #FFFFFF;
    width: 24px;
    height: 100%;
    position: absolute;
}

.help-block > .left > .title{
    width: 80px;
    font-size: 12px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform-origin: 60px 55px 0;
}

.help-block > .content {
    margin-left: 24px;
    padding: 10px;
}

.bf4-background {
    background-image: url('../images/Night-Ops-hero-bf4-back.jpg');
    background-size: cover;
    background-position: top;
}

.bf1-background {
    background-image: url('../images/battlefield1_background1.jpg');
    background-size: cover;
    background-position: top;
}

.cinema-holder{
    height: 100vh;
    max-height: 1080px;
    padding: 0px;
    overflow: hidden;
}

.cinema-background {
    background-image: url('../images/c-party-cinema.png');
    background-position: top;
    width: 1920px;
    height: 100vh;
    max-height: 1080px;
    left: 50%;
    margin-left: -960px;
    position: absolute;
    z-index: 99;
}

.player {
    margin-top: 75px;
    height: 600px;
    width: 1060px;
    left: 50%;
    margin-left: calc(-530px + 20px);
    z-index:150;
    position: absolute;
}

.twitch_link {
    display: none;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@media only screen and (max-width: 600px) {
    .cinema-holder {
        display: none;
    }

    .twitch_link{
        display: block;
    }
}