body {
    background-color: #8A3231;
    margin: 0 !important;
    transform: scale(0.8);
}

@font-face {
    font-family: "HelveticaNeueUltraLight";
    src: url("../fonts/HelveticaNeueUltraLight.otf") format("opentype");
}


@font-face {
    font-family: "HelveticaNeueLight";
    src: url("../fonts/HelveticaNeueLight.otf") format("opentype");
}

.hero-title {
    font-family: ff-din-paneuropean, sans-serif;
    white-space: normal;
}

.hero-text-xxs {
    display: none;
}

.space-chars {
letter-spacing: 1px;
}

.logo-img {
    height: 30rem;
    width: auto;
    max-width: 100%;
}

.contact-line {
    overflow-wrap: anywhere;
}

.contact-line a,
.contact-line a:visited,
.contact-line a:hover,
.contact-line a:focus {
    color: inherit;
    text-decoration: none;
    font-family: "HelveticaNeueLight", "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.contact-break-mobile {
    display: none;
}

@media (max-width: 991.98px) {
    body {
        transform: scale(0.9);
    }

    .hero-title {
        font-size: 2rem !important;
        padding-top: 2rem !important;
        margin-bottom: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .logo-img {
        height: 20rem;
    }

    .contact-wrap {
        padding-top: 2rem !important;
        margin-top: 1.5rem !important;
    }

    .contact-line {
        font-size: 1rem !important;
        line-height: 1.6;
    }
}

@media (max-width: 575.98px) {

    body {
        transform: scale(0.9) !important;
    }

    .hero-wrap {
        margin-top: 1.5rem !important;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .hero-title {
        font-size: 1.35rem !important;
        line-height: 1.45;
        letter-spacing: 0.5px;
        margin-bottom: 1.5rem !important;
        padding-bottom: 1rem !important;
    }

    .logo-wrap {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .logo-img {
        height: auto;
        width: min(85vw, 19rem);
    }

    .contact-wrap {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1.5rem !important;
        margin-top: 1rem !important;
        padding-bottom: 1rem;
    }

    .contact-line {
        font-size: 0.92rem !important;
        line-height: 1.7;
        letter-spacing: 0.2px;
    }

    .contact-break-mobile {
        display: block;
    }

    .contact-separator {
        display: none;
    }
}

@media (max-width: 375.98px) {

    body {
        transform: scale(1);
    }


    .hero-text-sm {
        display: none !important;
    }

    .hero-text-xxs {
        display: inline;
    }
}