html,
body {
    background-color: #9ED800;
    background-color: white;
    color: #fff;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    height: 100vh;
    width: 100vw;
    margin: 0;
}

.full-page {
    background-color: #9ED800;
    height: 100vh;
    width: 100vw;
    overflow-y: scroll;
}

.full {
    flex-wrap: wrap;
    width: 100vw;
}

.hero {
    width: 100vw;
    margin: 0 auto;
    text-align: center;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.content {
    max-width: 1024px;
    max-width: 1024px;
    margin: 0 auto;
    padding: 20px;
}

.title {
    font-family: 'Copse', serif;
    color: #FFF;
    font-weight: 400;
}

.title h1 {
    font-size: 200px;
    margin: 0;
    font-weight: 100;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

h2.title {
    font-size: 40pt;
    font-weight: 100;
}

h3.title {
    font-size: 30pt;
    font-weight: 100;
}

.title p,
.title span {
    font-size: 30pt;
    line-height: 160%;
}

.custom.char {
    color: #fff !important;
}

a {
    /*color: #636b6f;*/
    color: #fff;
    text-decoration: none;
    padding-bottom: 3px;
    font-weight: 600;
    display: inline-block;
}

a:after {
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 50%;
    background: rgba(255, 255, 255, 0.3);
    transition: width .5s ease, background-color .5s ease;
    margin-top: 2px;
}

a:hover:after {
    width: 100%;
    background: #FFF;
    margin-top: 2px;
}

.links>a {
    /*color: #636b6f;*/
    position: relative;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-weight: 300;
    padding: 0 25px;
    font-size: 13px;
}

.links>a:hover:after {
    background: #FFB400;
}

.m-b-md {
    margin-bottom: 30px;
}

span.label {
    padding: 2.5px 9px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

/* Navigation */

nav {
    background: #9ED800;
    text-align: center;
}

nav ul {
    list-style-type: none;
    padding: 20px 0;
    margin: 0;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    font-size: 18pt;
    font-weight: 400;
    margin-right: 25px;
}

/* Terminal */

.static_terminal {
    line-height: 1.8em;
    font-family: 'Source Code Pro';
    font-weight: 400;
    color: #d3d3d3;
    border-radius: 5px;
}

.static_terminal pre {
    margin: 0;
    padding: 0;
    font-family: 'Source Code Pro';
    overflow: scroll;
}

.static_terminal a {
    padding: 0;
    font-size: inherit;
}

.static_terminal__header {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.static_terminal__header__text {
    padding: 7px;
    font-size: 70%;
    line-height: 140%;
}

.static_terminal__prompt {
    font-weight: 400;
    color: #9ED800;
}

.sosumi {
    font-family: monospace;
    color: #999;
    background-color: #333;
    font-size: 8pt;
    text-align: center;
    padding: 5px 0;
}

[v-cloak] {
    display: none;
}

@media screen and (max-width: 1024px) {
    .story {
        font-size: 18pt;
        max-width: 800px;
        margin: 10px auto;
    }
}

@media screen and (max-width: 650px) {
    .title h1 {
        font-size: 100px;
    }
    .title p,
    .title span {
        font-size: 20px;
    }
    .story {
        font-size: 15pt;
    }
}
