body {
    margin: 0;
    font-family: Nunito, sans-serif;
    font-size: 12pt;
    background-color: white;
    line-height: 1.25;
    color: black;
    overflow-x: hidden;
    height: 100%;
    position: relative;
}

b {
    font-weight: 900;
    font-size: 13pt;
}

p {
    font-weight: 800;
    color:white;
}

#main-part-1 {
    background-image: url(/img/newsletter_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    padding-top: 73px;
    min-height: calc(100% - 74px);
    overflow-y: auto;
}

h1 {
    font-family: 'Anton';
    font-weight: normal;
    font-size: 72pt;
    color: white;
    text-align: center;
}

.subscribe-flexbox {
    display: flex;
    flex-wrap: nowrap;
    width: 720px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.subscribe-flexbox img {
    margin-left: 221px;
    margin-right: 35px;
}

.subscribe-flexbox p {
    text-align: left;
}

a {
    color: #1C4E8B;
}

a:hover {
    color: #1C4E8B;
    text-decoration: none;
}

.subscribe-button {
    width: 440px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#mc_embed_signup #mce-EMAIL.email {
    width: 440px;
    max-width: 90%;
}

.return {
    text-align: center;
    margin-top: -18px;
}

h2 {
    font-size: 30pt;
    color: white;
    text-align: center;
    font-weight: 800;
}

.return-button {
    width: 440px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.flexboxcenter {
    display: flex;
    justify-content: center;
    width: 100%;
}

@media only screen and (max-width: 638px) {
    h1 {
        font-size: 28pt;
    }

    .subscribe-flexbox img {
        display: none;
    }

    .subscribe-flexbox p {
        margin-left: 15px;
    }
}