/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 0.9em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html{overflow: hidden;}

body{
    font-family: 'Play', sans-serif;
    overflow: hidden;
    margin: 0;
}

a{
    text-decoration: none;
    color: #e7ba12;
}

#preloader{
    position : fixed;
    width : calc(100% - 40px);
    height : calc(100% - 40px); 
    margin-top : 20px;
    margin-left : 20px;
    z-index : 2;
    background-color: black;
    border : 2px solid #243c0c;
    background: url(../img/keyart/pattern.jpg) top left repeat;
    background-position: top left;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#preloader .logo{
   align-self: flex-start;
}

#preloader .info{
    color:white;
    font-size: 1.5em;
}

#container{
    /* position: fixed; */
    /*width: 100vw;*/
    /*height: 100vh;*/
    height: calc((100vh * (100 / 100)));
}

.fullscreen-bg__video {
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* min-width: 100%; */
    /* min-height: 100%; */
    /* width: 100%; */
    /* height: auto; */
    /* z-index: -100; */
    /*-ms-transform: translateX(-50%) translateY(-50%);*/
    /*-moz-transform: translateX(-50%) translateY(-50%);*/
    /* -webkit-transform: translateX(-50%) translateY(-50%); */
    /* transform: translateX(-50%) translateY(-50%); */
    /* background-size: cover; */
    /* background: black; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: inline-block;
}

.hotspots{
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 2;
}

.hotspot{ 
    cursor: pointer;
    position: absolute;
    z-index: 3;
    width:30px;
    height: 30px;
    border: red 1px solid;
}
nav{
    width:100%;
    height: 8rem;
    position: fixed;
    /* background-color: green; */
    color: #e7ba12;
    /* border: 1px solid red; */
    z-index: 100;
    display: flex;
    flex-wrap: nowrap
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
}

nav .keyart{
    flex: 2;
    margin-top: 1rem;
}

nav .info{
    flex: 1;
    
}

nav .social{
    flex: 1;
}

nav .info li{
    float:left;
    list-style: none;
    padding-left: 0.5rem;
}


nav .social li{
    float:right;
}

nav li{
    list-style: none;
    padding-right: 1rem;
}


footer{
    width:100%;
    position: fixed;
    bottom:0;
    height: 6rem;
    /* border: 1px solid red; */
    /* background-color: green; */
    z-index: 100;
    flex-wrap: nowrap
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(to top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
}
footer li{
    float:right;
    list-style: none;
    padding-right: 1rem;
    margin-top: 2rem;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}