#landing-banner {
    margin-top: -15px;
    margin-bottom: 25px;
}

.landing-banner {
    margin: 0;

    @media (min-width: 768px) and (max-width: 1199px) {
        margin-left: auto;
        margin-right: auto;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.landing-page .show-side-navigation-button {
    background-color: white;
    color: #06c;
    margin-bottom: 35px;
    width: 295px;
    height: 40px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    border: none;

    p {
        font-size: 20px;
    }

    svg {
        stroke: #06c;
        height: 21px;
    }

    &:hover,
    &:focus-visible,
    &:active {
        color: white;
        background-color: #002241;
        border: none;

        svg {
            stroke: white;
        }
    }
}

.landing-page-header-container {
    .d-flex {
        flex-direction: column-reverse;
        align-items: center;

        &.column-gap {
            column-gap: 20px;
        }
    }

    .headline-description {
        padding-top: 25px;
        padding-bottom: 25px;
        width: 100%;

        p,
        h1 {
            color: white;
        }
    }

    .header-text {
        text-align: center;
        color: #fff;
        border-bottom: none;
        position: relative;
        width: 100%;
        margin-top: 0px;
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .logo-icon {
        @media (min-width: 850px) {
            width: auto;
            max-width: 50%;
        }
    }
}


#head-image {
    width: 100vw;
    height: auto;
    aspect-ratio: 3 / 2;
}