div {
    margin: 0;
    padding: 0;
    font-family: Open Sans;
}

a {
    color: lightgrey;
}
a:visited {
    color: lightgrey;
}
input:focus {
    outline: none;
}

#earth {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 0;
}
#earth-credit {
    position: absolute;
    bottom:0;
    left: 40px;
    width: 50%;
    height: 20px;
    font-size: 8pt;
    color: lightgrey;
    z-index: 10;
}

#earth-iframe {
    position: relative;
    top: 50%;
    left: 50%;
    /*height: 2400px;
    width: 3600px;*/
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
}

#portal {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 20;
}

#tradewinds {
    position: fixed;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -47%);
    width: 460px;
    height: 400px;
    font-size: 128pt;
    font-weight: bold;
    font-family: "Open Sans";
    color: white;
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-delay: 0s;
    opacity: 0.0;
}
#trade {
}
#winds {
}

#entry {
    position: fixed;
    top: 10%;
    right: 10%;
    transform: translate(-10%, -40%);
    width: 260px;
    background-color: rgba(255,255,255,0.9);
    border-radius: 20px;
    overflow: hidden;
    transition-property: top, left, height, opacity;
    transition-duration: 0.9s;
    transition-delay: 0s;
    opacity: 0.0;
    z-index: 20;
}

#logo {
    position: relative;
    margin: 0 auto;
    margin-top: 5px;
    width: 250px;
}

#login {
    position:relative;
    height: 45px;
}

#key {
    position: absolute;
    top: 0;
    left: 20px;
    border-radius: 15px;
    border: 1px solid lightgray;
    background-color: rgba(255,255,255,1.0);
    height: 30px;
    width: 30px;
    z-index: 5;
}

#lock {
    margin-left: 7px;
    margin-top: 3px;
}

#key-input {
    position: absolute;
    top: 0;
    left: 20px;
    border-radius: 20px;
    border: 1px solid lightgray;
    background-color: rgba(255,255,255,0.9);
    height: 30px;
    width: 220px;
}

#secretkey {
    position: absolute;
    left: 38px;
    top: 6px;
    width: 175px;
    background-color: rgba(255,255,255,0.2);
    border: none;
    font-size: 12pt;
}
#cct {
    position: absolute;
    right: 20px;
    bottom: 0;
    height: 100px;
    width: 605px;
    font-size: 48pt;
    font-weight: bold;
    color: lightgrey;
    opacity: 0.5;
    vertical-align: bottom;
    text-align: left;
}
#ai {
    position: absolute;
    right: 20px;
    bottom: 20px;
    height: 70px;
    width: 70px;
    background-color: rgba(255,255,255,0.6);
    border-radius: 35px;
    font-size: 48pt;
    font-weight: bold;
    color: gray;
}
#ai-inside {
    position: absolute;
    top: -11px;
    left: 8px;
}

#menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 310px;
    z-index: 20;
}
.menu {
    position: absolute;
    height: 40px;
    width: 260px;
    background-color: rgba(255,255,255,0.7);
    border-radius: 20px;
    opacity: 0.0;
    transition-property: all;
    transition-duration: 0.5s;
    text-align: center;
    vertical-align: center;
    font-size: 11pt;
    font-weight: bold;
    cursor: pointer;
}
.menu:hover {
    background-color: rgba(255,255,255,0.88);
}
.ncua {
    /*background-color: rgba(1, 213, 241,0.8);*/
    background-color: rgba(255,255,255,0.8);
}
/*
.ncua:hover {
    background-color: rgba(1, 213, 241,0.95);
}
*/

.menu-text {
    margin-top: 10px;
    font-size: 11pt;
    font-weight: bold;
    pointer-events: none;
}

.selected {
    background-color: rgba(255,255,255,1.0);
}
#menu1 {
    top: 150px;
    left: 50px;
    transition-delay: 0.5s;
}
#menu2 {
    top: 200px;
    left: 50px;
    transition-delay: 0.6s;
}
#menu3 {
    top: 250px;
    left: 50px;
    transition-delay: 0.7s;
}
#menu4 {
    top: 320px;
    left: 50px;
    transition-delay: 0.8s;
}
#menu5 {
    top: 370px;
    left: 50px;
    transition-delay: 1.0s;
}
#menu6 {
    top: 420px;
    left: 50px;
    transition-delay: 1.1s;
}
#menu7 {
    top: 450px;
    left: 50px;
    transition-delay: 1.2s;
}
#content {
    position: absolute;
    top: 95px;
    left: 3200px;
    height: 40px;
    width: 40px;
    background-color: rgba(255,255,255,1.0);
    border-radius: 20px;
    transition-property: left, height, width, opacity;
    transition-duration: 1.0s, 0.5s, 0.5s, 0.5s;
    transition-delay: 0.5s, 1.5s, 1.5s, 0s;
}
