.navbar-collapse.collapse.order-3.dual-collapse2 {
    display: none !important;
}

.navbar {
    background-color: #242641;
    box-shadow: 0px 15px 10px -15px #111;
}

@media (min-width: 840px) {
    .navbar {
        background-image: url('images/background-overridden.jpeg');
        background-size: 100%;
        background-position: -30vw;
        background-color: #242641;
        box-shadow: 0px 15px 10px -15px #111;
    }
}

a.nav-link, a.navbar-brand {
    background-color: transparent;
    color: #fff !important;
}

.navbar-light .navbar-nav .active > .nav-link {
    color: #fff;
}

.navbar-brand b {
    font-size: smaller;
}

body {
    padding-top: 135px;
}

a {
    color: #007bff;
    font-weight: 500;
}

a:hover, a:visited {
    color: #e680e2;
    text-decoration: none;
}

.bd-footer a img {
    border: 1px solid #999;
    border-radius: 2px;
}

.navbar-brand img {
    border: 1px solid #242641;
    border-radius: 2px;
}

.btn-secondary, .btn-success {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-secondary:hover, .btn-success:hover {
    background-color: #e680e2;
    border-color: #e680e2;
}

.btn-secondary:active, .btn-secondary.focus, .btn-secondary:focus, .btn-success:active, .btn-success.focus, .btn-success:focus {
    background-color: #000 !important;
    border-color: #fff !important;

}

@media screen and (min-width: 768px) {
    .card-body {
        position: absolute;
        z-index: 9999;
    }
}

.image-wrapper {
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}

.center_item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    font-size: 3rem;
    opacity: 0.6;
    color: #000;
    cursor: pointer;
}

.paper {
    font-size: 90%;
}

.paper h4 {
    font-size: 1.1rem;
}

.toast-container {
    box-shadow: 0px -15px 10px -15px #111;
}

#videoModal {
    margin: 0 auto;
}

#videoModal .modal-dialog {
    width: 65%;
    height: auto;
    margin: 20px auto;
    padding: 0;
    max-width: 70% !important;
}

@media screen and (max-width: 768px) {
    #videoModal .modal-dialog {
        width: 98%;

        max-width: 98% !important;
    }
}

#videoModal .modal-content {
    height: auto;
    /*  min-height: 80%;*/
    border-radius: 0;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    color: #fff;
}

@media screen and (max-width: 768px) {
    button.close {
        position: relative;
        top: 20px;
        right: 50px;
        font-size: 200%;
    }


}

@media screen and (min-width: 768px) {


    #videoModal .modal-title {
        max-width: 70%;
    }
}



