body {
    background-color: #ffffff;
    color: #000;
    font-family: 'Cabin', serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

h1 {
    font-family: 'Montserrat', sans-serif;
}
h2 {
    font-family: 'Montserrat', sans-serif;
}
h3 {
    font-family: 'Montserrat', sans-serif;
}
h4 {
    font-family: 'Montserrat', sans-serif;
}

section {
    margin: 0;
}

a {
    text-decoration: none;
    color: #0F47AF;
}
a:visited {
    color: #25657d;
}
a:hover {
    color: #48c2c4;
}

.wordmark-head {
    display: block;
    width: 40%;
    max-width: 350px;
    min-width: 150px;
}

header {
    display: block;
    box-sizing: border-box;
    background-color: #fcfacc;
    padding: 20px;
    top: 0;
    left: 0;
    z-index: 10000;
    width:100%;
    box-sizing: border-box;
    background-image: linear-gradient(#f9f599,#fcfacc);
    border-bottom: solid 0.01vh #333;
}

.header-bar {
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px 20px;
    max-width: 1200px;
    margin: auto;
    width:100%;
    box-sizing: border-box;
}

footer {
    border-top: solid 0.01vh #333;
    display: block;
    background-image: linear-gradient(#444,#111);
    padding: 50px;
    box-sizing: border-box;
    width: 100%;
}

.sec-container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.page-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1;
}

.cta {
    display: block;
    padding: 15px;
    color: #fcfacc;
    background-color: rgba(0,0,0, 90%);

    font-size: clamp(1rem, 4vw, 1.5rem);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 5px;
}

.cta:hover {
    background-color: rgba(0,0,0, 75%);
    transition: 0.2s;
    color: #fcfacc;
}

.cta:active {
    background-color: rgba(0,0,0, 70%);
    transition: 0.2s;
    color: #fcfacc;
}

.cta:visited {
    background-color: rgba(0,0,0, 70%);
    transition: 0.2s;
    color: #fcfacc;
}

.navbar {
    display: block;
}

@media (min-width: 700px) {
    .wordmark-head {
        width: 30%;
    }
}

.footer-links {
    width: 250px;
    color: #fcfacc;
}

a.footer-link {
    margin-bottom:10px;
    margin-top:10px;
    display:block;
    color: #fcfacc;
    font-weight: 600;
    text-decoration: none;
}

a.footer-link:hover {
    color: #fffeee;
    font-weight: 700;
}

a.footer-link:active {
    color: #f9f599;
    font-weight: 700;
}

.footer-copyright {
    margin-top:30px;
    display:block;
    color: #fcfacc;
    font-weight: 400;
    font-size: 14px;
}

.legal-text {
    padding: 20px;
    width: 100%;
    max-width: 1000px;
    box-sizing: border-box;
    margin: auto;
}

.text-container {
    width: 100%;
    max-width: 1200px;
    padding: 20px;
    margin: auto;
    box-sizing: border-box;
}

.price-container {
    width: 100%;
    max-width: 1200px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    display: block;
    margin: auto;
    color: #fcfacc;
}

.light-splash-text {
    font-weight: 500;
    font-size: clamp(1.8rem, 5vw, 4rem);
    font-family: "Montserrat", sans-serif;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.price-text {
    font-weight: 600;
    font-size: clamp(1.8rem, 5vw, 4rem);
    font-family: "Montserrat", sans-serif;
    width: 100%;
    color: rgb(75, 158, 60);
}

.light-splash-header {
    font-weight: 600;
    font-size: clamp(2.2rem, 6vw, 5rem);
    font-family: "Montserrat", sans-serif;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.gradient-section {
    background-image: linear-gradient(rgb(252, 250, 204), white);
    padding-top: 20px;
    padding-bottom: 20px;
}

.inactive {
    display: none;
}

.pop-subheading {
    text-align: center;
    font-weight: 700;
    font-style: italic;
    color: rgb(51, 110, 41);
    font-size: clamp(18px, 2vw, 26px);
    margin-top: 40px;
}
