/* large.css, for template L */

p {
    margin-top: 1em;
}


#menu-logo {
    position: absolute;
    left: 0;
    bottom: 0;          
    height: 10%;
    z-index: 9;
}
#zymenu {
	position: fixed;
	bottom: 3.1%;
	left: 1%;
	width: 6%;
}
#menuexpanded {
    line-height: 2;
}
#zylogo {
	position:fixed;
	bottom:5%;
	right:4%;
	width:19%;
}
#hexlogo {
    left: 93.7%;
    width: 6%;
}
 

#topmessage {
    font-family: Space Mono;
    font-size: 1.4em;
    padding: 2em;
}


#videopreview {
    position: fixed;
    top: 6.7%;
    width: 59.4%;
    left: 0%;
    opacity:0.8;
}
#videopreviewpromo {
    position: fixed;
    width: 58.5%;
    top: 13.8%;
    left: 0.5%;
}
#videodiv {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    /*background-color: pink;*/
}
.videonormal {
    width: 65%;         
    height: 90%;
}
.videomax {
    width: 100%;
    height: 100%;
}
#video {
    display: none;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#VideoRestore {
    width: 2%;
    height: 3%;
}

#story-download {
    position: absolute;
    top: 0;
    right: 0;
    width:35%;
    height:100vh;
}
#boxescontainer {
    position: fixed;
    top: 2%;
    left: 63%;
    width: 36%;
}
@media (min-aspect-ratio: 18/9){
    #boxescontainer {
        position: fixed;
        top: 1%;
        left: 70%;
        width: 30%;
    }
}
#storybox {
    width: 100%;
}
#downloadbox {
    width: 100%;
}
.linkablesvg {
    display: inline-block;
}
#aboutdiv {
    position: fixed;
    top: 2%;
    left: 2%;
    width: 61%;
}
#aboutbox {
    width:100%;
}
#aboutsvg {
    width: 100%;
    height: 100%;
    display: block;
}
#feedback {
    position: fixed;
    top: 15%;
    left: 10%;
}


#earthtop {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 1;
}


#center img {
    margin-top: 2em;
    max-height: 50vh;
}


#map {
    margin-left: 3em;
    margin-top: 3em;
}
#MapSelectionImage {
    position: fixed;
    left: 15%;
    bottom: 2%;
    width: 5%;
    cursor: pointer;
}


#privacydiv {
    margin-left: 2%;
    margin-top: 2%;
    overflow-y: scroll;
    padding: 1em;    
}