.backgroundCover {background-image: url(../assets/img/flowerBg.jpg);background-size:cover;background-position:center;height: 80vh;}

.backgroundText {display:flex;align-items:center;justify-content:center;height:100%;flex-direction:column;}
.backgroundText h1 {
    color:#fff;
    font-family: 'Source Serif Pro', serif;
    font-size:6rem;
    text-align:center;
    font-weight:300;
}
.introPara {color:#fff;font-family: 'Source Serif Pro', serif;font-size:3rem;text-align:center;font-weight:300;}
.footer {background:#9aa8b7;}

.headerSection {background:#fffbf7;height:200px;width:100%;}
.headerLogo {width:100%;text-align:center;max-width:400px;margin:auto;margin-top:3.5rem;}
.headerStrip {background:#fffbf7;height:1px;}

.footerSocials h4 {font-family: 'Source Serif Pro', serif;margin-bottom:2rem;font-weight:300;}

@media (max-width:768px) {
    .backgroundText h1 {font-size:3rem;}
    .introPara {font-size:1.5rem;text-align:center;}
}