@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');

* {
    font-family: 'Quicksand', sans-serif;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active{
    color:#33806e !important;
}

hr {
    border-color:#33806e !important;
}

.text-primary{
    color:#33806e !important;
}

.btn-primary{
    background-color: #33806e;
}

.btn-primary:hover{
    background-color: #126652 !important;
}

.bg-primary{
    background-color:#33806e !important ;
}

a.nav-link.btn.btn-primary.btn-sm {
    color: #fff;
}


.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(52, 58, 64, 0.5);
    line-height: 50px;
    opacity: 1;
    display: block;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
    color: #fff;
}

.scroll-to-top:hover {
    background: #343a40;
}

.scroll-to-top i {
    font-weight: 800;
}