﻿body {
    margin: 0;
    padding: 0;
    background-color: #000000;
}

a {
    color: #fff;
    text-decoration: none;
}

.header {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 5%;
    padding: 0;
    z-index: 1000;
}

    .header ul {
        display: flex;
        -ms-flex-flow: row;
        -webkit-flex-flow: row;
        flex-flow: row;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .header ul li {
            padding-left: 0;
            font-size: 5.5vmin;
            text-shadow: 0 0 17px rgb(0, 0, 0);
        }

            .header ul li a {
                color: rgb(154, 154, 154);
                margin-right: 25px;
                cursor: pointer;
                text-decoration: none;
                font-size: 2vmin;
            }

#stage {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bg-video {
    margin-top: auto;
    max-width: 100%;
    z-index: -100;
    height: 100%;
    width: 100%;
}

#videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

    #videoWrapper video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#keepAspectRatio {
    position: relative;
    width: 100vw;
    height: 56.25vw;
    /* 100/56.25 = 1.778 */
    max-height: 100vh;
    max-width: 177.98vh;
    /* 16/9 = 1.778 */
    margin: auto;
    top: 0;
    bottom: 0;
    /* vertical center */
    left: 0;
    right: 0;
    /* horizontal center */
    box-shadow: inset 0 0 2vmin 2vmin #000000;
    border-radius: 10vmin;
}

    #keepAspectRatio video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        border-radius: 10.2vmin;
    }

header {
    /*padding: 20% 0 0 5% ;*/
}

.menuItem {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 0 16px rgba(255, 255, 255, 1);
    font-size: 4vmin;
}

html {
    height: 100%;
}

.text {
    font-size: 1vmin;
    width: auto;
    max-width: 550px;
    margin: auto;
    color: rgba(255, 255, 255, 1);
}

    .text p {
        font-size: 2vmin;
    }

    .text h1 {
        font-size: 3vmin;
        letter-spacing: 0.5vmin;
    }


.smallerText {
    font-size: 1vmin;
    width: auto;
    max-width: 550px;
    margin: auto;
    color: rgba(255, 255, 255, 1);
}

    .smallerText p {
        font-size: 1vmin;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    .smallerText h1 {
        font-size: 1.2vw;
        letter-spacing: 0.5vmin;                
        
    }
    .smallerText strong {
            font-size: 1vmin;
            letter-spacing: 0.5vmin;                
    }
#Trailer {
    display: none;
}

#TrailerButton {
    cursor: pointer;
}

#orderFrame {
    width: 90vw;
    height: 90vh;
    border:0;
}

.mainMenuOuter {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.mainMenuWrapper {
    display: table-cell;
    vertical-align: middle;
    padding-left: 9%;
}

div.menuItem {
    margin: 5px 0 5px 0;
}