body {
    /*background-color: #616261;*/
    text-align: center;
    /*background: url("../img/reinier3.jpg") no-repeat*/
}


@media (prefers-color-scheme: no-preference) {
    body {
        background-color: #f3f3f3;
    }

    h2 {
        color: #616261
    }

    .dark-mode {
        display: none;
    }

    .light-mode {
        display: block;
    }
}

@media (prefers-color-scheme: light) {
    body {
        background-color: #f3f3f3;
    }

    h2 {
        color: #616261
    }

    .dark-mode {
        display: none;
    }

    .light-mode {
        display: block;
    }
}

@media (prefers-color-scheme: dark) {
    body {
        background-color: #212121;
        color: #f3f3f3;
    }

    hr {
        border-color: #424242;
    }

    .definition {
        color: lightgray !important;
    }

    h2 {
        color: #f05223;
    }

    .dark-mode {
        display: block;
    }

    .light-mode {
        display: none;
    }

    .orange-bg {
        background-color: rgba(255, 120, 68, 0.75) !important;
    }

    .person-picture {
        background-color: #212121 !important;
    }
    .person-name {
        background-color: #212121 !important;
    }

    .person-text {
        background-color: #424242 !important;
    }

    .person-function {
        color: white !important;
    }

    a {
        color: #f05223 !important;
    }
}

@media(orientation: landscape) {
    .banner-wrapper {
        width: 100%;
        height: 85%!important;
    }
}

@media(orientation: portrait) {
    .banner-wrapper {
        width: 100%;
        height: 90%;
    }
}

#logo {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
}

h1 {
    font-family: Roboto, sans-serif;
    font-size: 72px;
    font-weight: bolder;
    margin-bottom: 0;
    color: #ff6e40;
}

.definition {
    font-family: Roboto light, sans-serif;
    color: #616261;
}

.definition i {
    font-weight: bold;
}

h2 {
    font-family: Roboto, sans-serif;
}

a:link {
    color: #ff6e40;
}

a:hover {
    color: #f05223;
}

#logo {
    background-color: #02010e;
}

.navbar {
    background-color: #02010e !important;
}

.nav-item {
    font-family: "Roboto", sans-serif;
    font-weight: bolder;
    font-size: 1.2em;
    margin-left: 10px;
    color: #ff8f6c !important;
}

.h-90 {
    height: 90%;
}

.h-10 {
    height: 10%;
}

.logos {
    background: #FFFFFF;
    height: 15%!important
}

.shadowed {
    filter: drop-shadow(0 0 10px black) !important;
}

#undertext {
    color: #ff6e40;
    font-family: Roboto Mono, sans-serif;
}

.orange-bg {
    background-color: #ff8f6c;
}

#committee-bg {
    margin-top: 6em;
    padding-top: 4em;
    padding-bottom: 5em;
}

.orange-bg h1{
    color: white;
    margin-bottom: 1em;
}

.navbar {
    background-color: #000000;
    opacity: 0.8;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000000;
}

.contact {
    font-style: italic;
    color: #616261;
    font-size: 32px;
}

.linkedin {
    width: 20px;
    height: 20px;
    margin-top: -8px;
}

.btn.mail {
    background: url("../img/mail.png") no-repeat;
    background-size: contain;
    background-position: center;
}

.date {
    color: #f3f3f3;
    font-family: Roboto Mono, sans-serif;
}

@media only screen and (max-device-width: 801px) and (orientation: portrait) {
    .haze {
        backdrop-filter: none !important;
    }
}


.haze {
    backdrop-filter: blur(2px);
}

ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

li.committee-person {
    list-style-type: none;
    display: inline-flex;
    text-align: left;
}

.scroll-down {
    opacity: 1;
    -webkit-transition: all .5s ease-in 3s;
    transition: all .5s ease-in 3s;
}

.scroll-down {
    position: absolute;
    bottom: 5vh;
    left: 50%;
    margin-left: -16px;
    display: block;
    width: 32px;
    height: 32px;
    border: 2px solid #FFF;
    background-size: 14px auto;
    border-radius: 50%;
    z-index: 2;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    transform: scale(1)
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    /*Using "true black" can mess with some OLED screens creating weird blurs*/
    background-color: #02010e;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.linkedin {
    position: absolute;
    top: 3rem;
    right: 3rem;
}

.person-picture {
    background-color: #d6d8db;
    box-shadow: rgba(0,0,0,.4) 0 5px 5px;
}

.person-name {
    background-color: #d6d8db;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 5px 0;
    color: #f05223;
    box-shadow: rgba(0,0,0,.2) 0 5px 5px;
    overflow: hidden;
}

.person-text {
    background-color: #d6d8db;
    padding-bottom: .25rem;
    overflow: hidden;
    box-shadow: rgba(0,0,0,.4) 0 5px 5px;
}

.person-function {
    font-family: roboto light, sans-serif;
    font-weight: bold;
    color: black;
    padding: 0 1rem;
    min-height: 3em;
    margin-bottom: 0;
}

.person-contact {
    margin-top: 0;
    padding-top: 0;
    font-weight: bold;
}

svg {
    pointer-events: none;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vertical-align-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
}

.slide {
    height: inherit;
}

.mugshot {
    max-width: 100%;
    max-height: 100%;
}

.btn {
    background-color: #ff6e40;
    border-color: #f05223;
    color: white!important;
    text-decoration: none;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,.7)) !important;
}

.btn:active {
    color: white!important;
    filter: drop-shadow(0 6px 12px rgba(0,0,0,.7)) !important;
}

.btn:hover {
    color: white !important;
    filter: drop-shadow(0 5px 10px rgba(0,0,0,.7)) !important;
}

.top-spacer {
    margin-top: 50px;
}