body {
    font-family: 'Quicksand', sans-serif;
    color: white;
}

body, .lead, form, .mc_embed_signup {
    background-color: #16576A;
}

main {
    min-height: 100vh;
}

.wrapper {
    margin-top: -60px;
}

.introduction {
    max-width: 640px;
}

.logo {
    max-width: 320px;
}

.lead {
    font-size: 1.1rem;
}

.thank-you {
    font-size: 1.25rem;
}

#mc_embed_signup input[type=email] {
    font-family: 'Quicksand', sans-serif;
    padding: 8px 12px;
    border: none;
}

#mc_embed_signup input[type=email]:focus {
    
}

#mc_embed_signup input[type=submit] {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
    border: none;
    background-color: white;
    color: #16576A;
}

#mc_embed_signup input[type=submit]:hover {
    background-color: rgba(255,255,255,0.7);
}

.mini {
    font-size: 11px;
}