html, body {
    height: 100%;
}

body {
    color: #F8F8F8;
    background: #010b23;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "Verdana", sans-serif;
}

h1 {
    font-weight: 100;
    font-size: 70px;
}

a, a:hover, a:active, a:visited {
    font-size: 22px;
    color: #F8F8F8;
    text-decoration: none;
}

#wrapper {
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%
}

.lines-overlay {
    opacity: .5;
    position: fixed;
    top: 0px;
    left: 0px;
    width: calc(100%);
    height: calc(100%);
    background: url(background.svg);
    background-size: cover;
    background-position: center center
}

@media (max-width: 575px) {
    h1 {
        font-weight: 100;
        font-size: 40px;
    }

    a, a:hover, a:active, a:visited {
        font-size: 20px;
        color: #F8F8F8;
        text-decoration: none;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    h1 {
        font-weight: 100;
        font-size: 50px;
    }

    a, a:hover, a:active, a:visited {
        font-size: 20px;
        color: #F8F8F8;
        text-decoration: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-weight: 100;
        font-size: 70px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-weight: 100;
        font-size: 70px;
    }
}

@media (min-width: 1200px) {
    h1 {
        font-weight: 100;
        font-size: 70px;
    }
}
