@font-face {
    font-family: 'Tickerbit';
    src: url('../fonts/Tickerbit-mono.woff2') format('woff2'),
        url('../fonts/Tickerbit-mono.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tickerbit';
    src: url('../fonts/Tickerbit-mono.woff2') format('woff2'),
        url('../fonts/Tickerbit-mono.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*
	General styles
*/
body {
	font-size: 13px;
	font-family: 'Tickerbit',sans-serif;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-weight: normal;
	background: #000;
}
body, html {
	height: 100%
}
h1 {
	font-style: italic;
	font-weight: bold;
	font-size: 40px;
}
a, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.touchonly {
	display: none;
}
html.touch .touchonly {
	display: block;
}
.noselect, .noselect * {
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
}
.doselect, .doselect *:not(.noselect) {
	user-select: text;
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-o-user-select: text;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


body {
    background-image: url('../images/bg.jpg');
    background-position: top center;
}
.content-wrapper {
    width: 100vw;
    height: 100vh;
}
header {
    position: absolute;
    left: 50%;
    top: 120px;
    transform: translate3d(-50%, 0px, 0px);
    width: 80vw;

}
header div {
    position: relative;
    display: inline-block;
    width: 32%;
    vertical-align: center;
    height: 100px;

}
header div:nth-child(1) img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
header div:nth-child(2) {
    text-align: center;
}
header div:nth-child(3) a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 200px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 20px;

}
.planet {
    position: absolute;
    width: 100vw;
    height: 70vh;
    bottom: 0;
    background-image: url('../images/planet.png');
    background-position: bottom center;
    background-repeat: no-repeat;
}
.planet .title {
    color: #fff;
    text-align: center;
}
.planet .title p {
    margin: 1px;
}
.planet .title h2 {
    margin: 1px;
    font-size: 3em;
}
.planet .title:after {
    content:'';
    top: 120px;
    position: absolute;
    width: 2px;
    height: calc(50vh - 120px);
    background: #fff;
}

.description {
    position: absolute;
    left: 50%;
    bottom: 120px;
    transform: translate3d(-50%, 0px, 0px);
    width: 80vw;
    color: #fff;
    text-transform: uppercase;
    z-index: 99;
}
.description .disclaimer {
    width: 230px;
}
.description .disclaimer p:nth-child(2) {
    color: #f5c952;
}
.craft {
    position: absolute;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
}
.craft div {
    position: absolute;
    width: 95vw;
    height: 95vh;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0px);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.desktop {
    background-image: url('../images/craft-desktop.png');
}
.mobile {
    background-image: url('../images/craft-mobile.png');
    display: none;
}

.about-wrapper {
    position: absolute;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .9);
    z-index: 999;
    display: none;
}
.about-content {
    position: absolute;
    width: 30vw;
    height: 80vh;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0px);
}
.about-content h2 {
    width: 300px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    padding: 20px;
    margin: 0px auto;
    margin-top: 70px;
    margin-bottom: 30px;
}
.about-content p {
    font-size: 16px;
    line-height: 18px;
}
.about-content:before {
    content: '';
    position: absolute;
    width: calc(100% + 100px);
    height: 10px;
    top: 0;
    left: -50px;
    background-image: url('../images/about-top.svg');
    background-repeat: no-repeat;
    background-position: center center;
}
.about-content:after {
    content: '';
    position: absolute;
    width: calc(100% + 200px);
    height: 100%;
    bottom: 0;
    left: -100px;
    background-image: url('../images/about.svg');
    background-repeat: no-repeat;
    background-position: center center;
}
.about-label {
    position: absolute;
    top: 0;
    left: -60px;
    width: calc(100% + 100px);
    background: #fff;
    padding: 10px;
    color: #000;
    text-align: center;
}
.about-wrapper a {
    position: absolute;
    color: #fff;
    top: 10px;
    right: 10px;
}


@media only screen and (max-width: 600px) {

    body {
        overflow: hidden;
    }
    header {
        top: 20px;
    }

    header div {
        width: 100%;
        height: 70px;
        display: block;
    }
    header div:nth-child(1) {
        text-align: center;
    }
    header div:nth-child(1) img {
        position: relative;
        height: 30px;
    }
    header div:nth-child(2) {
        text-align: center;
    }
    header div:nth-child(2) img {
        position: relative;
        height: 50px;
    }
    header div:nth-child(3) {
        text-align: center;
    }
    header div:nth-child(3) a {
        position: relative;
        text-align: center;
    }
    .planet {
        height: 60vh;
    }
    .planet .title:after {
        top: 120px;
        position: absolute;
        width: 2px;
        height: calc(40vh - 120px);
        background: #fff;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .description { 
        text-align: center;
        bottom: 40px;
    }
    .description .disclaimer {
        width: 100%;
    }
    .about-content {
        width: 90vw;
        height: 80vh;
    }
    .about-content h2 {
        width: 260px;
        font-size: 16px;
        margin-top: 50px;
        margin-bottom: 20px;
        padding: 0;
    }
    .about-content p {
        font-size: 12px;
        line-height: 13px;
    }
    .about-content:before {
        display: none;
    }
    .about-content:after {
        display: none;
    }
    .about-label {
        left: -10px;
        width: 90vw;
        padding: 10px;
    }
    .about-label span {
        display: none;
    }

}