.letters-with-caps {
    height: 101px;
    width: 80px;
}

.numbers-without-caps {
    height: 100px;
    width: 60px;
}

.md-form label {
    color: whitesmoke;
}

.tassle {
    height: 50px;
    width: 30px;
}

.saveTheDateDate {
    font-size: 10em;
}

.saveTheDateText {
    font-size: 4.3em;
    margin-top: -1.2em;
    color: rgb(204 158 19) !important;
}

form, .results-form {
    margin: 0% 10%;
}

.font1 {
    font-family: 'Abril Fatface', cursive;
}

.font2 {
    font-family: 'Bakbak One', cursive;
}

.font3 {
    font-family: 'Moon Dance', cursive;
}

.font4 {
    font-family: 'Raleway', sans-serif;
}

.font5 {
    font-family: 'Roboto Flex', sans-serif;
}

.font6 {
    font-family: 'Cinzel', serif;
}

.font7 {
    font-family: 'Cinzel Decorative', cursive;
}

.font8 {
    font-family: 'Montserrat Alternates', sans-serif;
}

.carousel .carousel-control-prev-icon, .carousel .carousel-control-next-icon {
    background-image: none;
}

.carousel-control-next-icon::after {
    content: "\f0a9" !important;
}

.carousel-control-prev-icon::after {
    content: "\f0a8" !important;
}

.help-block {
    color: #a10000;
}

.gradient-custom1 {
    /* fallback for old browsers */
    background: #ffffff;

    /* Chrome 10-25, Safari 5.1-6 */

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to bottom, rgba(249, 247, 247, 0.5), rgba(171, 197, 236, 0.5) 40%, rgba(249, 247, 247, 0.5))
}

.page-item:not(.active):not(.disabled) .page-link {
    color: white;
}

@media (min-width: 0px) and (max-width: 399.98px) {
    form, .results-form {
        margin: 0% 5%;
    }

    .letters-with-caps {
        height: 80px;
        width: 60px;
    }

    .numbers-without-caps {
        height: 80px;
        width: 40px;
    }

    .tassle {
        height: 25px;
        width: 15px;
    }

    .saveTheDateDate {
        font-size: 5.5em;
    }

    .saveTheDateText {
        font-size: 2.6em;
        margin-top: -1.2em;
        color: rgb(204 158 19) !important;
    }
}

@media (min-width: 400px) and (max-width: 575.98px) {
    form, .results-form {
        margin: 0% 5%;
    }

    .letters-with-caps {
        height: 90px;
        width: 70px;
    }

    .numbers-without-caps {
        height: 90px;
        width: 50px;
    }

    .tassle {
        height: 30px;
        width: 20px;
    }

    .saveTheDateDate {
        font-size: 6.5em;
    }

    .saveTheDateText {
        font-size: 3.4em;
        margin-top: -1.2em;
        color: rgb(204 158 19) !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .saveTheDateDate {
        font-size: 10em;
    }

    .saveTheDateText {
        font-size: 4.3em;
        margin-top: -1.2em;
        color: rgb(204 158 19) !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
}

#select-input-grade, #select-input-parent_attending, #select-input-chaperone {
    background: white;
}
