body {
    background-color: #000000;
    color: #e8e8e8;
    font-size: 10pt;
}

a, a:link, a:visited, a:hover {
    color: #fc814a;
    text-decoration: none;
}

a:hover {
    color: #fc814a;
    text-decoration: underline;
}

.pagetitle {
    font-family: 'Maven Pro', sans-serif;
    font-size: 15pt;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: #e8e8e8;
    text-align: center;
    margin-top: 20px;
}

.heading {
    font-family: 'Maven Pro', sans-serif;
    font-size: 12pt;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #568ea3;
    margin-top: 18px;
    margin-bottom: 18px;
}

.captions {
    font-family: 'Maven Pro', sans-serif;
    font-size: 9pt;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #e8e8e8;
}

#first-load {
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: black;
    text-align: center;
    z-index: 9999;
}

#first-load-content {
    position: absolute;
    width: 500px;
    height: 200px;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -100px;
    background-color: black;
    font-family: 'Maven Pro', sans-serif;
    text-align: center;
}

#header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 9000;
    background-color: #000000;
/*    opacity: 1;
    transition: 0.3s 1s; */
}

#footer-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 9000;
    background-color: #000000;
}

#footer-overlay-content {
    height: 80px;
    z-index: 9001;
    background-color: #000000;
    opacity: 0;
    transition: 0.3s 1s;
}

#footer-overlay-content:hover {
    opacity: 1;
    transition: 0.3s;
}

#game {
    position: absolute;
    top: 20px;
    left: 20px;
}
#controls {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 40px;
    text-align: center;
    letter-spacing: 20px;
}

#controls i {
/*    transition: transform 0.5s ease; */
    color: #e8e8e8;
}

#controls i:hover {
/*    transform: scale(1.3); */
    color: #fc814a;
}

#location {
    position: absolute;
    top: 20px;
    right: 20px;
}
.originaltext {
    font-family: 'Maven Pro', sans-serif;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-shadow: #000 1px 0 5px!important;
}
#wrapper {
    position: absolute;
    bottom: 20px;
    width: 99%;
}
#nextVideo {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 15px;
    text-align: center;
    border: .5px solid #fff;
    background-color: transparent;
    padding: 15px 20px;
}

#infobox {
    position: absolute;
    width: 500px;
    height: 200px;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -100px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    background-color: black;
    font-family: 'Maven Pro', sans-serif;
    text-align: center;
    z-index: 9000;
    display: none;
}

.info {
    color: #e8e8e8;
}

.info:hover {
    color: #fc814a;
}
