﻿.bg-dark {
    background: #0067b8 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .90);
}

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, .25);
    }

.jumbotron {
    margin: 0;
    padding: 0;
}
.jumbotron-inner {
    background: url(../images/hero-image.jpg);
    background-size: cover;
    background-position: top center;
    padding: 6rem 2.183rem !important;
}
.jumbotron-title {
    font-weight: 500;
    font-size: 5rem!important;
    line-height: 2!important;
    color: white;
}
.jumbotron-text {
    font-weight: 400;
    font-size: 2.125rem!important;
    line-height: 1.5!important;
    color: white;
}
.btn-primary {
    background-color: #0067b8 !important;
}
.purple-bg {
    background: #59218c;
    color: white;
}