#logo {
    height: 45px;
}

.nav-item-separator {
    opacity: 0.5;
}

section {
    scroll-margin-top: 65px;
}

section:first-of-type  {
    margin-top: 65px;
}

.section-content p:last-child {
    margin-bottom: 0;
}

.section-address-map {
    margin-top: 0.75rem;
}

.round {
    border-radius: 25px;
}

figcaption {
    margin-top: 1rem;
    text-align: center;
    font-size: 95%;
}

.section-image-group h3 {
    text-align: center;
}

.section-image-group-after, .section-image-group-before {
    margin: 1rem 0;
    text-align: center;
    font-size: 95%;
}

.width-40px {
    width: 40px;
}

.width-50px {
    width: 50px;
}

.width-60px {
    width: 60px;
}

.width-80px {
    width: 80px;
}

:root {
    --plyr-color-main: #153EB4;
}

.plyr iframe {
    transition: 1s filter;
    filter: opacity(1);
}

.plyr.plyr--paused iframe {
    filter: opacity(0.5);
    transition: 0.2s filter;
    pointer-events: none;
}

.plyr--paused .plyr__poster {
    z-index: 2;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#welcome-section-header h2 {
    height: 300px;
    width: 900px;
    border: 1px solid red;
}

#welcome-section-header h2 {
    display: block;
}

.nav-item-separator {
    display: none;
}

.nav-link {
    text-align: center;
}​

.navbar .btn-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.navbar-toggler {
    font-size: 2rem;
    border: 0 !important;
}

.dropdown-menu {
    border: 0 !important;
    border-radius: 2px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

#accessibility {
    position: fixed;
    top: 50%;
    width: 240px;
    right: -190px;
    z-index: 999;
    font-size: 15px !important;
}

#accessibility.open {
    right: 0 !important;
}

#accessibility .button {
    width: 50px;
}

#accessibility .button a {
    width: 50px;
    height: 50px;
    display: block;
    padding: 0.35rem;
    background-color: #000;
    color: #fff;
    font-size: 15px;
}

#accessibility .tools {
    width: 190px;
    background-color: #fff;
    color: #000;
    border-left: 1px solid #000;
}

#accessibility .tools a {
    font-size: 15px;
    display: block;
    padding: 0.35rem 0.5rem;
    text-decoration: none;
    border-top: 1px solid #000;
    color: #000;
}

#accessibility .tools a:last-child {
    border-bottom: 1px solid #000;
}

body.accessibility-high-contrast, body.accessibility-high-contrast section, body.accessibility-high-contrast .navbar, body.accessibility-high-contrast .dropdown-menu, body.accessibility-high-contrast .cookies, body.accessibility-high-contrast .navbar .btn-link, body.accessibility-high-contrast .navbar .btn {
    background-color: #000 !important;
    color: yellow !important;
}

body.accessibility-high-contrast section a:not(.btn), body.accessibility-high-contrast .section-welcome h2 {
    color: yellow !important;
}

body.accessibility-high-contrast .btn {
    background-color: #000 !important;
    color: yellow !important;
}

body.accessibility-high-contrast footer, body.accessibility-high-contrast .modal-header, body.accessibility-high-contrast .modal-body  {
    background-color: #000 !important;
    color: yellow !important;
}

body.accessibility-high-contrast .modal-header {
    border-color: yellow;
}

body.accessibility-high-contrast .modal-header .btn-close {
    color: yellow !important;
}

body.accessibility-high-contrast .modal-content {
    border: 1px solid yellow !important;
}

body.accessibility-high-contrast .dropdown-menu, body.accessibility-high-contrast .dropdown {
    background-color: #000 !important;
    color: yellow !important;
    border: 1px solid yellow !important;
}

body.accessibility-high-contrast .dropdown-item {
    background-color: #000 !important;
    color: yellow !important;
}

body.accessibility-high-contrast section.has-background-image {
    background-image: none !important;
    background-color: #2c2c2c !important;
}

body.accessibility-high-contrast section {
    border-bottom: 1px solid yellow !important;
}

body.accessibility-high-contrast #accessibility .tools {
    background-color: #000 !important;
}

body.accessibility-high-contrast #accessibility .button a {
    border: 1px solid yellow !important;
}

body.accessibility-high-contrast #accessibility .tools a {
    color: #000 !important;
    background-color: yellow !important;
    border: 1px solid yellow !important;
}

#tabs {
    border-bottom: 1px solid;
    display: block;
}

#tabs a {
    position: relative;
    padding: 6px 18px;
    display: inline-block;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 16px;
    border: 1px solid;
    background-color: #fff;
    border-color: #fff;
}

#tabs a.active, #tabs a:hover {
    border-bottom: 1px solid #fff !important;
    bottom: -1px;
}

@media (max-width: 992px) {

    .dropdown-menu {
        background-color: transparent !important;
        box-shadow: none !important;
    }
    
    .agenda-header .btn {
        width: 36px !important;
        height: 36px;
        padding: 0;
        line-height: 35px;
    }

    .navbar .btn-link {
        border: 1px solid !important;
    }

    .navbar .btn-secondary, .navbar .btn-link {
        width: 100%;
    }
}

@media (max-width: 768px) { 

    #accessibility {
        position: fixed;
        top: auto;
        bottom: 0;
    }

    .agenda-header .h5 {
        font-size: 1.1rem !important;
    }

    section .py-5 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important;
    }

    section .py-4 {
        padding-top: 0.75rem!important;
        padding-bottom: 0.75rem!important;
    }

    section .py-3 {
        padding-top: 0.5rem!important;
        padding-bottom: 0.5rem!important;
    }

    section .py-2 {
        padding-top: 0.25rem!important;
        padding-bottom: 0.25rem!important;
    }

    section .py-1 {
        padding-top: 0.15rem!important;
        padding-bottom: 0.15rem!important;
    }
}