:root,
[data-bs-theme=light] {
    --bs-link-color-rgb: 0,0,230;
    --bs-emphasis-color-rgb: 0,0,179;
    --bs-font-sans-serif: "Ubuntu", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-body-font-size: 1.15rem;
    --bs-body-font-weight: 300;
}
body {
    background-color: #fafafa;
}
strong {
    font-weight: bold;
}
.navbar-brand {
    font-family: "Alexandria", sans-serif;
    font-optical-sizing: auto;
    /* font-weight: 600; */
    font-style: normal;
    /* color: hsl(240, 100%, 45%); */
    color: hsl(357.7, 85.31%, 51.96%);
    font-size:1.5rem;
}
a.navbar-brand:hover, a.navbar-brand:focus {
    /* color: hsl(240, 100%, 45%); */
    color: hsl(357.7, 85.31%, 51.96%);
}
header .nav-link {
    color: hsl(0, 0%, 35%);
    font-weight: 400;
}
header .nav-link.active {
    font-weight: bold;
}
footer {
    box-shadow: inset 0px 3px 10px -5px #999;
}
.table {
    --bs-table-bg: transparent;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    .navbar-brand {
        font-size: 2rem;
    }
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .navbar-brand {
        font-size: 2.5rem;
    }
    header .nav-link {
        border-bottom: 3px solid transparent;
        font-size: 1.15rem;
    }
    header .nav-item {
        margin-left: 1rem;
    }
    header .nav-item:first-child {
        margin-left: 0;
    }
    header .nav-link.active, header .nav-link.active:hover {
        border-bottom: 3px solid hsl(240, 100%, 45%);
    }
    header .nav-link:hover, header .nav-link:focus {
        border-bottom: 3px solid hsl(240, 100%, 85%);
    }
 }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    
 }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
    
 }