/* Homepage CSS rules */

.homepage {
    background-color: var(--bs-fusen-white);
    background-image: url("../images/homepage-green-background.c822b7edca0c.png");
    background-repeat: no-repeat;
    background-size: 100% 75%;
}

.homepage-text {
    color: var(--bs-fusen-bluegreen);
    font-family: var(--bs-display-font-family);
    font-size: 3.125rem;
    line-height: 3.75rem;
    margin-top: 140px;
}

.homepage-text .largefont {
    font-size: 4.375rem;
    line-height: 4.688rem;
}

@media (max-width: 991.98px) {
    .homepage-text,
    .homepage-text .largefont {
        font-size: 2.5rem;
        line-height: 3.125rem;
        margin-top: 1rem;
        margin-bottom: 3rem;
    }
}