#contact-mfr-header-photo {
    width: 100%;
    height: 500px;
}

#contact-mfr-header-text {
    height: 100%;
    padding-top: 200px;
    margin-top: auto;
    margin-bottom: auto;
    font-family: 'Knewave', sans-serif;
    font-weight: 600;
    font-size: 50px;
    color: #ffffff;
}

#contact-mfr-photo-header > div {
    width: 100%;
    height: 500px;
}

#contact-mfr-breadcrumb {
    background-color: #ffffff;
}

#contact-mfr-breadcrumb > div{
    padding-top: 20px;
    padding-bottom: 20px;
}

#contact-mfr-breadcrumb > div > span {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #ceab5d;
}

@media only screen and (max-width: 800px) {

    #contact-mfr-header-photo {
        margin-left: 0px;
    }
    
    #contact-mfr-header-text {
        padding-top: 300px;
    }
    
    #contact-mfr-header-text > div {
        padding-left: 10px;
        padding-right: 10px;
    }

    #contact-mfr-breadcrumb > div > span {
        padding-left: 10px;
        padding-right: 10px;
    }
    
}