html {
    scroll-behavior: smooth;
}
[id] {
    scroll-margin-top: 50px;
}
html, body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #232323;
    background-color: #eeeeee;
}
.bg-palm{
    background-color: #021b4e;
}
.btn-palm{
    background-color: #021b4e;
    color: white;
}
.btn-palm:hover{
    background-color: #232323;
    color: white;
}
.text-palm{
    color: #021b4e;
}
.navbar {
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width) white;
}
.navbar:has(.navbar-collapse.show) {
    background-color: #021b4e !important;
}
.ts-control .item{
    color: #f1f1f1;
}
#toTopBtn {
    position: fixed;
    bottom: -150px;
    right: 15px;
    z-index: 99;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    padding: 6px 13px;
    border-radius: 4px;
    transition: bottom 0.3s;
    border: none;
    background-color: rgba(2,27,78,0.3);
    color: whitesmoke;
}
#toTopBtn:hover {
    border: thin solid white;
    background-color: rgba(2,27,78,1);
    color: white;
}

.parallax {
    /* Set a specific height */
    min-height: 200px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* Default full sidebar */
.sidebar {
    transition: all 0.3s ease;
    width: 250px;
    min-width: 250px;
    flex-shrink: 0;
}

@media (max-width: 767px) {

}
