.navbar-default .navbar-nav li {
    color: #fff !important;
    font-family: Roboto, Helvetica, Arial, sans-serif !important;
}

.navbar {
    background-color: #31297f;
    background-image: linear-gradient(120deg, #31297f, #0989cb);
    min-height: 64px;
}

.navbar-brand {
    padding: 10px 15px;
    height: 64px;
    line-height: 64px;
}

.navbar-toggle {
    /* (80px - button height 34px) / 2 = 23px */
    margin-top: 13px;
    padding: 9px 10px !important;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        /* (80px - line-height of 27px) / 2 = 26.5px */
        padding-top: 16.5px;
        padding-bottom: 16.5px;
        line-height: 29px;
    }
}

.navbar-nav>li>a {
    color: #fff !important;
    text-decoration: none;
    font-weight: 600;
    /* text-transform: uppercase; */
    white-space: nowrap;
}

.banner {
    color: white;
    background-color: black;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #283663;
}