/* ===================================
    Midnite - Custom
====================================== */
header .navbar-brand img {
    max-height: 64px;
}
header.sticky .navbar-brand {
    padding: 10px 0;
}
header .navbar-brand {
    padding: 20px 0;
}
.btn-gradient-blue {
    background-image: linear-gradient(to right, #2552FF, #1E3A8A, #2552FF);
    background-size: 200% auto;
    color: var(--white);
}

.bg-gradient-blue {
    background-image: linear-gradient(50deg, #2552FF 0, #1E3A8A 100%);
}
.text-gradient-blue {
    background: linear-gradient(to bottom, #2552FF 38%, #1E3A8A 105%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

/* Hide video layer on mobile */
@media (max-width: 767px) {

}