/*:root{*/
/*    --accent-color: #94c11f;*/
/*}*/


.text-regular{
    font-size: 1.2rem;
    font-weight: 300;
}

.rich-text{
    p:not(:last-of-type){
        margin-bottom: 1rem;
    }
    p:last-of-type{
        margin-bottom: 0px;
    }

    h2, h3, h4, h5{
        margin-bottom: 1.5rem;
        margin-top: 2rem;
    }
}

.l-main{
    margin-top: 5.9rem;
}
.navbar{
    height: 5.9rem;
}
@media(max-width: 1023px){
    .l-main{
        margin-top: 4.7rem;
    }
    .navbar{
        height: 4.7rem;
    }
}

.team-image a, .page-gallery-box .photo-gallery a, .post-featured-image a{
    cursor: pointer !important;
}
.section-title h2, .section-title h1{
    cursor: default !important;
}