@font-face {
    font-family: "Archivo-Narrow";
    src: url("../font/archivo_narrow/ArchivoNarrow-VariableFont_wght.ttf");
}

@font-face {
    font-family: "Bebas-Neue";
    src: url("../font/bebas_neue/BebasNeue-Regular.ttf");
}

body {
    font-family: "Archivo-Narrow" !important;
    font-size: 18px !important;
}

#header-img-dt {
    width: 100%;
    padding: 0;
    margin: 0;
}

#header-img-mb {
    padding: 0;
    margin: 0;
    display: none;
}

#header-container-xl {
    position: absolute;
    top: 0;
    left: 0;

    font-weight: bold;
    font-style: italic;
    font-size: 50px;
}

#header-container-xl img {
    width: 200px;
}

#header-img-cell {
    padding-left: 3vw;
    padding-top: 3vw;
}

#header-title-cell {
    padding-top: 35vw;
}

#success-msg {
    font-weight: bold;
    font-size: 20px;
    color: #FF8A0F;
}

#please-note {
    font-size: 20px;
}

#col-user-instruct {
    font-size: 20px;
    font-weight: bold;
    color: #0095C8;
    font-style: italic;
    text-transform: uppercase;
}

.info-row {
    padding: 0;
}

#coupon-info-cell {
    margin: 0;
    height: 100%;
}

#coupon-info-spacer {
    height: 53%;
}

.card-details {
    font-size: 22px;
    margin: 0;
    padding: 0;
}

#vevye-card-img {
    max-width: 50%;
    filter: drop-shadow(5px 5px 5px #d3d3d3)
}

.tac-container {
    padding-bottom: 0;
    margin-top: 20px;
}

.tac-header {
    font-weight: bold;
    color: #FF8A0F;
    font-size: 20px;
}

.tac-agreement {
    font-size: 20px;
}

.tac-bullets {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.tac-bullets li:not(:last-child) {
    margin-bottom: 5px;
}

.instruct-header {
    font-weight: bold;
    color: #FF8A0F;
}

#pharmacist-instructs a {
    color: black;
    text-decoration: none;
}

#pharmacist-instructs li {
    margin-bottom: 5px;
}

#for-quest-container {
    margin-top: 35px; /* account for the 5px bottom margin in li above */
}

#for-quest-call {
    font-size: 20px;
}

#for-quest-call span {
    font-weight: bold;
    color: #FF8A0F;
}

#for-quest-call a {
    color: black;
}

#privacy-footer {
    margin-bottom: 50px;
}

#privacy-footer a {
    color: black;
}

.back-links {
    margin-top: 50px;
    margin-bottom: 50px;
}

.btn-external-link {
    font-weight: bold;
    font-size: 18px;
    width: 400px;
    border-radius: 40px;
    padding: 15px 40px;
}

#btn-back-to-homepage, #btn-back-to-homepage:hover {
    color: #FFF;
    background-color: #FF8A0F;
}

#btn-back-to-homepage:active:focus {
    background-color: #ff5500e7;
    color: #FFFFFF;
}

#btn-go-to-vevye {
    color: #000;
    background-color: #FFF;
    border-color: #000;
}

#scroll-top-img {
    position: absolute;
    right: 30px;

    width: 80px;
    height: 70px;
    cursor: pointer;
}

.desktop-footer-img {
    width: 100%;
}

#footer-container {
    background-image: url("../img/footer_bg_mb.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    color: white;
    font-size: 12px;
    height: 135vw;
    padding-top: 12vw;
}

footer .container-xl {
    display: none;
}

footer .row {
    margin: 0;
    width: 100%;
}

#footer-logo {
    width: 150px;
}

#footer-copy-col {
    margin-top: 40px;
}

@media only screen and (max-width: 1600px) {
    .card-details {
        font-size: 1.25vw;
    }
}

@media only screen and (max-width: 1200px) {
    .card-details {
        font-size: 1.5vw;
    }
}

@media screen and (max-width: 992px) {
    .card-detail-col {
        line-height: 4vw; /* not sure why the line-height is behaving this way */
    }
    .card-details {
        font-size: 2vw;
    }
}

@media only screen and (max-width: 860px) {
    .btn-external-link {
        width: 300px;
    }
}

@media only screen and (max-width: 768px) {
    #header-img-dt {
        display: none;
    }

    #header-img-mb {
        display: block;
    }

    #vevye-card-img {
        max-width: 100%;
        max-height: 100%;
        filter: drop-shadow(5px 5px 5px #d3d3d3)
    }

    .card-sections-left {
        padding: 0;
        margin: 0;
    }

    .card-sections-right {
        padding: 0;
        margin: 0;
    }

    .btn-external-link {
        width: 100%;
    }

    #btn-back-to-homepage {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
    .card-detail-col {
        line-height: 3vw; /* not sure why the line-height is behaving this way */
    }
}

@media only screen and (min-width: 768px) {
    #footer-container {
        background-image: url("../img/footer_bg_dt.svg");
        padding-top: 13vw;
        height: 27vw;
    }

    #footer-copy-col {
        margin-top: 0;
    }

    .card-img-overlay .container {
        padding: 0;
        margin: 0;
    }

    #header-title-cell {
        padding-top: 12vw;
    }

    footer .container-xl {
        display: block;
    }
}

@media only screen and (min-width: 920px) {
    #footer-container {
        padding-top: 15vw;
    }
}

@media screen and (max-width: 400px) {
    #scroll-top-img {
        margin-right: 10px;
    }
}

@media print {
    #header-title-cell {
        padding-top: 10vw;
    }

    #pharmacist-instruction-header-row {
        padding-top: 50px;
    }

    .back-links {
        display: none;
    }

    footer {
        display: none;
    }
}