.sce {}

.sce .nav-wrapper {
    padding-left: 16px;
}
.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;}

@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;
    }

}
