@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap');

.adventFormWrapper h1 {
    color: #fff;
    font-family: 'Berkshire Swash', cursive;
}

.adventFormWrapper p {
    color: #fff;
}

.adventIntro h1 {
    color: #fff;
    font-family: 'Berkshire Swash', cursive;
    font-size: 45px;
    margin-bottom: 40px;
    text-align: center;
    text-shadow: 0px 0px 20px #0f3623;
}

.adventIntro p {
    color: #fff;
    text-align: center;
}

.adventIntro p a {
    color: #fff;
    text-decoration: underline;
}

.sf_cols.adventFormWrapper {
    margin-top: 100px;
    margin-bottom: 100px !important;
}

.adventFormWrapper label {
    color: #fff;
}

.findmemnum {
    color: #fff;
}

.adventTerms strong {
    display: none;
}

.adventFormWrapper .btn-primary {
    color: #b32f2d;
    background-color: #fff;
    border-color: #fff;

}
.divBtn {
    text-align: center;
}

a.btn.btn-default.btnStart {
    background: #d90118;
    color: #fff;
    border: 2px solid white;
    padding: 13px 25px;
    font-size: 20px;
}

#startGriff {
    font-size: 1.1em;
    display: block;
    margin: 1.1em auto 0 auto;
    background-color: #000000;
    color: #ffffff;
    /* border-radius: 200px; */
    background: #f40211 !important;
}

.floatBanner {
    position: fixed;
    bottom: 70px;
    z-index: 9999;
    width: 100%;
}

.floatBanner img {
    width: 500px;
    margin: auto;
    display: block;
}

.adventFormWrapper p a {
    color: #fff;
    text-decoration: underline;
}

img.prize {
    margin-top: 20px;
}

.adventIntro img.prize {
    margin: 0px auto 0px;
    display: block;
    cursor: pointer;
}



#start {
    margin: auto;
    display: block;
    cursor: pointer;
}

.sideBox {
    background: #fff;
    padding: 30px;
    border-radius: 30px;
    color: #0b3623;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

@media (min-width: 992px) {
    .adventIntro h1 {
        color: #fff;
        font-family: 'Berkshire Swash', cursive;
        font-size: 60px;
        margin-bottom: 40px;
        text-align: center;
        text-shadow: 0px 0px 20px #0f3623;
    }

    .container.adventIntro {
        margin-top: 200px;
        margin-bottom: 200px;
    }

    .sf_cols.adventFormWrapper {
        margin-top: 250px;
        margin-bottom: 200px !important;
    }

    .adventIntro img.prize {
        margin: -10px auto 0px;
        display: block;
    }
}

@media (min-width: 1600px) {
    .container.adventIntro {}

    .adventFormWrapper .container {
        width: 1200px;
    }

    .sf_cols.adventFormWrapper {
        margin-top: 300px;
        margin-bottom: 200px !important;
    }
}

@media (max-width: 767px) {

    .adventFormWrapper .sf_3cols_1_33,
    .adventFormWrapper .sf_3cols_2_34,
    .adventFormWrapper .sf_3cols_3_33 {
        width: 100% !important;
    }

    .adventFormWrapper .sf_3cols_2_34 .sf_3cols_2in_34,
    .adventFormWrapper .sf_3cols_3_33 .sf_3cols_3in_33 {
        margin-left: 0px !important;
    }
}