:root {
    --activeRed: #ff482a;
}

nav {
    background-color: #f4f4f2;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

#content {
    height: 100%;
    width: 100%;
    margin-bottom: 50px;
}

h1 {
    font-family: "Poppins", sans-serif;
    text-align: center;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .title-div {
        margin: 30px 30px 1.5rem;
    }
    .background-image-container {
        height: 50vh;
    }
    .background-image {
        height: 50vh;
        background-position-y: 35px;
        transform: scale(2);
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .title-div {
        margin: 30px 30px 1.5rem;
    }
    .background-image-container {
        height: 50vh;
    }
    .background-image {
        background-position-y: 20px;
        height: 50vh;
        transform: scale(2);
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .title-div {
        margin: 40px 40px 1.5rem;
    }
    .background-image-container {
        height: 50vh;
    }
    .background-image {
        background-position-y: 10%;
        height: 50vh;
        transform: scale(2.1);
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .title-div {
        margin: 50px 50px 1.5rem;
    }
    .background-image-container {
        height: 50vh;
    }
    .background-image {
        height: 50vh;
        background-position-y: 30%;
        transform: scale(1.7);
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1500px) {
    .title-div {
        margin: 50px 50px 1.5rem;
    }

    .background-image-container {
        height: 70vh;
    }
    .background-image {
        display: block;
        background-position-x: center;
        background-position-y: 30%;
        transform: scale(1.5);
        height: 70vh;
    }
}

@media (min-width: 1500px) {
    .title-div {
        margin: 60px 60px 1.5rem;
    }

    .background-image-container {
        height: 70vh;
    }
    .background-image {
        display: block;
        background-position-x: center;
        background-position-y: 40%;
        height: 70vh;
    }
}

.fa {
    color: white;
}

#content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn {
    margin: 40px 0px 20px;
}

.icon-section a {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
    color: #fff;
    opacity: 0.75;
}

.footer-dark {
    padding: 50px 0;
    color: #ffffff;
    background-color: #000000;
}

.footer-dark ul {
    padding: 0;
    list-style: none;
    line-height: 2.2;
    font-size: 15px;
    margin-bottom: 0;
    font-family: "Helvetica Neue", sans-serif;
}

.footer-dark ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.6;
    padding-bottom: 12px;
}

.footer-dark ul a:hover {
    opacity: 0.9;
}

@media (max-width: 767px) {
    .footer-dark .item-text {
        margin-top: 25px;
    }
}

.footer-dark .item-text {
    opacity: 0.8;
    margin: 0 0 12px;
    font-size: 16px;
    font-family: "Helvetica Neue", sans-serif;
}

.footer-dark .btn-email {
    margin: 0;
}

.footer-dark .copyright {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    opacity: 0.3;
    font-size: 12px;
    margin-bottom: 0;
}

.background-image-container {
    overflow: hidden;
}

.background-image {
    display: block;
    background-size: cover;
    background-position-x: center;
}

.footer-branding {
    width: 30% !important;
}
.footer-about-us {
    width: 20% !important;
}
.footer-support {
    width: 20% !important;
}
.footer-email {
    width: 30% !important;
}

@media (min-width: 992px) {
    .navbar-toggler-container {
        display: none;
    }
}

#sidenav {
    position: fixed; /* Sit on top of the page content */
    top: 0;
    left: -280px;
    right: 0;
    bottom: 0;
    min-width: 280px;
    max-width: 280px;
    height: 100%;
    /* background: #005086;
    color: #fff; */
    transition: all 0.3s;
    z-index: 3;
}

#sidenav.active {
    left: 0px !important;
}

#overlay {
    opacity: 0;
    visibility: hidden;
    background: #363636;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

#overlay.active {
    position: fixed; /* Sit on top of the page content */
    top: 0;
    left: 0;
    opacity: 0.5;
    visibility: visible;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.sidenav-links-container {
    padding: 0 10px;
}

.nav-link-text {
    color: black !important;
    font-family: montserrat, sans-serif;
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600;
}

.nav-link-container {
    border-bottom: #e2e2e2 solid 1px !important;
    padding: 30px 0;
}

.logo {
    height: 50px;
}
footer {
    padding: 0px 40px;
}
.footer-container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    padding: 0px 20px;
}
.footer-container li {
    font-size: 16px;
}

@media (max-width: 991.98px) {
    .footer-container {
        flex-direction: column;
        padding: 0px 3rem;
    }

    .footer-branding {
        width: auto !important;
    }
    .footer-about-us {
        width: auto !important;
    }
    .footer-support {
        width: auto !important;
    }
    .footer-email {
        width: auto !important;
    }

    .footer-branding p {
        font-size: 17px !important;
    }

    .icon-section {
        display: flex;
        flex-direction: column;
    }

    .icon-section .icon-link:not(:last-child) {
        margin-top: 12px !important;
        margin-bottom: 12px !important;
    }

    .icon-section .icon-link {
        height: 60px !important;
        width: 60px !important;
    }

    .footer-section {
        margin: 20px 0;
    }
}

.copyright-icon {
    width: 100px;
    margin-bottom: 1rem;
}

.footer-branding p {
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    font-size: 13px;
    text-decoration: none;
}

.icon-section .icon-link:not(:last-child) {
    margin-right: 25px;
}
.icon-section .icon-linka {
    height: 40px;
    width: 40px;
}

.footer-section-title {
    font-size: 13px;
    margin-bottom: 20px;
    font-weight: normal;
}

.wrapper {
    width: 80vw;
    font-family: "Roboto", sans-serif;
    text-align: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: flex-start;
}

.lumos-btn {
    box-sizing: border-box;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-style: normal;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    flex: none;
    order: 0;
    flex-grow: 0;
    display: inline-block;
    padding: 1.3rem 2.7rem;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 13px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    user-select: none;
    border: var(--activeRed);
    border-radius: 71px;
    background-color: var(--activeRed);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
}

.error_div {
    position: absolute;
    top: 0;
    width: 100%;
    animation: 1s ease 0s 1 slideFromTop;
    z-index: 1;
}

.error_div ul {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.error_div .alert {
    width: 100%;
    padding: 10px 15px;
    display: flex;
}

@keyframes slideFromTop {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
.sectionHeader {
    width: 100%;
}

.flex-grow-container ._icon {
    color: black;
    font-size: 3rem;
}

.lockIcon {
    font-size: 17px !important;
    margin-left: 2px;
}
.locked {
    color: var(--activeRed) !important;
}

.flex-grow-container {
    flex-grow: 1;
    flex-basis: 0;
}

@media (max-width: 992px) {
    .flex-grow-container {
        width: 100% !important;
        flex-basis: auto;
    }

    .pledgeContainer .flex-grow-container:first-child {
        margin-bottom: 50px;
    }
}

.pledgeContainer {
    gap: 2.5rem;
    flex-wrap: wrap;
}
