html, body {
    height: 100%;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 19px;
    background-color: #f62459; /* fallback */
    background-image: linear-gradient(#f62459, #db0a5b);
    color: #fff;
}

h1, h2, h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

#wrapper { /* 100% page height */
    min-height: 100%;
    text-align: center;
}

#logo, #info {
    display: none;
}

#logo h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 13em;
    color: #ecf0f1;
    margin: 100px 0 -35px 0;
}

#info h2 {
    font-size: 2.1em;
    margin-top: 70px;
}

#subscribe input {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #fff;
    width: 400px;
    padding: 20px 10px;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;
}

#subscribe button {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #fff;
    padding: 20px 40px;
    background-color: transparent;
    border: 1px solid #fff;
    cursor: pointer;
}

#subscribe button:hover {
    color: #f62459;
    background-color: #fff;
}

@media (max-width: 768px) {
    body {
        font-size: 15px;
        background-image: none;
    }

    #logo h1 {
        margin-top: 50px;
    }

    #info h2 {
        font-size: 1.6em;
        margin-top: 35px;
    }
}
