/* Custom CSS overrides */

/* Make navigation links bigger */
.navbar-custom .nav li a {
    font-size: 16px !important;
}

.navbar-custom {
    background: rgb(0, 132, 255);
}

@media (min-width: 1200px) {
    .col-lg-8.col-lg-offset-2 {
        width: 80%;
        margin-left: 10%;
    }
}