/*
 * Globals
 */


/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
    color: #333;
    text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

[data-bs-theme="dark"] body {
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

[data-bs-theme="dark"] .sxlink {
    color:white !important;
    text-decoration: none !important;
}

[data-bs-theme="light"] .sxlink {
    color:black !important;
    text-decoration: none !important;
}

[data-bs-theme="dark"] .sxlink:hover {
    color:#07e982 !important;
    text-decoration: none !important;
}

[data-bs-theme="light"] .sxlink:hover {
    color:#156e45 !important;
    text-decoration: none !important;
}

.sxlink:hover {
    color:#07e982 !important;
    border-bottom-color: rgba(255, 255, 255, .25) !important;
}

.cover-container {
    max-width: 42em;
}

/*
 * Header
 */

[data-bs-theme="dark"] .nav-link {
    color: rgba(255, 255, 255, .5);
    border-bottom: .25rem solid transparent;
}

[data-bs-theme="light"] .nav-link {
    color: rgba(0, 0, 0, .5);
    border-bottom: .25rem solid transparent;
}

[data-bs-theme="dark"] .nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff;
}

[data-bs-theme="light"] .nav-masthead .active {
    color: black;
    border-bottom-color: black;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}

[data-bs-theme="dark"] .sx-site-footer {
    background-color: rgba(0, 0, 0, 0.8);;
}

[data-bs-theme="light"] .sx-site-footer {
    background-color: rgba(255, 255, 255, 0.8);;
}