﻿#preload {
    background: url(img/HexWhiteBorder.png);
}

html {
    font-family: Calibri;
    background: url(images/bg.jpg) no-repeat center center fixed;
    background-size: cover;
    text-align: center;
}



#media-wrapper {
    padding: 1px;
    margin-bottom: 10px;
    text-align: center;
}

.bcg-hex {
    background-image: url(img/BanerHex.png);
    background-size: 100% 100%;
}

.bcg-hex-big {
    background-image: url(img/BanerHex2.png);
    background-size: 100% 100%;
}

#carousel {
    width: 90%;
    margin: 30px auto 40px;
}

#carousel img {
    width: 100%;
}

#main-content {
    text-align: center;
    margin-top: 25px;
}

#logo {
    float: left;
}

#logo img {
    max-height: 50px;
}

#hexo-banner {
    text-align: center;
}

#hexo-banner img {
    max-width: 82%;
    margin: 10px;
}

#controls {
    text-align: center;
    margin: auto;
}

#controls ul li {
    display:inline-block;
    margin: 10px auto;
    text-align: center;
    height: 45px;
}

#controls ul li img:hover {
    cursor: pointer;
}

#controls li img {
    object-fit:scale-down;
    width: 70%;
}

@media (min-width: 768px) {
    #controls li img {
        width: 100%;
    }
}

#controls #home {
    display: none;
}



.wrapper {
    clear: both;
    max-width: 1000px;
    margin: auto;
}



#input-banner {
    text-align: center;
}

    #input-banner img {
        width: 80%;
        margin: auto;
    }

#description {
    width: 80%;
    text-align: left;
    line-height: 20px;
    padding: 10px 8px;
    display: inline-block;
    margin: 10px auto;
}
@media (max-width: 767px) {
    body {text-align: center;}
}
@media (min-width: 768px) {
    #description {
        width: 100%;
        margin: 10px -50%;
    }
    #description .paragraph {
        font-size: 13px;
        margin: 10px 14px;
        color: rgb(20, 85, 187);
    }
    #description ul.paragraph {
        margin-left: 26px;
    }
}

#description .paragraph {
    font-size: 15px;
    
    margin: 10px 28px;
    color: rgb(20, 85, 187);
}

#description ul.paragraph {
    margin-left: 40px;
}
.paragraph li {
    margin: 3px 0;
}

footer {
    margin: 1vw;
    padding: 8px;
    text-align: center;
    font-size: small;
    opacity: 0.95;
}

#media-wrapper {
    display: inline-block;
    margin: 0 -50%;
    width: 108%;
    overflow: visible;
}

#media-wrapper iframe {
    pointer-events: all;
    height: 322.313px;
}

body {
    margin: auto;
    max-width: 1920px;
}

#media-wrapper .slick-list {
    background-color: white;
    border: solid;
    border-width: 10px;
    border-radius: 24px 24px;
    border-color: white;
}

.border {
    background-color: white;
    border: solid;
    border-width: 10px;
    border-radius: 24px 24px;
    border-color: white;
}

.ytp-large-play-button {
    display: none;
}

#how-to {
    text-align: center;
}

    #how-to img {
        margin: 30px auto 28px;
        width: 90%;
    }

.obscured {
    height: 0!important;
    overflow: hidden;
    border: none;
    margin: 0!important;
}

footer {
    color: white;
    font-size: 14px;
    font-weight: lighter;
}

div.column {
    text-align: center;
    margin: auto;
}

.justify {
    text-align: justify;
}

.clear {
    clear: both;
}

#description ul { list-style: disc }


#side-content img{
    width: 100%;
}

#side-content #ratings {
    width: 80%;
}

#main-content #crossroad {
    display: block;
    position: relative;
    margin: 20px auto;
    vertical-align: middle;
}

#crossroad .lineblock {
    display: inline-block;
}
#main-content #crossroad a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: auto;
}

#main-content #crossroad img {
    display: inline-block;
    width: auto;
    max-height: 40px;
    margin: 0 auto;
}

#main-content #crossroad #nintendo img {
    position: relative;
    left: -6%;
}

@media (min-width: 769px) {
    #main-content #crossroad {
        display: inline-block;
        position: relative;
        width: 120%;
        left: -8%;
        margin: 20px auto;
        vertical-align: middle;
    }
    div.column {
        float: left;
        margin: 0 1%;
    }

    #main-content {
        width: 61%;
    }

    #side-content {
        margin-top: 60px;
        margin-left: 50px;
        width: 25%;
    }
}

#launch {
    margin: 20px auto;
}