.backgroundCover {background-image: url(../assets/img/mainBg.jpeg);background-size:cover;background-position:center;height: 100vh;}

.backgroundText {display:flex;align-items:center;justify-content:center;height:100%;flex-direction:column;}
.backgroundText h1 {
    color:#fff;
    font-family: "Playfair Display", serif;
    font-size:6rem;
    text-align:center;
    font-weight:300;
    margin-bottom:1rem;
    text-shadow:10px 10px 30px #333;
}
.introPara {color:#fff;font-family:"Lato", sans-serif;font-size:1.3rem;text-align:center;text-transform:uppercase;letter-spacing:3px;font-weight:400}
.footer {background:#3b0804;}

.headerSection {background:#cec2a7;height:0px;width:100%;}
.headerLogo {width:100%;margin-top:1.5rem;text-align:center;}
.headerLogo img {max-height:200px;}
.headerStrip {background:#cec2a7;height:5px;}

.footerSocials h4 {font-family: "Playfair Display", serif;margin-bottom:2rem;font-weight:400;}

@media (max-width:768px) {
    .backgroundText h1 {font-size:3rem;}
    .introPara {font-size:1.5rem;text-align:center;}
}