﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
f
    In most browsers, the default font size is 16px, you can use this value as a basis for calculations (e.g. 16px equals 1em, 1rem or 100%)
    or details on configuring this project to bundle and minify static web assets. */

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 95%;
    padding: 3px;
    text-align: center;
    z-index: 1000;
}

.cookie-accept {
    background-color: #FE00FA;
    color: white;
    border: none;
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 10px;
}

a.navbar-brand {
    white-space: nowrap;
    margin: 0;
    padding: 0;
    display: none;
}

#navbar {
    list-style-type: none;
    text-decoration: none;
    margin: 0;
    padding: 2px;
}

.navbar ul {
    margin: 0;
    padding: 0;
}

.navbar a {
    margin: 0;
    padding: 9px 9px;
    display: inline;
    text-decoration: none;
    color: white; /* Only affects Home for some reason */
}

.dropdown-menu {
    border: 2px solid gray;
    background: black;
    color: white;
    position: absolute;
    right: 10px;
    top: -0.5em;
    left: inherit;
    width: 200px;
    text-align: left;
    padding-left: 12px;
    padding: 12px;
    margin: 0;
    margin-bottom: 0.5em;
}


/* ul#navbar.nav-right a { -- changed all menu text color, bypassing hover color */
a.dropdown-item {
    display: inline-block;
    padding: 9px 9px 9px 20px;
    padding: 12px 9px 20px 9px;
    font-size: 1.3em;
    margin: 0;
    padding: 0;
}

.dropdown-item:hover {
    display: inline-block;
    background-color: rgba(0,0,0,0.3);
    background-color: #FE00FA;
    color: white; /* rgba(225, 9, 15, 0.8); Removed 4/21: #FE00FA text-decoration: none; */
    transition: 0.3s;
    width: 100%;
    padding: 9px 9px 9px 20px;
    padding: 12px 9px 20px 9px;
    padding: 0;
}

ul#navbar.nav-right li {
    display: inline;
    padding: 9px 9px 9px 20px;
    padding: 12px 9px 20px 9px;
    padding: 0;
    border-radius: 0.6em;
    border-radius: 9px;
    border-radius: 0;
    text-decoration: none;
}

ul#navbar li:hover {
    display: inline;
    background-color: rgba(147,112,219,0.9);
    background-color: rgba(0,0,0,0.4);
    color: rgb(225, 9, 15);
    text-decoration: none;
    transition: 0.3s;
    width: 100%;
    border-radius: 0.6em;
}


.game-desc-bottom {
    text-align: center;
    margin-top: 1em;
}

.content {
    overflow: auto;
    width: 100%;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    background-color: transparent;
    height: 100%;
    margin: 0;
    padding: 0;
}

.bg-img {
    background: linear-gradient(268.07deg, #000000 32.15%, #4B004F 55.82%, #17004D 77.02%);
    background-size: contain;
}

.footer {
    position: fixed;
    white-space: nowrap;
    line-height: 50px; /* Vertically center the text there */
}

.footer-column {
    float: left;
    text-align: left;
    padding: 3px;
    font-size: 0.5em;
}


/* DEFAULT: Mobile display, portrait */
.home-img {
    max-width: 75%;
    max-height: 75%;
    height: auto;
    margin: auto;
    margin-top: 2em;
    margin-bottom: 2em;
}

.title {
    margin-top: 0em;
    align-items: center;
    text-align: center;
    color: white;

    font-size: 1.5em;
    font-weight: bold;
}

.subtitle {
    margin-top: 0.1em;
    align-items: center;
    text-align: center;
    margin-bottom: 2em;
    color: white;
    text-align: center;
    margin-top: 0.25em;
    font-size: 1.25em;
}

.icon {
    height: 50px;
    margin: 0;
    margin-top: 1em;
 
    height: 50px;
    margin-bottom: 1em;
}

.arrow {
    height: 9px;
    margin: 0;
    margin-top: 2em;
    border: none;

    height: 9px;
    margin-top: 2em;
}

body {
    background-color: transparent;
    font-family: 'Segoe UI', sans-serif;
    font-size: 2.75vmin;
    height: 100%;
}


/* Everything above is from default project created 2/17 */
* {
    background-color: transparent;
    color: white; /* Controls text color (body, footer, not navbar) */
}

.img-logo {
    height: 20px;
    padding-right: 10px;
}

.img-logo-corp {
    height: 86px;
    padding-left: 10px;
}

.intro-vid-hide {
    display: none;
}

.intro-bg-show {
    background-size: contain;
}

.nav-bg {
    width: 100%;
    margin: 0;
    padding: 2px;
}

.site-footer {
    display: fixed;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    left: 0;
    bottom: 0;
    
    border-top: 1px solid gray;
    overflow: hidden;
}

.site-footer div {
    flex-direction: column;
    vertical-align: middle;
    margin: 1em;
    padding: 0;
    display: inline;
}

.social-wrapper {
    display: inline;
    padding: 0;
    font-size: 0.4em;
    float: right;
}

    .social-wrapper a {
        text-decoration: none;
    }

    .social-wrapper ul li {
        list-style-type: none;
        display: inline;
        align-content: center;
    }

.scroll-content {
    padding: 15px 15px;
    text-align: center;
    margin-top: 1.5em;
    margin-bottom: 1.5em;

    text-align: left;
    font-size: 0.75em;
}

.noscroll-content {
    overflow: hidden;
}

.social-icon {
    height: 2.5em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    opacity: .75;
}

    .social-icon:hover {
        opacity: 1.0;
        background-color: #FE00FA;
        transition: 0.3s;
    }


#posnof5, #posnof4, #posnof5-sep, #posnof4-sep {
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    position: relative;
    align-content: center;
    text-align: center;
}

    #posnof4, #posnof5 p {
    }

#posnof5 {
    width: 17%;
    font-size: 0.75em;
}

#posnof5-sep {
    width: 1.5%;
}

#posnof4 {
    width: 21.1%;
    font-size: 0.75em;
}

#posnof4-sep {
    width: 3%;
}

#video1, #video2, #video3 {
    object-fit: initial;
    width: 80%;
    height: auto;
}


/* Carousel tweaks. */
.carousel-prev-enhancement {
    /* background-color: red; /* For debugging visibility. */
    width: 10%;
}

.carousel-next-enhancement {
    /* background-color: red; /* For debugging visibility. */
    width: 10%;
}

.carousel-prev-icon-enhancement {
    /* background-color: yellow; /* For debugging visibility. */
    margin-left: 20%;
}

.carousel-next-icon-enhancement {
    /* background-color: yellow; /* For debugging visibility. */
    margin-right: 20%;
}

.caption-mouse-passthrough {
    pointer-events: none;
}


/* Motion element video */
video#Motion {
    width: 100%;
    height: 100%;
    background-size: cover;
}

/* Containers */
.MainContainer {

    /*    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden; */
}

.button {
    background-color: gray; /* rgb(255, 128, 51); */
    border: none;
    color: white;
    padding: 0.6em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 0.3em;
    cursor: pointer;
    border-radius: 0.6em;
    border: 1px solid rgb(255, 128, 51);
}

    .button:hover {
        background-color: rgba(0,0,0,0.4);
        color: rgb(255, 128, 51);
        transition: 0.3s;
    }


@media (min-width: 1200px) {
    html {
        font-size: 18px;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .cookie-banner {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 15px;
        text-align: center;
        z-index: 1000;
    }

    .cookie-accept {
        background-color: #FE00FA;
        color: white;
        border: none;
        padding: 8px 15px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 1em;
        cursor: pointer;
        border-radius: 5px;
        margin-left: 20px;
    }

    .home-img {
        max-width: 55%;
        max-height: 55%;
        margin-bottom: 0.75em;
        margin-top: 0.75em;
    }

    .scroll-content {
        text-align: left;
        font-size: 0.75em;
    }

    .title {
        margin: 0;
        padding: 0;
        margin-top: 0.25em;
        align-items: center;
        text-align: center;
        color: white;
        font-size: 2em;
        font-weight: bold;
    }

    .subtitle {
        margin-top: 0.1em;
        line-height: 3px;
        align-items: center;
        text-align: center;
        margin-bottom: 0.5em;
        color: white;
        text-align: center;
        margin-top: 0.25em;
        font-size: 1.2em;
        font-weight: bold;
    }

    .icon {
        height: 85px;
        margin: 0;
        margin-top: 1em;
        margin-bottom: 2em;
    }

    .arrow {
        height: 22px;
        margin-top: 3em;
    }


    .game-desc-bottom {
        border-top: 3px solid gray;
        text-align: center;
        padding-top: 0.5em;
    }

    .privacy-section {
        padding: 15px 15px;
        font-size: 0.75em;
    }

    .site-footer {
        display: fixed;
        width: 100%;
        text-align: center;
        margin-bottom: 0;
        left: 0;
        bottom: 0;

        border-top: 1px solid gray;
        font-size: 1em;
        overflow: hidden;
    }

    .footer-column {
        float: left;
        text-align: left;
        padding: 3px;
        font-size: 1em;
    }

    .social-wrapper {
        display: inline;
        padding: 0;
        font-size: 0.75em;
        float: right;
    }

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1199px) {
    /*


    html {
        font-size: 14px;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .home-img {
        max-width: 85%;
        max-height: 85%;
    }

    .title {
        margin-top: 0.25em;
        font-size: 2.2em;
    }

    .subtitle {
        margin-top: 0.25em;
        font-size: 1.6em;
        margin-bottom: 2em;
    }

    .icon {
        height: 85px;
        margin: 0;
        margin-top: 2em;
        margin-bottom: 1em;
    }

    .arrow {
        height: 9px;
        margin-top: 2em;
    }

    .game-desc-bottom {
        text-align: center;
        margin-top: 3em;
    }

    .site-footer {
        display: fixed;
        width: 100%;
        text-align: center;
        margin-bottom: 0;
        left: 0;
        bottom: 0;

        border-top: 3px solid yellow;
        font-size: 1.2em;
    }

    */
}

@media (orientation: landscape) and (max-width: 767px) {
    /*
    html {
        font-size: 11px;
        position: relative;
        min-height: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .home-img {
        max-width: 85%;
        max-height: 85%;
        box-shadow: 0 0 6px 6px green;
    }

    .title {
        margin-top: 1em;
        font-size: 2em;
        font-weight: bolder;
    }

    .subtitle {
        margin-bottom: 1em;
        font-size: 1.5em;
        margin-bottom: 1em;
    }

    .site-footer {
        display: fixed;
        width: 100%;
        text-align: center;
        margin-bottom: 0;
        left: 0;
        bottom: 0;

        border-top: 1px solid gray;
        border-top: 3px solid red;
        font-size: 0.8em;
    }

    .icon {
        height: 50px;
        margin-bottom: 1em;
        margin-top: 1em;
    }

    .arrow {
        height: 9px;
        margin-top: 2em;
    }
        */
}

@media (orientation: landscape) and (min-width: 1000px) and (max-height: 750px) {

    .home-img {
        max-width: 85%;
        max-height: 85%;
        box-shadow: 0 0 6px 6px blue;
    }
}
