html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    background: url("../../img/infinity-bg.png") no-repeat center center fixed;
    background-size: cover;
    font-family: 'Assistant', sans-serif;
    font-size: 100%;
    color: white;
    overflow-x: hidden
}

section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 80px);
    padding: 40px
}

h1 {
    font-size: 5.25em;
    line-height: .65em;
    color: #3386f7;
    font-weight: 800;
    position: relative;
    z-index: 2;
    left: -5px
}

    h1 em {
        color: #95c0fa
    }

.nomore-group {
    display: flex;
    height: 38px;
    margin-left: 110px
}

    .nomore-group .nomore {
        font-family: 'Indie Flower', cursive;
        font-size: 16px;
        color: #95c0fa
    }

    .nomore-group .arrow {
        height: 45px;
        transform: rotate(-15deg)
    }

.intro {
    color: #3386f7;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    line-height: 24px
}

p {
    color: white;
    margin-bottom: 18px;
    line-height: 22px
}

#buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

    #buttons button {
        font-size: 12px;
        background: #3386f7;
        padding: 12px 22px;
        border: 1px solid #3386f7;
        color: white
    }

        #buttons button:hover {
            background: #1d308f;
            color: #3386f7
        }

.top-space {
    margin-top: 20px
}

footer {
    width: calc(100% - 80px);
    display: flex;
    justify-content: flex-start;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    bottom: 0;
    background: black;
    padding: 10px 40px;
    border-top: 1px solid #3386f7;
    color: #3386f7
}

    footer address {
        text-align: center
    }

@media only screen and (max-width: 325px) {
    h1 {
        font-size: 4em
    }

    #buttons {
        flex-direction: column;
        justify-content: space-between
    }

    form:nth-of-type(1) {
        margin-bottom: 30px
    }

    button {
        width: 100%
    }
}

@media only screen and (min-width: 345px) {
    #buttons {
        justify-content: flex-start
    }

    .left-space {
        margin-left: 30px
    }
}

@media only screen and (min-width: 405px) {
    h1 {
        left: -5px;
        font-size: 6em
    }

    section {
        width: 75%
    }
}

@media only screen and (min-width: 630px) {
    h1 {
        font-size: 150px;
        left: -10px
    }

    section {
        width: 50%
    }

    .nomore-group {
        margin-left: 150px
    }

    .nomore {
        font-size: 20px
    }
}

@media only screen and (min-width: 1137px) {
    body {
        border-top: 5px solid #3386f7
    }

    h1 {
        font-size: 10em;
        line-height: .62em;
        left: -15px
    }

    section {
        margin-left: 150px;
        width: 35%
    }

    .nomore {
        font-size: 20px;
        top: 40px
    }

    footer {
        justify-content: flex-start;
        padding-left: 190px
    }
}

@media only screen and (min-width: 1400px) {
    main {
        display: flex;
        flex-direction: column;
        margin-left: 150px
    }

    footer {
        width: 100%;
        justify-content: center;
        padding-left: 0
    }
}
