* {
    font: 14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}

.icon {
    font-size: 19px;
}

body.light-theme {
    color: rgba(59,69,78,1.00);
    background-color: #f0f0f0;
}

.lds-header-jumbo {
    font-size: 3.2rem;
    line-height: 64px;
    letter-spacing: -2px;
}

.td-box--white {
    color: rgba(59,69,78,1.00);
}

.video-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.video-container .video {
    height: 15rem;
    width: 25rem;
    margin: 2rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .5);
    overflow: hidden;
    border-radius: 1rem;
}

.video-container .video iframe {
    height: 100%;
    width: 100%;
    object-fit: cover;
    outline: none;
    border: none;
    cursor: pointer;
}

.video-container .video iframe:hover {
    transition: .2s linear;
    transform: scale(1);
}

.videospecific-container {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.videospecific-container .video {
    height: 15rem;
    width: 25rem;
    margin: 2rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .5);
    overflow: hidden;
    border-radius: 1rem;
}

.videospecific-container .video iframe {
    height: 100%;
    width: 100%;
    object-fit: cover;
    outline: none;
    border: none;
    cursor: pointer;
}

.videospecific-container .video iframe:hover {
    transition: .2s linear;
    transform: scale(1);
}

.td-sidebar-nav a.active {
    font-weight: 700;
    color: #F26522;
}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}


/* 
.btn-primary {
    background: var(--color-primary);
} */