html, body{
    background: #A4DBE8;
    font-family: 'Montserrat', sans-serif;
}
html{
    font-size: 62.5%; 
}
body{
    font-size: 1.8rem;
}

body::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-image: url("../images/background.svg");
    background-size: cover;
    background-position: center center;
    z-index: 0;
    opacity: .5;
}

main{
    position: relative;
        height: 100vh;
    width: 100vw;
    z-index: 10;
}
.page-content{
    position: relative;
    height: 100vh;
    width: 100vw;
}

.content--main{
    top: 40%;
    position: absolute;
    transform: translateY(-50%);

}
.content--announcement{
    width: 100%;
    display: block;
    margin-top:4rem;
    padding: 4.75rem 2.75rem 6rem 2.75rem; 
    background-color: #eef195;
}


h1,h2,h3,h4,h5,h6, p{
    font-family: 'Montserrat', sans-serif;
}
h1{
    font-weight: 900;
    font-size: 2.4rem;
    line-height: 1.8;
}
h2{
    font-weight: 900;
    font-size: 2rem;
    line-height: 1.8;
}
p{
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom:2rem;
}

@media (min-width: 768px) {

    .content--main {
        top: 45%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 992px) {

    
    h1{
        font-size: 4.6rem;
    }
    h2{
        font-size: 3rem;
    }
    p{
        font-size: 1.8rem;
    }   
}

#mc_embed_signup_scroll{
    display: flex;
    flex-direction: column; 
    align-items: center;
}
.mc-field-group {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
    max-width : 400px;
}
.mc-field-group input{
    width: 100%;
    border-radius: 5px;
    height: 4rem;
    font-size: 16px;
}
.mc-field-group label{
    margin: .25rem;
}
#mc-embedded-subscribe{
    margin-top: 2rem;
}

.btn--primary{
    background: #e6a085;
    color: #1d1411;
    border-radius: 25px;
    padding: 1rem 5rem;
    font-size: 1.75rem;
    font-weight: bold;
}


@media (min-width: 992px) {
    .content--main{
    }
    
    .content--announcement{
        padding: 7rem 4.75rem 8rem 4.75rem;
    }

    #mc_embed_signup_scroll{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    } 
    
    .mc-field-group {
        display: flex;
        flex-direction: column;
        align-items: start;
        max-width : 290px;
    }
    #mce-responses{
        width: 100%;
    }

}
@media (min-width:1200px) {
    .content--main{
    }
    .content--announcement{
        margin-top:6rem; 
        padding: 6rem 4.75rem 6rem 4.75rem;
    }
    .mc-field-group{
        margin-right: .5rem;
        margin-left: .5rem;
        max-width : 350px;
    }
}