﻿body {
    font-family: Roboto, Arial;
}


.menu {
    /*height: 50px;*/
    line-height: 20px;
    padding: 15px;
    border: 1px solid #3f84dd;
    background-color: #0078D4;
    color: white;
    font-size: 18px;
}


.statusbar {
    position: absolute;
    width: 100%;
    bottom: 0px;
    background-color: #213a73;
    color: white;
    font-size: 13px;
    text-align: right;
    height: 22px;
}


.grid {
    position: absolute;
    width: 100%;
    bottom: 0px;
}



.video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 90%;
    height: 90%;
    overflow: hidden;
}

    .video-container video {
        /* Make video to at least 100% wide and tall */
        min-width: 90%;
        min-height: 90%;
        /* Setting width & height to auto prevents the browser from stretching or squishing the video */
        width: auto;
        height: auto;
        /* Center the video */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        
    }


.centerDiv {
    position: absolute;
    top: 35%;
    bottom: 0;
    width: 99%;
    font-size:36px;
    overflow: hidden;
}



.centerDiv2 {
    position: absolute;
    top: 15%;
    bottom: 0;
    width: 99%;
    font-size: 32px;
    overflow: hidden;
}

