#cookie-banner {
    opacity: 0.85;
}

@keyframes sxt-play-anim-saved {
    100% {
        background-position: -5000px;
    }
}

.pointer {
    cursor: pointer;
}

.biotext {
    text-align: initial;
}

biolink {
}

.biolink:hover {
    color: #deca92;
    text-decoration: underline;
}

.maillink {
    font-size: 1.2em;
    color: white;
}

    .maillink:hover {
        color: #deca92;
    }

.profimage {
    /*width: 160px;*/
    height: 400px;
}

.stuimage {
}

.mobhide {
    display: block !important;
}

.mobshow {
    display: none !important;
}

#mainNav .navbar-toggler.no-background {
    background-color: transparent !important;
    font-size: 14px;
}

@media (max-width: 990px) {
    .background-main {
        padding-top: 20px;
    }

    .mobhide {
        display: none !important;
    }

    .mobshow {
        display: block !important;
    }
}

.navbar-brand .title {
    font-size: 1.1em;
}

.contact {
    background-color: black !important;
    padding: 0 !important;
}

section {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.portfolio-modal .modal-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.close-modal {
    transform: scale(0.5);
}

.portfolio-modal .modal-content h2 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

.portfolio-modal .modal-content p.item-intro {
    font-size: 16px;
    font-style: italic;
    margin: 10px 0 20px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 0px;
    right: 0px;
}

ul li {
    list-style-type: disc;
}

ol > li::marker {
    font-weight: bold;
}

ol > li {
    margin-bottom: 1em;
}