@font-face {
    font-family: 'Jost-bold';
    src: url("../fonts/Jost-bold.ttf");
}

@font-face {
    font-family: 'Jost-medium';
    src: url("../fonts/Jost-Medium.ttf");
}

@font-face {
    font-family: 'Jost-regular';
    src: url("../fonts/Jost-Regular.ttf");
}

.branding-top .branding-inner {
    background: #FFF url(../images/Paradox_header_image1.png) no-repeat center / cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 48px 12px 12px;
    min-height: 180px;
}

#header-logo {
    height: auto;
    width: 200px;
    margin-left: 16px;
}

.branding-top .logo-and-title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.branding-top .header-title {
    font-family: Jost-bold, sans-serif;
    text-shadow: 1px 1px 7px grey;
    color: #FFFFFF;
    margin-left: 24px;
    display: flex;
    flex-direction: column;
    max-height: 160px;
}

.branding-top .justify-end {
    margin-left: auto;
}

.container-fluid > .page_inner {
    border-radius: 0;
}

.return-button {
    font-size: 20px;
    font-weight: bold;
    font-family: Jost-bold, sans-serif;
    border: 3px solid #ffc844;
    border-radius: 25px;
    padding: 8px;
    margin-bottom: 64px;
}

.branding-bottom > .branding-inner {
    color: #FFFFFF;
    background-image: url(../images/Paradox_footer_gradient.png);
    background-size: cover;
    display: flex;
    flex-direction: row;
    padding: 12px 36px 12px 0;
    border-bottom: #dea34f solid 2px;
}


.branding-bottom #park-logo {
    width: 1100px;
    margin-top: 50px;
}

.branding-bottom .contact-info {
    justify-self: center;
    margin-left: 16px;
    display: flex;
    flex-direction: column;
    width: 50%;
    font-family: jost-regular, sans-serif;
}

.branding-bottom .contact-info .contact-address {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 16px 16px 20px 0;
    font-size: 20px;
}

.branding-bottom .contact-info .contact-address span {
    margin: 2px;
}

.contact-info-label {
    font-size: 30px;
    font-family: Jost-medium, sans-serif;
}

.bottom-slogan {
    font-family: jost-bold, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 30px;
    position: absolute;
    margin: 84px 0 0 370px;
}


.bottom-logo-container {
    display: flex;
    flex-direction: column;
    width: 75%
}

.link:link {
    color: white;
}

.link:visited {
    color: white;
}

#contact-info-break {
    color: white;
    width: 250px;
    margin: 4px 16px 8px 16px;
}

.mobile-bottom {
    display: none;
}

#mobile-logo {
    display: none
}

/* mobile view */
@media (max-width: 767px) {
    .branding-top .branding-inner {
        min-height: 120px;
    }

    .branding-top .logo-and-title {
        align-items: center;
    }

    .branding-top .branding-inner {
        flex-direction: column;
        padding: 12px;
        align-items: center;
        justify-content: space-evenly;
    }

    #header-logo {
        max-width: 250px;
        margin-right: 16px;
    }

    .mobile-bottom {
        display: flex;
        flex-direction: column;
        text-align: left;
        align-items: center;
        margin-top: 16px;
        width: 100%;
    }

    #mobile-logo {
        display: block;
        height: auto;
        width: 250px;
    }

    .mobile-contact-info {
        display: flex;
        flex-direction: row;
        font-family: jost-regular, sans-serif;
        font-size: 14px;
        margin-left: 16px;
    }

    .contact-info-label {
        margin-left: 16px;
        font-size: 20px;
    }

    .mobile-contact-info P {
        margin: 0;
        padding: 0;
    }

    #contact-info-break {
        color: white;
        width: 100%;
        margin: 8px 0 8px 0;
    }

    .branding-bottom .branding-inner {
        flex-direction: column;
        min-height: 325px;
    }

    #mobile-contact-info-left {
        margin-right: 32px;
    }


    .branding-bottom > .branding-inner {
        padding: 16px 16px 16px 18px;
    }

    .branding-bottom #park-logo {
        display: none;
    }

    .branding-bottom .contact-info {
        display: none;
    }

    .bottom-slogan {
        display: none;
    }

}
