body{
    background-color: rgb(176, 224, 230);
}
.btn.btn-primary {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b8c6df), color-stop(100%, #6d88b7)) !important;
    background: -webkit-linear-gradient(top, #b8c6df 0%, #6d88b7 100%) !important;
    background: -moz-linear-gradient(top, #b8c6df 0%, #6d88b7 100%) !important;
    background: linear-gradient(to bottom, #b8c6df 0%, #6d88b7 100%) !important;
    border-color: #6d88b7 !important;
}

.Header-Nav{
    background-color: RoyalBlue; font-size: 1.2rem; font-weight: bold;
}
.Side-Nav{
    background-color: #ffffff; font-size: 1.2rem; font-weight: bold;
}

/* Custom style for sidebar navigation links */
.sidebar-nav-link {
    
    border: 1px solid #ddd !important;
}
.text-custom {
    color: #753d30 !important;
}
.footer-link{
    color:#5f9ea0 !important;
}

/* Footer navigation bar styling */
.footer-nav-bar {
    background-color: #5f9ea0 !important;
}