
#main {
    min-height: calc(100vh - 74px);
    max-height: calc(100vh - 74px);
    background-color: #1a1d20;
}

#dtree {
    min-height: calc(100vh - 231px);
    max-height: calc(100vh - 231px);
    overflow-y: auto;
}

#dtree a {
    color: #dce8ff;
}

.submenu {
    padding-left: 7px;
    display: none;
}

.submenu-item {
    position: relative;
}

.submenu-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    border-bottom: 1px solid rgba(216, 232, 255, 0.15);
}

.control-box {
    background: #dce8ff;

}

.control-box i,
.control-box div {
    margin-left: 8px;
    display: inline-block;
}

.carousel {
    max-width: 100%;
    overflow-y: hidden;
}

.carousel img {
    /*max-height: calc(100% - 144px);*/
    /*margin: auto !important;*/
}

#vidwrap {
    margin: auto;
}

.gutter {
    display: inline-flex;
    min-height: 80px;
    min-width: 40px;
    max-width: 40px;
    position: relative;
    padding-left: 7px;
    /* opacity: .1; */
    border: 1px solid white;
    color: white;
    border-radius: 8px;
    opacity: .3;
    box-shadow: 1px 1px 3px 3px #1a1d20;
}

.gutter:hover {
    background-color: white;
    color: black;
    opacity: 1;
}

.gutter i {
    position: relative;
    top: 32px;
    margin-left: 5px;
}

.gutter-previous {
    top: calc(50% - 40px);
    left: 0;
    transform: rotate(180deg);
    margin-left: 25px;
}

.gutter-next {
    top: calc(50% - 40px);
    left: calc(100% - 136px);
    margin-right: 25px;
}

.drawer {
    position: fixed;
    top: calc(100vh - 141px);
    max-width: calc(100vw - 148px) !important;
    margin: auto !important;
    overflow-x: auto;
}

.rolodex {
    margin-top: 5px;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.rolodex li {
    margin-right: 1px;
}

.cabinet {
    background-image: url(../../public/images/_DSC1533.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    min-height: calc(100vh - 75px);
    max-height: calc(100vh - 75px);
    background-size: 76%;
}

@media (max-width: 1024px) {

}
