body {
    width: 100%;
    height: 100%;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    background: #000000;
    color: #FFFFFF;
    overflow: hidden;
    font-size: 1em;
    line-height: 2;
}
h1,
h2,
h3,
p,
a {
    font-family: 'Ubuntu', sans-serif;
    text-transform: uppercase;
}
h2 {
    font-size: 3.5em;
    letter-spacing: 4px;
    line-height: 1.3;
}
h2 span {
    font-size: 0.5em;
    display: block;
}
h3 {
    font-size: 2em;
}
a,
a:visited {
  color: #FFFFFF;
}

/** LAYOUT **/
.vertical-margin {
    margin: 50px 0;
}
.margin-top {
    margin-top: 50px;
}
.margin-bottom {
    margin-bottom: 50px;
}
.ms-container {
    width: 100%;
    min-height: 100%;
    position: fixed;
    z-index: 1;
    display: none;
    overflow: visible;
}
.ms-default {
    position: absolute;
    z-index: 2;
    display: block;
}
.music-share-box {
    width: 100%;
    max-width: 890px;
    border: 0;
    z-index: 2;
    overflow: hidden;
    margin: 50px auto 0;
}
.addthis_sharing_toolbox {
    width: 80%;
    margin: 50px auto 20px;
}
.stButton{
    display:none !important;
}
.text {
    width: 80%;
    max-width: 890px;
    margin: 0 auto
}

.centered{
    max-width:800px;
    display:block;
    margin:0 auto;
    width:96%;
    padding:0 2% 5%;
}

/** ELEMENTS **/
iframe {
    width: 70%;
    border: 0;
    margin-top: 0!important;
    overflow: hidden;
}
.hidden,
audio,
video,
::-webkit-scrollbar {
    display: none;
}

/** LOGO **/
.logo {
    display: block;
    margin: 10% auto 5%;
    z-index: 2;
    font-size: 0;
}
.logo img {
    width: 90%;
    max-width: 890px;
}
#topright-screen .logo {
    display: block;
    margin: 5% auto 50px;
    z-index: 2;
}
#topright-screen .logo img {
    width: 90%;
    max-width: 890px;
}

/** PLANETS **/
.planet {
    display: inline-block;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -20%;
    width: 40%;
    z-index: -1;
    -webkit-animation: tossing 160s infinite;
    animation: tossing 160s infinite;
}
.planet-small {
    position: absolute;
    top: 60%;
    left: 60%;
    width: 20%;
    z-index: -1;
    -webkit-animation: tossing 90s infinite;
    animation: tossing 90s infinite;
}
.planet-xsmall {
    position: absolute;
    top: 10%;
    left: 15%;
    width: 5%;
    z-index: -1;
    -webkit-animation: tossing 360s infinite;
    animation: tossing 360s infinite;
}
.planet-reverse {
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -20%;
    width: 40%;
    z-index: -2;
    -webkit-animation: tossing-reverse 160s infinite;
    animation: tossing-reverse 160s infinite;
}
.planet-shake {
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -20%;
    width: 40%;
    z-index: -2;
    -webkit-animation: shake 3s infinite;
    animation: shake 3s infinite;
}
.planet-flashing {
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -20%;
    width: 40%;
    z-index: -2;
    -webkit-animation: flashing 2s infinite;
    animation: flashing 2s infinite;
}

/** NAVIGATION **/
.navigation {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -111px;
}
.navigation .ms-nav-link {
    font-size: 90px;
    color: #ffffff;
    display: block;
    opacity: 1;
    z-index: 1;
    padding:10px 0;
    width:90px;
    text-decoration:none;
    -webkit-animation: pulse 1.3s infinite;
    animation: pulse 1.3s infinite;
}
#bottomleft-screen-link{
    font-size: 3.3em;
    text-decoration:none;
    -webkit-animation: pulse 1.3s infinite;
    animation: pulse 1.3s infinite;
}
#bottomleft-screen-link:hover,
.navigation .ms-nav-link:hover {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation: none;
    -webkit-animation: none;
    transform: scale(1) !important;
    opacity: 1;
}

/** MENU **/
.tool-box {
    font-size: 3em;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.tool-box a{
    opacity: 0.6;
}
.tool-box a:hover{
    opacity: 1;
}
.tool-box:hover {
    right: -364px;
}
.tool-box-inner {
    display: block;
    position: fixed;
    top: 0;
    right: -365px;
    z-index: 3;
    width: 364px;
    height: 93px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.tool-box:hover .tool-box-inner {
    right: 0;
}
a.fa.fa-cogs {
    margin-top: -2px;
    padding: 20px;
}
div.fa.fa-cogs:hover {
    opacity: 0.6;
}
.tool-box .tool-box-inner a {
    text-align: center;
    padding: 20px 0;
    margin: 0 -5px 0;
    width: 90px;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.6;
    display: inline-block;
}
.tool-box .tool-box-inner a:hover {
    opacity: 1;
}
a#shuttlebutton.fa.fa-space-shuttle {
    color: #ff0000;
}
a#shuttlebutton.fa.fa-space-shuttle.active {
    color: #ffffff;
}

/** SPACESHIP **/
.spaceship {
    position: fixed;
    bottom: 5%;
    left: 50%;
    margin-left: -100px;
    z-index: 2;
    -webkit-animation: slideExpandUp 3s ease-out;
    animation: slideExpandUp 3s ease-out;
}
.spaceship img {
    width: 150px;
    height: 150px;
    -webkit-animation: floating 1.5s infinite;
    animation: floating 1.5s infinite;
}

#spaceship-zoomOutUp {
    -webkit-animation: zoomOutUp 2s linear;
    animation: zoomOutUp 2s linear;
    dipalay:none;
}
/** FOOTER **/
.copy {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -80px;
    padding: 20px 0;
    z-index: 2;
    cursor: default;
}
.copy img {
    width: 30px;
}

/** SPACESHIP ROTATIONS **/
#planet-3 {
    -webkit-animation: planet-3 1s;
    animation: planet-3 1s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#planet-4, #planet-5 {
    -webkit-animation: planet-4 1s;
    animation: planet-4 1s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#planet-6 {
    -webkit-animation: planet-6 1s;
    animation: planet-6 1s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#planet-7, #planet-8 {
    -webkit-animation: planet-7 1s;
    animation: planet-7 1s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

/** PAGES **/
#center-screen {
    background: url(../img/background/background_05.png) no-repeat;
    background-size: 100% 100%;
    background-position: 50% 50%;
}
#top-screen {
    background: url(../img/background/background_02.png) no-repeat;
    background-size: 100% 100%;
    background-position: 50% 0%;
}
#right-screen {
    background: url(../img/background/background_06.png) no-repeat;
    background-size: 100% 100%;
    background-position: 100% 50%;
}
#bottom-screen {
    background: url(../img/background/background_08.png) no-repeat;
    background-size: 100% 100%;
    background-position: 50% 100%;
}
#left-screen {
    background: url(../img/background/background_04.png) no-repeat;
    background-size: 100% 100%;
    background-position: 0% 50%;
}
#topleft-screen {
    background: url(../img/background/background_01.png) no-repeat;
    background-size: 100% 100%;
    background-position: 0% 0%;
}
#topright-screen {
    background: url(../img/background/background_03.png) no-repeat;
    background-size: 100% 100%;
    background-position: 100% 0%;
}
#bottomright-screen {
    background: url(../img/background/background_09.png) no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%;
}
#bottomleft-screen {
    background: url(../img/background/background_07.png) no-repeat;
    background-size: 100% 100%;
    background-position: 0% 100%;
}

/** ANIMATIONS **/
.extinction {
    -webkit-animation: extinction 3s infinite;
    animation: extinction 3s infinite;
}


@keyframes floating {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(8%);
    }
    100% {
        transform: translateY(0%);
    }
}
@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(8%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}
@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 0.2;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.9);
        opacity: 0.2;
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.95);
        opacity: 0.2;
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.95);
        opacity: 0.2;
    }
}
@keyframes slideExpandUp {
    0% {
        transform: translateY(100%) scaleX(0.5);
    }
    30% {
        transform: translateY(-8%) scaleX(0.5);
    }
    40% {
        transform: translateY(2%) scaleX(0.5);
    }
    50% {
        transform: translateY(0%) scaleX(1.1);
    }
    60% {
        transform: translateY(0%) scaleX(0.9);
    }
    70% {
        transform: translateY(0%) scaleX(1.05);
    }
    80% {
        transform: translateY(0%) scaleX(0.95);
    }
    90% {
        transform: translateY(0%) scaleX(1.02);
    }
    100% {
        transform: translateY(0%) scaleX(1);
    }
}
@-webkit-keyframes slideExpandUp {
    0% {
        -webkit-transform: translateY(100%) scaleX(0.5);
    }
    30% {
        -webkit-transform: translateY(-8%) scaleX(0.5);
    }
    40% {
        -webkit-transform: translateY(2%) scaleX(0.5);
    }
    50% {
        -webkit-transform: translateY(0%) scaleX(1.1);
    }
    60% {
        -webkit-transform: translateY(0%) scaleX(0.9);
    }
    70% {
        -webkit-transform: translateY(0%) scaleX(1.05);
    }
    80% {
        -webkit-transform: translateY(0%) scaleX(0.95);
    }
    90% {
        -webkit-transform: translateY(0%) scaleX(1.02);
    }
    100% {
        -webkit-transform: translateY(0%) scaleX(1);
    }
}
@-webkit-keyframes zoomOutUp {
    40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    dipalay:none;
  }
}
@keyframes extinction {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes extinction {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes tossing {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
        -webkit-filter: brightness(70%);
        -moz-filter: brightness(70%);
        -o-filter: brightness(70%);
        -ms-filter: brightness(70%);
        filter: brightness(70%);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-filter: brightness(70%);
        -moz-filter: brightness(70%);
        -o-filter: brightness(70%);
        -ms-filter: brightness(70%);
        filter: brightness(70%);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes tossing-reverse {
    0% {
        transform: rotate(360deg);
    }
    50% {
        transform: rotate(180deg);
        -webkit-filter: brightness(70%);
        -moz-filter: brightness(70%);
        -o-filter: brightness(70%);
        -ms-filter: brightness(70%);
        filter: brightness(70%);
    }
    100% {
        transform: rotate(0deg);
    }
}
@-webkit-keyframes tossing-reverse {
    0% {
        -webkit-transform: rotate(360deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-filter: brightness(70%);
        -moz-filter: brightness(70%);
        -o-filter: brightness(70%);
        -ms-filter: brightness(70%);
        filter: brightness(70%);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}
@keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
  }
}
@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}
@keyframes flashing {
    0% {}
    50% {
        opacity: 0.7;
        -webkit-filter: brightness(60%);
        -moz-filter: brightness(60%);
        -o-filter: brightness(60%);
        -ms-filter: brightness(60%);
        filter: brightness(60%);
    }
    100% {}
}
@-webkit-keyframes flashing {
    0% {}
    50% {
        opacity: 0.7;
        -webkit-filter: brightness(60%);
        -moz-filter: brightness(60%);
        -o-filter: brightness(60%);
        -ms-filter: brightness(60%);
        filter: brightness(60%);
    }
    100% {}
}
@keyframes planet-3 {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(90deg);
    }
}
@-webkit-keyframes planet-3 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(45deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
    }
}
@keyframes planet-4 {
    0% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(135deg);
    }
    100% {
        transform: rotate(180deg);
    }
}
@-webkit-keyframes planet-4 {
    0% {
        -webkit-transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(135deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
    }
}
@keyframes planet-6 {
    0% {
        transform: rotate(180deg);
    }
    50% {
        transform: rotate(135deg);
    }
    100% {
        transform: rotate(90deg);
    }
}
@-webkit-keyframes planet-6 {
    0% {
        -webkit-transform: rotate(180deg);
    }
    50% {
        -webkit-transform: rotate(135deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
    }
}
@keyframes planet-7{
    0% {
        transform: rotate(90deg);
    }
    50% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@-webkit-keyframes planet-7 {
    0% {
        -webkit-transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(45deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

/** MEDIA-QUERY **/
@media (max-width: 600px) {
    .copy {
        padding: 0;
    }
    .logo {
        margin: 20% auto;
    }
    .tool-box {
        display: none;
    }
    .planet {
        margin-left: -35%;
        width: 70%;
    }
    .spaceship{
        margin-left:-70px;
    }
    .spaceship img {
        width: 140px;
        height: 140px;
    }
    #bottomleft-screen-link,
    h2 {
        font-size: 1.7em;
    }
    iframe {
        width: 100px;
        height: 140px;
        float: left;
    }
    .vertical-margin {
        margin: 20px 10px 50px;
    }
}