.h-video {
    height: 400px;
}

.logo-footer {
    width: 70%;
}

.text-border-between {
    border-bottom: 2px solid #f4de6a;
    border-top: 2px solid #f4de6a;
    padding: 16px 0px;
}

.important {
    border-left: 5px solid #e91b23;
    padding: 4px 15px;
}

.font-size-24 {
    font-size: 24px;
}

.fix-z-index {
    position: relative;
    z-index: 2000;
}

.dropdown-menu {
    z-index: 3000;
}

.bg {
    background-image: url('../images/BG Desktop.png');
    position: fixed;
    z-index: -100;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .bg {
        background-image: url('../images/BG Mobile.png');
    }
}