a {color:#a8c355;}

.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;
                width:70%;margin-right:auto;margin-left:auto;text-align:center;margin-top:2rem;margin-bottom:2rem;}
.backgroundText h1 {
    color:#a8c355;
    font-size:2.5rem;
    text-align:center;
    font-weight:400;
    margin-bottom:20px;
}
.introPara {color:#fff;font-family: 'Source Serif Pro', serif;font-size:3rem;text-align:center;}
.footer {background:#2d628c;padding-top:3rem;padding-bottom:3rem;}

.headerSection {background:#fff;height:170px;width:100%;border-bottom:1px solid #f0f0f0;}
.headerLogo {width:100%;margin-top:2rem;text-align:center;}
.headerStrip {background:#2d628c;height:2px;}

.footerSocials h4 {margin-bottom:2rem;font-weight:400;font-size:1.3rem;}

.rowMargin {margin-bottom:2rem;}

@media (max-width:768px) {
    .backgroundText h1 {font-size:3rem;}
    .introPara {font-size:1.5rem;text-align:center;}
}