#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;
}

@media (max-width: 992px) {
    
    .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) { 

    .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;
    }
}