@font-face {
    font-family: "Recoleta";
    src: url("fonts/recoleta-regular.woff2") format("woff2"),
        url("fonts/recoleta-regular.woff") format("woff");
}

body {
    font-family: "Recoleta", serif;
    background-color: #496668;
    color: white;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    height: 100%;
    margin: 0;

}

.container {
    margin: 0 auto;
    max-width: 640px;
    width: 100%;
    padding: 24px 0;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    min-height: calc(100vh - 48px);

}

#sib-container {
    background: transparent;
}

header img {
    max-width: 550px;
    margin: 24px auto;
    display: block;
    width: 100%;
}

header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    max-width: 100%;
}

header .upper {
    font-size: 2em;
    text-align: center;
    margin: 0;
}

header h1 {
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    text-align: center;
    margin: 12px 0;
}

.button {
    text-decoration: none;
    box-sizing: border-box;
    color: white;
    border: 2px solid white;
    background: transparent;
    border-radius: 25px;
    padding: 10px 24px;
    margin: 24px auto;
    display: inline-block;
    font-size: 1.2em;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    font-weight: bold;
}

.button:hover {
    background-color: white;
    color: #496668;
}

footer {
    width: 100%;
}

#mc_embed_signup {
    width: 100%;
}

fieldset {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;

}

.sib-form input[type="text"] {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border: 1px solid white;
    color: #17403d;
}

.sib-form .input:first-child,
.sib-form .input__affix:first-child {
    padding-left: 24px;
}

input[type="email"]:focus-visible {
    outline: none;
}

.sib-form {
    font-family: "Recoleta", serif;
}

#sib-container {
    margin: 0;
}

.sib-form .entry__field {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;

}

.sib-form .entry__choice label {
    cursor: pointer;
}

.sib-form .entry__choice {
    margin-top: 20px;
}

.sib-form input[type="text"],
input[type="submit"] {
    background: white;
    padding: 14px 24px;
    font-size: 1.2em;
    font-family: "Recoleta", serif;
    box-sizing: border-box;
    height: unset;
}

h2 {
    text-align: center;
}

button[type="submit"] {
    cursor: pointer;
    background-color: #DE5050;
    border: 1px solid #DE5050;
    color: white;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    font-weight: bold;
    padding: 14px 24px;
    font-size: 1.2em;
    font-size: 1.2em;
    min-height: unset;
    line-height: unset;
    font-family: "Recoleta",

        serif;
    white-space: nowrap;
    box-sizing: border-box;
}

button[type="submit"]:hover {
    background-color: #d93636;
    border: 1px solid #d93636;
}

.response {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-top: 12px;
}

.response a {
    color: white;
}

.response a:hover {
    color: #d93636;
}

#mc_embed_signup div.mce_inline_error {

    border-radius: 25px;
    margin-top: 12px !important;
}

@media screen and (max-width:640px) {
    .container>div {
        padding: 0 12px;
    }

    input {
        width: 100% !important;
        text-align: center;
        border-radius: 25px;
    }

    button[type='submit'] {
        width: 100%;
        margin-top: 20px;
        border-radius: 25px;
    }

    .sib-form .entry__field {
        flex-flow: column;
        padding: 0;
    }

    input[type="email"] {
        margin-bottom: 12px;
    }

    input[type="email"],
    input[type="submit"] {
        width: 100%;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
    }
}