.backgroundCover {
    background-size: cover;
    background-position: center;
    height: 60vh;
}

.backgroundText {
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
    flex-direction:column;
    background:#33333329;
}

.backgroundText h1 {
    color:#fff;
    font-family: 'Source Serif Pro', serif;
    font-size: 5rem;
    text-align:center;
    font-weight:600;
    text-transform: none;
}

.introPara {
    color: #fff;
    font-size: 1.8rem;
    font-weight:300;
    font-family: 'Source Serif Pro', serif;
}

.footer {
    background: #997ec2;
    color: #222;
}

.footer a {
    color: #fff;
    border-color: #fff;
}
.btn-social:hover {
    background:#fff;
    border:#fff;
    color:#222;
}

.headerSection {
    background: #ffffff;
    width: 100%;
}
.headerSection img {max-width:300px;margin:2rem;}

.headerLogo {
    width:100%;
    text-align:center;
}

.headerLogo img {
    max-height: 350px;
}

.headerStrip {
    background: #ffffff;
    height:5px;
}

.footerSocials h4 {
    font-family: 'Source Serif Pro', serif;
    margin-bottom:10px;
    font-size:1.5rem;
    font-weight:500;
    color:#fff;
}
.footerContact {margin-bottom:1rem;font-family: 'Source Serif Pro', serif;color:#fff;}

@media (max-width:768px) {
    .introPara {
        font-size:1.5rem;
        text-align:center;
    }
}