#home .navbar, #help .navbar {
    background: #444444;
    background: linear-gradient(145deg, #444444 0%, #c30000 80%);
    transition: box-shadow 200ms ease-in
}

.splash {
    position: relative;
    padding: 12em 0 6em;
    background-color: #1d1b73;
    background-image: url("../img/splash.svg"), linear-gradient(145deg, #444444 0%, #c30000 80%);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}