.sce a {color: #0076af;}

.sce .nav-wrapper {
    padding-left: 16px;
}

.sce .nav-wrapper a {
    color: white;
}

.sce nav .brand-logo {
    font-size: 1.5rem;
}

.sce nav ul li a.active {
    background-color: rgba(0,0,0,0.1);
}

.sce .parallax-container h1,
.sce .parallax-container h3
{
    text-shadow: 0px 0px 20px #808080;
}

.sce h6 { font-weight: bold;}

.sce .tabs .tab a {
    color: #b65357;
}


@media only screen and (max-width: 600px) {
    .sce .parallax-container h1 {
        font-size: 3rem;
    }
    .sce .parallax-container h3 {
        font-size: 2.25rem;
    }

    .sce .parallax-container h5 {
        font-size: 1.5rem;
    }

}

/** 
One-line CSS Upgrades
@source: https://moderncss.dev/12-modern-css-one-line-upgrades/
*/
:is(h1, h2, h3, h4, .text-balance) {
    text-wrap: balance;
}

.sce h1, .sce h2, .sce h3, .sce h4, .sce .text-balance {
    text-wrap: balance;
}

/* Footer „Design:“ credit link only */
a.footer-design-credit {
    text-decoration: underline;
}
a.footer-design-credit:hover {
    text-decoration: none;
}

/* 2026: subtle rounded corners (header + content boxes) */
.sce .navbar-fixed nav {
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.sce .sidenav {
    border-radius: 0 10px 10px 0;
}

.sce .parallax-container .section .container > .row.white {
    border-radius: 10px;
    overflow: hidden;
}

.sce .card-panel,
.sce .card {
    border-radius: 8px;
}

/* index.html + before.html: flat cards (no Materialize shadow), subtle stroke */
.sce.flat-cards .card-panel,
.sce.flat-cards .card {
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.sce.flat-cards .card-panel.grey.darken-2,
.sce.flat-cards .card-panel.grey.darken-3 {
    border-color: rgba(255, 255, 255, 0.14);
}

.sce .thumbnail {
    display: block;
    border-radius: 8px;
    overflow: hidden;
}