/**--**/
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@300;400;500;600;700&display=swap');
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, b, strong {
    font-family: 'Bricolage Grotesque', sans-serif;
}
h2{
    font-size:24px
}
body p{
    font-size:18px;
        font-weight: lighter;
}
.component-section{
    padding-top:0;
    padding-bottom:0;
}
.footer{
    margin-top:0;
}
.navbar{
    display:none;
}
.topbanner{
    min-height:750px;
    display:flex;
    align-items:center;
}

#yellowSection{
    background-position:center;
}

@media screen and (max-width:768px){
    .text.parbase{
        padding:8px;
    }
    .cols3 .text.parbase{
        padding:0px;
    }
    .topbanner{
    min-height:350px;
        
    }
}