﻿body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.background-img {
    transform: translate3d(0,0,0);
} 

.body-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
/*    overflow-x: auto;
*/    width: 100%;
}

/*    .body-wrapper > header {
        height: 10px;
        background-color: #21409A;
        flex-shrink: 0;
    }

        .body-wrapper > header img {
            width: 320px;
        }*/

    .body-wrapper #main {
        display: flex;
        flex: 1 0 auto;
        align-self: center;
    }

/*    .body-wrapper > footer {
        width: 100%;
        min-height: 80px;
        background-color: #21409A;
        flex-shrink: 0;
    }*/

.market-container {
/*    padding: 190px 0;
    margin: 190px 0; */
}

#main ul {
    list-style: none;
}

    #main ul a {
        color: white;
        text-decoration: none;
        font-size: 0.7em;
    }

#main h2 {
    font-weight: bold;
    color: white;
    font-size: 0.7em;
}

#main a:hover, #main a:active, #main a:focus {
    color: #3EB871;
}

img {
    padding: 100px 0;
}


@media (min-width: 361px) {
    img {
        padding: 0 0;
    }

    #main ul a {
        font-size: 0.9em;
    }

    #main h2 {
        font-size: 0.9em;
    }
}

@media (min-width: 360px) and (orientation: portrait) {
    img {
        padding: 100px 0;
    }
}

@media (min-width: 769px) {
    img {
        padding: 0 0;
    }

    #main ul a {
        font-size: 1.7em;
    }

    #main h2 {
        font-size: 1.7em;
    }
}

@media (min-width: 1025px) {
    img {
        padding: 0 0;
    }

    #main ul a {
        font-size: 2.1em;
    }

    #main h2 {
        font-size: 2.1em;
    }
}

/* LndScpe Mobis */
@media (max-height: 429px) and (orientation: landscape) {
    .market-container {
        padding: 0;
        padding-top: 40px;
    }

    .row {
        padding-left: 100px;
    }

    img {
        margin-top: 40px;
    }

    #main ul a {
        font-size: 0.7em;
    }

    #main h2 {
        font-size: 0.7em;
    }
}

@media (max-height: 321px) and (orientation: landscape) {
    .market-container {
        padding: 0;
        padding-top: 10px;
    }

    .row {
        padding-left: 100px;
    }

    img {
        margin-top: 40px;
    }

    #main ul a {
        font-size: 0.7em;
    }

    #main h2 {
        font-size: 0.7em;
    }
}

.stem-logo {
    width: 15%;
    min-width: 300px;
    display: block;
    margin-top: 20px;
}

#copyrightNote {
    text-align: center;
    color: #fff;
}

.splash-blue {
    color: #21409A;
}

.splash-green {
    color: #3EB871;
}

#langMainWindow {
    display: none;
    height: 100vh;
    width: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
}

#langSelectionBx {
    width: 10%;
    min-width: 150px;
    background-color: white;
    background-color: #21409A;
    border-radius: 20px;
    padding: 15px 0;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.75);
}

    #langSelectionBx ul {
        width: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #langSelectionBx ul a {
            color: #fff;
            font-weight: bold;
            text-transform: uppercase;
            text-decoration: none;
            display: block;
            padding: 2px 10px;
            text-align: center;
        }

            #langSelectionBx ul a:hover, #langSelectionBx ul a:active, #langSelectionBx ul a:visited {
                color: #fff;
                background-color: #3EB871;
            }

#langCloseButton {
    border-radius: 20px;
    float: right;
    margin-top: -25px;
    margin-right: -10px;
}

.language-options {
    display: block;
}

    .language-options.hidden {
        display: none;
    }


ul.language-options {
}

.icons {
    text-align: center;
}

.copyright-tagline {
    text-align: center;
}

@media (min-width: 992px) {
    .copyright-tagline {
        float: right;
        margin-top: -30px;
    }
}

.list-group {
}




/*
Background Video
*/
.video-background-demo {
    font-family: "Lato";
    align-items: center;
    display: flex;
    /*height: 80vmin;*/
    justify-content: center;
    overflow: hidden;
    /*position: relative;*/
}

.ds-button--primary {
    text-decoration: none;
}

.background-video-container {
    background: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/*    .background-video-container::after {
        background-color: rgba(81, 76, 85, 0.75);
        content: "";
        height: 100%;
        left: 0;
        mix-blend-mode: normal;
        position: absolute;
        top: 0;
        width: 100%;
    }*/

    .background-video-container .jwplayer {
        transition: opacity 1s ease-in-out;
    }

    .background-video-container.is-fading .jwplayer {
        opacity: 0;
    }

    .background-video-container .jwplayer.jw-flag-aspect-mode {
        height: 100% !important;
    }

    .background-video-container .jw-state-playing {
        opacity: 1;
    }

.jwplayer.jw-stretch-uniform video {
    object-fit: cover;
}

.jw-nextup-container {
    display: none;
}

.video-background-demo .content {
    color: #fff;
    position: relative;
    text-align: center;
    width: 80%;
    z-index: 1;
}

    .video-background-demo .content h2 {
        font-size: 2rem;
        margin: 0 auto 2rem;
        width: 80%;
    }

