
@import "fontawesome-free/css/all.min.css";

#footer {
    background-color: rgba(47, 154, 218, 0.8);
    padding: 20px;
}

*:focus {
    box-shadow: none !important;
}

a {
    text-decoration: none !important;
}

.w-100 {
    width: 100% !important;
}


.bg-theme {
    background-color: #0B5D99;
}

.bg-theme-1 {
    background-color: #053c62;
}

.bg-theme-2 {
    background-color: #0d304a;
}

.bg-theme-3 {
    background-color: #022b46;
}

.bg-theme-subtle {
    background-color: #60e471;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}


.py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.align-items-center {
    align-items: center !important;
}

.flex-row {
    flex-direction: row !important;
}

.d-flex {
    display: flex !important;
}

.fa-solid, .fas {
    font-weight: 900;
}

.fs-7 {
    font-size: 14px !important;
}

.fw-400 {
    font-weight: 400;
}

.text-white {
    --bs-text-opacity: 1;
    color: white !important;
    text-decoration: none !important;
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.fs-6 {
    font-size: 1rem !important;
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important;
}

@media (max-width:1000px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 100%;
    }

    #footer .d-flex {
        justify-content: center;
        text-align: center;
    }

       
}
