@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
.backgroundCover {background-image: url(../assets/img/bg.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:5rem;
    text-align:center;
    font-weight:300;
    margin-top:3rem;
}
a{color:#5487a3;}
a:hover{color:#fff;}
.backgroundText img{max-height:320px;}
.introPara {color:#fff;font-family: 'Source Serif Pro', serif;font-size:3rem;text-align:center;font-weight:300;}
.footer {background:#20262d;padding-top:3rem;padding-bottom:3rem;}

.headerSection {background:#393939;height:210px;width:100%;display:none;}
.headerLogo {width:100%;margin-top:20px;text-align:center;}
.headerLogo img {max-height:180px;}
.headerStrip {background:#748171;height:2px;}

.footerSocials h4 {font-family: 'Jost', sans-serif;margin-bottom:1rem;letter-spacing:3px;font-size:1.2rem;font-weight:300;text-transform:uppercase;}

@media (max-width:768px) {
    .backgroundText h1 {font-size:3rem;}
    .introPara {font-size:1.5rem;text-align:center;}
}