/*!
 * Main - Headings
 */

.h1-heading-main {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    font-size: 6rem;
    color: rgba(var(--alr-white-rgb), 1);
    letter-spacing: 0.25rem;
    text-shadow:
        0 0 4px var(--alr-black-60-rgba),
        0 0 10px var(--alr-black-40-rgba),
        0 0 20px rgba(var(--alr-white-rgb), 0.2);
}

.h2-heading-main {
    font-weight: 400;
    font-size: 1.5rem;
    color: rgba(var(--alr-gray-rgb), 1);
    text-shadow:
        0 0 4px var(--alr-black-60-rgba),
        0 0 10px var(--alr-black-40-rgba),
        0 0 20px rgba(var(--alr-gray-rgb), 0.2);
}

.h4-heading-main {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    color: rgba(var(--alr-red-rgb), 1);
    letter-spacing: 0.25rem;
    text-shadow:
        0 0 4px var(--alr-black-60-rgba),
        0 0 10px var(--alr-white-40-rgba),
        0 0 20px rgba(var(--alr-red-rgb), 0.2);
}

/*!
 * Main - Header
 */

.header-section-0 {
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url("../assets/img/main-bg-red.png") no-repeat center center fixed;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    height: auto;
    padding-top: calc(10rem + 55px);
    padding-bottom: 10rem;
}

.header-overlay {
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
    mask-repeat: no-repeat;
    mask-size: cover;
}

/*!
 * Main - About Us
 */

.about-us-paragraph {
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 3rem;
    padding-right: 3rem;
    height: 100%;
}

/*!
 * Main - Meet the Team
 */

.team-card {
    padding: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*!
.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.6);
}
 */
