html, body {
    width: 100%;
    height: 100%;
}

body {
    background: #111;
    cursor: url(../img/cursor.png), auto;
}

#wrapper {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
}

#promo {
    position: relative;
    padding: 10px;
    width: 100%;
    background: rgba(40,40,40,.55);
    box-sizing: border-box;
    text-align: center;
}

#promo img {
    margin-bottom: 5px;
}

canvas {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

section#release h2 {
    font-size: 2.4em;
    color: #666;
}

.shadow {
    filter: drop-shadow(0 0 20px #000);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

h1 {
    font-size: 3em;
    line-height: 1em;
    color: #fff;
}

h2 {
    text-transform: none;
    font-style: italic;
    font-size: 2em;
    line-height: 1.4em;
    color: #999;
    font-weight: 300;
}

header h2 {
    color: #999;
    font-size: 1.4em;
    line-height: 1.4em;
    text-transform: none;
    font-weight: 300;
    font-style: italic;
}

h3 {
    font-size: 1.6em;
    color: #999;
}

.noiropedia {
    font-family: VT323, monospace;
    color: #67dfa8;
    font-size: 1.5em;
    font-weight: 300;
}

h3.noiropedia {
    text-transform: none;
    border: 2px solid #67dfa8;
    border-radius: 20px;
    box-shadow: 0 0 20px #67dfa8, 0 0 70px inset #67dfa8;
    border-radius: 2% 2% 2% 2% / 50% 50% 50% 50%;
}

h4 {
    font-size: 1.6em;
    color: #fff;
}

sup {
    vertical-align: super;
    font-size: 75%;
    line-height: normal;
}

h1 sup {
    font-size: 50%;
}

p, blockquote, li {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    line-height: 1.6em;
    color: #999;
    margin-bottom: 20px;
}

p:last-of-type {
    margin-bottom: 0;
}

footer p {
    font-size: .75em;
    line-height: 1.4em;
}

#promo p {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 0;
}

blockquote {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: italic;
    font-size: 1.7em;
    line-height: 1.2em;
    font-weight: 300;
}

li {
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 0;
}

.planet {
    color: #6ad0e2;
}

.planetoid {
    color: #d67bc8;
}

.asteroids {
    color: #67dfa8;
}

.hilite {
    color: #fff;
}

a, a:visited {
    color: #fcc52e;
    transition: all .3s ease;
    border-radius: 8px;
    text-decoration: none;
    text-shadow: 0 0 7px #fcc52e;
    margin: auto 3px;
    cursor: url(../img/link.png), auto;
}

h4 a {
    margin: inherit;
}

footer a {
    border: 0px none;
    text-shadow: none;
}

a:hover, a:active {
    color: #d5ae41;
}

#press a {
    margin-bottom: 0;
    padding-bottom: 0;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

:root {
  --neon-border-color: #d67bc8;
}

#plot {
    transform: skewY(-6deg);
    border: 2px solid #ffd7f9;
    border-radius: 20px;
    animation: flicker 3.5s infinite alternate;     
}

#plot h2 {
    color: #6ad0e2;
    text-shadow: 0 0 100px #6ad0e2, 0 0 50px #6ad0e2;
    text-transform: uppercase;
}

.slb {
    cursor: url(../img/zoom.png), auto;
}

#overlay {
    cursor: url(../img/link.png), auto;
}

.cosmosholder {
    overflow: hidden;
}

.cosmos {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    background: url("../img/cosmos.jpg") repeat-x;
    background-size: cover;
}

.blink {
    animation: blink 1s step-start infinite;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.zenit {
    box-shadow: 0 0 1px rgba(255, 255, 255, 0);
    outline: 1px solid transparent;
}


/* FX */

@keyframes flicker {    
    0%, 17%, 21%, 23%, 25%, 54%, 56%, 100% {
        
        box-shadow:
            0 0 5px #fff,
            inset 0 0 5px #fff,
            0 0 15px var(--neon-border-color),
            inset 0 0 15px var(--neon-border-color),
            0 0 25px var(--neon-border-color),
            inset 0 0 25px var(--neon-border-color);        
    }
    
    20%, 24%, 55% {        
        box-shadow: none;
    }
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}


/* Press Kit */

body.press {
    background: #fff;
    cursor: default;
}

.press header {
    position: relative;
}

.press header .transparency {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 0;
}

.press header {
    background: url(../media/hero.png) center 40% no-repeat;
    background-size: cover;
}

.press p, .press blockquote, .press li {
    color: #666;
}

.press h3 {
    color: #000;
}

.press a, .press a:visited, .press a:hover, .press a:active {
    cursor: pointer;
    color: blue;
    text-shadow: none;
    text-decoration: underline;
    margin: auto;
}

.press .slb, .press #overlay {
    cursor: zoom-in;
}

.press #downloads {
    background: #eee;
    color: #fff;
}


/* Responsiveness */

@media screen and (min-width: 3200px) {
    body {
        font-size: 150%;
    }
}

@media screen and (min-width: 2560px) {
    body {
        font-size: 125%;
    }
}

@media screen and (max-width: 992px) {
    p, blockquote, li {
        font-size: 1.1em;
        line-height: 1.4em;
    }
    
    h1 {
        font-size: 2.4em;
    }
    
    header h2 {
        font-size: 1.1em;
    }
    
    #plot {
        box-shadow: 
        0 0 25px var(--neon-border-color),
        inset 0 0 25px var(--neon-border-color);        
        animation: none;
    }
}

@media screen and (max-width: 640px) {
    header h2 {
        font-size: 1em;
    }
    
    p, blockquote, li {
        font-size: 1em;
    }
    
    h1 {
        font-size: 1.7em;
    }
    
    #plot h2 {
        font-size: 1.2em;
    }
    
    h3 {
        font-size: 1.2em;
        line-height: 1.4em;
    }
    
    h4 {
        font-size: 1.4em;
    }
    
    h3.noiropedia {
        font-size: 1.3em;
        line-height: .85em;
    }
}

@media screen and (max-width: 600px) {
    #synopsis {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    
    #synopsis h2 {
        font-size: .8em;
        line-height: 1.4em;
    }
    
    #synopsis img {
        max-width: 35px;
        margin: 0;
        margin-top: 5px;
    }
}

@media screen and (max-width: 480px) {
    p, blockquote, li, #synopsis h2 {
        font-size: 1.2em;
    }
    
    h3 {
        font-size: 1.4em;
    }
}