html {
    scroll-behavior: smooth;
}

.sticky-background > div > p {
    color: #cccccc !important;
    mix-blend-mode: hard-light !important;
}

.svep-font {
    font-family: Cookie, sans-serif;
    color: #dddddd;
}

.svep-nav-brand {
    font-size: 33px;
}

.intro-text {
    color: #cccccc;
    margin-bottom: 3rem !important;
}

.panel-transparent {
    background: rgba(55, 55, 55, 0.5) !important;
}

/*
div#description {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    color: #343a40 !important;
}
*/
/*
div#description > p {
    margin: 0 2em 1em;
}*/

/*
 * Extra utilities
 */

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.flex-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
}

@media (min-width: 768px) {
    .flex-md-equal > * {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        flex: 1;
    }
}

.overflow-hidden {
    overflow: hidden;
}
