.nav-link .active{
    font-weight: 800 !important;
}

.navbar-brand {
    margin-right: 4rem !important;
}

.navbar-brand-logo {
    width: 3.5rem !important;
    min-width: 2.5rem !important;
}

.navbar-nav .active {
    color: #cb1f1b !important;
    font-weight: 800 !important;
}

.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}