@font-face {
    font-family: 'WestmountBold';
    src: url('../fonts/WestmountBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-VariableFont_wght.ttf') format('truetype');
}

html {
    font-family: Arial, Helvetica, sans-serif;
}

.homepage {
    background-image: url('../images/ithaca_homepage2.png');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 40px;
    text-align: center;
    width:100%;
}

@media all and (max-width:595px) {
    .homepage {
        background-position: 42%;
        padding-top: 15%;
    }
}

.inflatable-film,
.homepage h1,
.homepage h2 {
    color: #fff;
    font-family: 'WestmountBold', Arial, Helvetica, sans-serif;
}

.inflatable-film,
.homepage h2 {
    font-size: 32px;
}

@media all and (max-width:1024px) {
    .inflatable-film,
    .homepage h2 {
        font-size: 24px;
    }
}

@media all and (max-width:595px) {
    .inflatable-film,
    .homepage h2 {
        font-size: 20px;
    }

    .inflatable-film span {
        display: block;
    }
}

.homepage h1 {
    font-size: 100px;
}



@media all and (max-width:1024px) {
    .homepage h1 {
        font-size: 65px;
    }
}

@media all and (max-width:595px) {
    .homepage h1 {
        font-size: 50px;
        line-height: 40px;
        padding-bottom: 10px;
        padding-top: 15%;
    }
}

.password-box,
.newsletter-box {
    background-color: rgba(0,0,0,0.4);
    border: 0;
    border-radius: 12px;
    color: #fff;
    font-family: 'WestmountBold', Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin: auto;
    padding: 12px 20px 20px;
    width: 350px;
}

@media all and (max-width:595px) {
    .password-box {
        max-width: 90%;
        width: 300px;
    }

    .password-box,
    .newsletter-box {
        margin: 48px auto;
    }
}

.input-container {
    position: relative;
}

.submit-btn {
    background: none;
    border: 0;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 14px;
}

.submit-btn img {
    width: 30px;
}

input.password {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    height: 40px;
    margin-top: 10px;
    padding: 5px;
    width: 100%;
}

.feedback {
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-top: 10px;
}

/* MailChimp Embed Styles */
.newsletter-box {
    max-width: 90%;
    text-align: left;
    width: 600px;
}

@media all and (max-width:595px) {
    .newsletter-box {
        width: 90%;
    }
}

.newsletter-box h2 {
    font-size: 24px;
    line-height: 0.7;
    margin-bottom: 24px;
}

@media all and (max-width:595px) {
    .newsletter-box h2 {
        font-size: 20px;
    }
}

.newsletter-box .newsletter-text {
    font-family: 'Quicksand', Arial, Helvetica, sans-serif;
    margin-bottom: 24px;
}

@media all and (max-width:595px) {
    .newsletter-box .newsletter-text {
        font-size: 16px;
    }
}

.newsletter-box .newsletter-text span {
    font-style: italic;
    font-weight: bold;
}

.newsletter-box #mc_embed_shell {
    font-family: 'Quicksand', Arial, Helvetica, sans-serif;
}

.newsletter-box #mc_embed_signup {
    background: none;
    max-width: 100%;
}

.newsletter-box #mc-embedded-subscribe-form {
    margin: 0;
}

.newsletter-box .indicates-required {
    display: none;
}

.newsletter-box #mc_embed_signup .mc-field-group {
    margin-bottom: 16px;
    padding-bottom: 0;
    width: 100%;
}

.newsletter-box .mc-field-group label {
    font-size: 16px;
}

.newsletter-box .mc-field-group input {
    width: 100%;
}

.newsletter-box #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    background: none;
    margin: 0;
}

.newsletter-box .clear {
    margin-top: 32px;
}

.newsletter-box #mc-embedded-subscribe {
    background: #fff;
    border-radius: 6px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 0;
    padding: 8px;
}

.newsletter-box #mc_embed_signup .button:hover {
    background: #fff;
}

.newsletter-box #mc_embed_signup div#mce-responses {
    margin: 0;
    padding: 0;
}

.newsletter-box #mc_embed_signup div.response {
    display: block;
    float: none;
    margin: 8px 0 24px;
    padding: 0;
    text-align: left;
    width: 100%;
}
