.backgroundCover {background-image: url(../assets/img/Flowers_Green_Multiply.jpg);background-size:cover;background-position:center;height: 80vh;}

.backgroundText {display:flex;align-items:center;justify-content:center;height:100%;flex-direction:column;background:#11111130;}
.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:#D48C8C;}

.headerSection {background:#fffaec;height:250px;width:100%;}
.headerLogo {width:100%;margin-top:1rem;text-align:center;}
.headerStrip {background:#E67451;height:5px;}

.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;}
}