body, html {
    height: 100%;
    color: #777;
    font-family: 'Poppins', sans-serif;
    font-size: 14pt;
    line-height: 1.8;
    margin: 0;
    background-color: #111111;
}

#player {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

#player iframe {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 50%;
    border: 0;
}

img {
    max-width: 100%;
}

header img{
    top:100%;
    opacity:0;
    animation:load_up 2s forwards;
    -webkit-animation:load_up 2s forwards;
}

.logo {
    height: 100%;
    padding: 0.5%;
}

.logo img {
    min-height: 28%;
    max-height: 29%;
}

.hidden{
    opacity:0;
}
.visible{
    opacity:1;
}

#rpg {
    animation-delay: 100ms;
}

#graphics {
    animation-delay: 200ms;
}

@keyframes load_up{
    from{opacity:0;top:100%}
    to{opacity:1;top:0%;}
    
}@-webkit-keyframes load_up{
    from{opacity:0;top:100%}
    to{opacity:1;top:0%;}   
}

a, a:link, a:visited, a:active {
    color: inherit;
    text-decoration: underline;
}

h1 {
    font-size: 2.7em;
    color: #ffffff;
    font-family: 'Hind', sans-serif;
    line-height: 1.2;
    font-weight: 600;
}

h2 {
    font-size: 1.2em;
    font-family: 'Poppins', sans-serif;
    color: #D1CFA7;
    font-weight: 200;
}

a:hover {
    color: #ffffff;
}


/* parallax effect */
.description {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 10%;
}

.desc-title {
    height: 150px;
}
.desc-text {
    height: 200px;
}

div.feature {
    display: inline-block;
    width: 25%;
    height: 100%;
    padding: 4%;
    margin: 4% 0 4% 0;
}

.feature-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
}

/* header */
header {
    background-image: url("../img/bg_01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    text-align: center;
  }

.badges-wrapper {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.badges-container {
    max-width: 70%;
    margin: auto;
}
.pre-register {
    width: 100%;
}
.pre-register-wrapper {
    max-width: 50%;
    margin: auto;
}

.badges {
    width: 100%;
}

.badges2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2% auto 2% auto;
}

.badges img {
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
}

.badge {
    display: inline-block;
    max-width: 40%;
    padding: 1%;
}

/* graphic */
.graphic {
    min-height: 400px;
    margin-top: -9%;
}
.graphic img {
    width: 100%;
}

div.icon {
    display: inline-block;
    margin: 1%;
}

div.icon#fb {
    background-image: url('../img/facebook_hover.png');
}

div.icon#tt {
    background-image: url('../img/twitter_hover.png');
}

div.icon#ig {
    background-image: url('../img/instagram_hover.png');
}

div.icon#apple {
    background-image: url('../img/appstore_hover.png');
}

div.icon#google {
    background-image: url('../img/play_hover.png');
}

div.icon > a > img:hover {
    opacity: 0;
    width: 103px;
    height: 103px;
}

.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2% auto 2% auto;
}

.forums-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0% auto 6% auto;
}

.forums {
    border: 1px solid #00BFFF;
    text-transform: uppercase;
    color: #00BFFF !important;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none !important;
}

.forums:hover {
    background-color: #00BFFF;
    color: #111111 !important;
    text-decoration: none;
  }

footer {
    border-top: 1px #343434 solid;
    color: #666666;
    background-color: #111111;
    text-align: center;
    padding: 3%;
}

@media (orientation: portrait) {
    header {
        background-position: 27% 0%;
    }

    header img {
        max-width: 95%;
    }

    .logo img {
        max-height: auto;
        min-height: 0;
        height: 23%;
    }

    .badges-container {
        max-width: initial;
    }

    .pre-register-wrapper {
        max-width: initial;
    }

    div.badges {
        margin: 0%;
        padding-bottom: 5%;
    }
    div.badges img {
        width: 100%;
        padding: 0;
    }
    .badge {
        max-width: 45%;
    }

    #player iframe {
        position: absolute;
        bottom: 5%;
        left: 0;
        right: 0;
        margin: auto;
        width: 90%;
        height: 90%;
        border: 0;
    }
}

@media (max-width: 569px) {
    h1 {
        font-size: 1.5em;
    }
    
    h2 {
        font-size: 1em;
    }
}

@media (max-width: 569px) and (orientation: landscape) {
    h1 {
        font-size: 1em;
    }
    
    h2 {
        font-size: 0.8em;
    }

    .desc-title {
        height: 70px;
    }
}

@media (max-width: 569px) and (orientation: portrait) {
    .mobile-hidden {
        display: none !important;
    }

    header {
        background-position: 24% 0%;
    }

    .feature-container {
        flex-direction: column;
    }
    div.feature {
        width: 100%;
    }
    .desc-title {
        height: auto;
    }
    .graphic {
        min-height:0;
    }
    .icon {
        width: 50px;
        background-image: none !important;
    }
    div.icon > a > img:hover {
        opacity: 1;
        width: 50px;
        height: 50px;
    }
   
    footer {
        font-size: 0.7em;
    }
  }

@media (max-width: 1023px) and (orientation: portrait) {
    h1 {
        font-size: 1.5em;
    }
    
    h2 {
        font-size: 1em;
    }
    .desc-title {
        height: 70px;
    }

}

@media (min-width: 1024px) and (max-width: 1365px) and (orientation: landscape) {
    
    h1 {
        font-size: 1.5em;
    }
    
    h2 {
        font-size: 1em;
    }
    .desc-title {
        height: 70px;
    }
    
}

@media (min-width: 569px) and (max-width: 1023px) and (orientation: landscape) {

    h1 {
        font-size: 1.5em;
    }
    
    h2 {
        font-size: 1em;
    }

    .desc-title {
        height: 100px;
    }

    .description {
        padding-bottom: 10%;
    }
    
}

@media (min-width: 1024px) and (orientation: landscape) {
 .badge {
     padding: 3%;
 }
 .badge2 {
    padding: 0 3% 1% 3%;
 }
}

@media (min-aspect-ratio: 1/1) and (max-aspect-ratio: 683/512)  {
    #player iframe {
        position: absolute;
        bottom: 5%;
        left: 0;
        right: 0;
        margin: auto;
        width: 70%;
        height: 70%;
        border: 0;
    }
}