body {
    padding-top: 156px;
}

@media (max-width: 575.98px) {
    body {
        padding-top: 92px;
    }
}

.thumb_hover {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
    text-decoration: none;
}

.thumb_hover:hover {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.8);
}

.sunken {
    background-color: #f3f3f3;
    -webkit-box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #f9f9f9;
    box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #f9f9f9;
}

.calendar-text {
    text-shadow: #fff 0 1px 0;
}

.stack {
    -webkit-box-shadow: 1px 1px 0 #aaaaaa, 2px 2px 0 #dddddd, 3px 3px 0 #aaaaaa, 4px 4px 0 #dddddd, 5px 5px 0 #aaaaaa, 6px 6px 0 #dddddd;
    -moz-box-shadow: 1px 1px 0 #aaaaaa, 2px 2px 0 #dddddd, 3px 3px 0 #aaaaaa, 4px 4px 0 #dddddd, 5px 5px 0 #aaaaaa, 6px 6px 0 #dddddd;
    box-shadow: 1px 1px 0 #aaaaaa, 2px 2px 0 #dddddd, 3px 3px 0 #aaaaaa, 4px 4px 0 #dddddd, 5px 5px 0 #aaaaaa, 6px 6px 0 #dddddd;
}

.navbar-nav>.nav-item>.nav-link {
    padding-left: 8px;
}

.navbar-toggler {
    padding: 0.1rem 0.5rem;
    font-size: 1rem;
}

.navbar-nav .nav-link.active {
    background-color: var(--bs-primary) !important;
    color: var(--bs-light) !important;
    border-radius: 0.25rem;
}

.navbar-nav .nav-link {
    padding-left: 10px;
}

.nav-link {
    color: var(--bs-dark);
}


/* Scroll to Top Button */

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(218, 0, 0, 0.7);
    width: 30px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: rgba(255,255,255,0.7);
    position: relative;
    top: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(180, 0, 0,0.7);
}

#return-to-top:hover i {
    color: #ffffff;
    top: 5px;
}
/* ./Scroll to Top Button */
