﻿.landing-hero {
    width: 100%;
    background-size: cover;
    background-position: center;
}

.landing-hero-background {
    background-image: url(../../assets/images/Home-page-abstract-line-wave.svg);
}

.landing-hero-title {
    font-size: 3.25rem;
}

.landing-hero-login-button {
    margin-top: 2.375rem;
    border-color: var(--highlight-teal);
    font-family: Roboto-Bold;
    border-width: 2px;
    border-radius: 25px;
    font-size: 16px;
    min-width: 9rem;
}

.landing-hero-login-button:hover {
    background: linear-gradient(to left, #78FEEE, #42FECB, #0AFFA7);
    border-color: transparent;
}

.landing-cards-hero-title {
    color: white;
    font-size: 2.625rem;
    padding-bottom: 3.813rem;
}

.landing-cards-hero-card {
    margin: 0 1.5rem;
}

.landing-cards-hero-card-link {
    color: white;
    text-decoration: none;
}

.landing-cards-hero-card-link:hover {
    color: var(--highlight-teal);
    text-decoration: underline;
}

.landing-cards-hero-card-link.active:hover {
    color: var(--highlight-teal);
}

.landing-cards-hero-card-icon {
    border: 3px solid var(--card-icon-border-color);
    border-radius: 15px;
    width: 15.813rem;
}

.landing-cards-hero-card-icon:hover {
    background-color: var(--card-icon-border-color);
    transition: 0.5s;
}

.landing-cards-hero-card-body-title {
    max-width: 15.813rem;
}

@media only screen and (max-width: 1275px) {
    .landing-cards-hero-card {
        margin: 0 1rem !important;
    }

    .landing-cards-hero-card-icon {
        width: 12rem !important;
    }

    .landing-cards-hero-card-body-title {
        font-size: 1rem !important;
        margin-top: 0.75rem !important;
        max-width: 12rem !important;
    }
}

@media only screen and (max-width: 1000px) {
    .landing-cards-hero-card-icon {
        width: 8rem !important;
    }

    .landing-cards-hero-card-body-title {
        font-size: 1rem !important;
        margin-top: 0.75rem !important;
        max-width: 8rem !important;
    }
}

@media only screen and (max-width: 750px) {
    .landing-cards-hero-card {
        margin: 0 0.2rem !important;
    }

    .landing-cards-hero-card-body-title {
        font-size: 1rem !important;
        padding-top: 0.2rem !important;
        max-width: 8rem !important;
    }
}

.contact-us-form {
    padding-bottom: 5.5rem;
}

.contact-us-form-title {
    color: white;
    font-size: 2.625rem;
}

.contact-us-form-subtitle {
    color: white;
    font-size: 2rem;
}

.contact-us-form-input {
    color: white;
    border: 2px solid #35322F;
}

.contact-us-form-input:focus {
    color: white;
    border: 2px solid #35322F;
    box-shadow: 0 0 0 .25rem rgb(255, 255, 255, .1);
}

.contact-us-form-input::placeholder {
    color: lightgray;
}

.contact-us-form-submit-button {
    border-color: var(--highlight-teal);
    font-family: Roboto-Bold;
    border-width: 2px;
    border-radius: 25px;
    font-size: 16px;
    min-width: 9rem;
}

.contact-us-form-submit-button:hover {
    background: linear-gradient(to left, #78FEEE, #42FECB, #0AFFA7);
    border-color: transparent;
}

.welcome-hero-title {
    font-size: 1.75rem;
    margin-top: 4.5rem;
}

@media only screen and (max-width: 750px) {
    .welcome-hero-title {
        margin: 2rem 0 1rem 0 !important;
        font-size: 1.5rem !important;
    }
}
