﻿/* ---- SKIN START ---- */

:root {
    --cta-bg: #F9DD6D;
    --cta-text: #642017;

    --pretitle-text: #FDDB4C;
    --title-text: white;
    --features-text: #642017;
    --footer-text: #FFFFFF;

    --ui-2: #F9FAFB;
    --ui-3: #F3F4F6;
    --brand-3: #EBCC59;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 5px;
    font-family: 'Luckiest Guy', cursive;

}

.cta-button {
    font-family: 'Luckiest Guy', cursive;
    padding-top: 15px;
}


body {
    background-color: var(--ui-2);
}

/*
header {
    background: linear-gradient(#031939, transparent);
}
*/

footer {
    color: var(--footer-text);
    background-color: var(--cta-text);
}



.main-box {
    /*
    background-color: #1f1f1f1e;
    box-shadow: 0px 0px 60px 40px #1f1f1f1e;
*/
}


.main .hero-pretitle {
    color: var(--pretitle-text);
    text-shadow: 0px 0px 7px #000000e0;
}

.main .hero-title {
    color: var(--title-text);
    text-shadow: 0px 0px 7px #000000e0;
}

.cta-button {
    color: var(--cta-text);
    background-color: var(--cta-bg);
    border: 3px solid var(--brand-3);
    border-radius: 99px;

}

.modal-header {
    background-color: var(--cta-bg);
}

.btn-close {
    filter: invert(13%) sepia(53%) saturate(2332%) hue-rotate(344deg) brightness(97%) contrast(93%);
    opacity: 1;
}

.modal-title {
    color: var(--cta-text);
}

.features {
    color: var(--features-text);
}

.features .feature1,
feature2,
feature3 {
    height: 30px;
}

.coupon-code {
    border-color: var(--cta-text);
    border-radius: 99px;
    color: var(--cta-text);
    background-color: white;

}

.coupon-code-img {
    filter: hue-rotate(300deg) brightness(0.4);
}

@media only screen and (max-width: 767px) {
    a.hero-title.mx-2.btn {
        color: var(--cta-text);
        text-shadow: none;
    }

    .main-box {
        background-color: unset;
        box-shadow: unset;
    }

    .main .hero-title {
        color: var(--cta-text);
        text-shadow: unset;
    }

    .main .hero-pretitle {
        color: var(--brand-3);
        text-shadow: unset;
    }

}

/* ---- SKIN END ---- */
