﻿




#Documents .Header-Background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}


#Documents .Header-Title {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}


    #Documents .Header-Title h1 {
        font-size: 4.1em;
        font-family: 'Cormorant', serif;
        font-weight: 500;
        color: #fff;
        padding-top: 6%;
    }


@media only screen and (max-width: 680px) {


    #Documents .Header-Background {
        height: 300px !important;
    }

    #Documents .Header-Title {
        width: 100%;
    }

        #Documents .Header-Title h1 {
            font-size: 3em;
            text-align: center;
        }
}



#DocumentsContent #OneSection {
    background-color: #f2eadc;
    height: auto !important;
}


  

    #DocumentsContent #OneSection .Breadcumb {
        font-size: 1em;
        font-family: AvenirNextLTPro-Demi;
        /*    font-family: 'Lato', sans-serif;
        font-weight: 700;*/
        color: #31251c;
    }

        #DocumentsContent #OneSection .Breadcumb a:hover {
            text-decoration: none !important;
        }


    #DocumentsContent #OneSection h2 {
        font-size: 1.5em;
        font-family: AvenirNextLTPro-Bold;
        text-align:center;
    }


   