h1 {
    font-family: 'Lobster', cursive;
    color: #b01947;
    /* width: 80%; */
    display: inline-block;
    text-align: center;
    /* flex-grow: 2; */
    margin: 0;
    font-size: 11vw;
    height:35%;
}

.spacer {
    /* flex: 1; */
    margin: 0;
}

h3 {
    font-family: 'Raleway', sans-serif;
    letter-spacing: -1px;
    /* width: 80%; */
    display: inline-block;
    /* flex-grow: 2; */
    margin: 0;
    font-size: 5vw;
    font-style: italic;
    font-weight: 100;
    text-align: center;
    height: 20%;
}

#mc_embed_signup {
    /* width: 80%!important; */
    /* flex-grow: 2; */
    height:20%;
}

footer {
    height:10%;
    /* flex-grow: 1; */
    /* position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    /* background-color: red; */
    /* color: white; */
    text-align: center;
  }

body {
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    /* padding: 2vw; */
    height: 90vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    /* align-items: center; */
    
}



p {
    font-family: 'Lobster', cursive;
    display: inline-block;
    text-align: center;
    color: #b01947;
    font-size: 3vw;
}

.clear {
    padding: 0.5vh;
    
}

#mc_embed_signup label {
    font-size: 2vw!important;
}

#mc-embedded-subscribe {
    font-family: 'Raleway', sans-serif!important;
    /* letter-spacing: -1px!important; */
    text-align: center!important;
    font-size: 2vw!important;
    height: 5vh!important;
}


#mc_embed_signup_scroll {
    font-family: 'Raleway', sans-serif;
    letter-spacing: -0.5px;
    text-align: center;
    font-style: italic;
    font-size: 2vw!important;
    
}

.email {
    font-family: 'Raleway', sans-serif!important;
    /* letter-spacing: -1px!important; */
    text-align: center!important;
    font-size: 2vw!important;
    height: 5vh!important;
}


@media (min-width: 1px) and (max-width: 825px) {
  
    #mc_embed_signup, label, p, .email, #mc-embedded-subscribe {
        font-size: 5vw!important;
    }

    /* .email {
        font-size: 5vw!important;
    }

    p {
        font-size: 5vw!important;
    }

    #mc-embedded-subscribe {
        font-size: 5vw!important;
    } */

}

