.backgroundCover {background-image: url(../assets/img/holdingBG.jpg);background-size:cover;background-position:center;height: 100vh;margin-top:-185px;}

.backgroundText {display:flex;align-items:center;justify-content:center;height:100%;flex-direction:column;padding:2rem;}
.backgroundText h1 {
    color:#fff;
    font-family: 'Source Serif Pro', serif;
    font-size:6rem;
    text-align:center;
    font-weight:600;
}
.introPara {color:#fff;font-family: 'Source Serif Pro', serif;font-size:3rem;text-align:center;}
.footer {background: #7f594f;}

.headerSection {background:#607376e3;height:100%;width:100%;z-index:9999;position:relative;}
.headerLogo {width:100%;margin-top:0rem;text-align:center;padding:2rem;}
.headerLogo img {max-height:120px;}
.headerStrip {background:#627376;height:0px;}

.footerSocials h4 {font-family: 'Source Serif Pro', serif;margin-bottom:2rem;font-weight:400;}

@media (max-width:768px) {
    .backgroundText h1 {font-size:3rem;}
    .introPara {font-size:1.5rem;text-align:center;}
}