/* Header */

header {
    background-image: url('../resources/images/GraceinLaredo.jpg'); /* Set your background image here */
    background-size: cover;
    height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}
.overlay .heroText{
    position: sticky;
    top: 1em;
    z-index: 0;
}

.overlay {
    height: 100%;
    width: 100%;
    background: var(--overlayColor);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.jump {
    display: inline-block;
    animation: jump 3s infinite;
    animation-delay: 5000ms;
    font-size: 3em;
}

@keyframes jump {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(10px);
    }
    60% {
        transform: translateY(15px);
    }
}

/* Meet Alleigh & Daniel Stripe */
/* .meetStripe{
    background: var(--gradientBgTop);
} */
.meetStripe img{
    border-radius: 10px;
    max-height: 80vh;
    box-shadow: 0px 0px 20px #00000063;
}

/* Grace in Laredo Stripe */
.gilStripe{
    background: var(--mainBg);
}
.gilStripe img{
    border-radius: 10px;
    max-height: 80vh;
    box-shadow: 0px 0px 20px #00000063;
}

/* OIL Stripe */
/* .OILStripe{
    background: var(--gradientBgBottom);
} */
.OILStripe .columnsContainer{
    width: 80%;
}

/* MailChimp Stripe */
.mailChimpStripe{
    background: var(--mainBg);
    color: #000;
}
#mc_embed_signup{
    box-shadow: 0px 0px 20px #00000077;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 1em;
}
@media screen and (max-width: 1100px){
    #mc_embed_signup{
        padding: 0.2em;
    }
    #mc_embed_signup h2{
        font-size: 2em;
    }
}
.mc-field-group{
    display: inline;
}
.mc-field-group input{
    padding: 1em;
    margin: 1em;
    border-radius: 10px;
}

/* OIL An Opportunity in Laredo Stripe */
.OILStripe{
    width: 90%;
    margin: 0 auto;
}