html,
body,
.view {
    height: 100%;
    font-family: 'Source Sans Pro' !important;
}

.visible-mobile {
    display: none;
}

.rgba-black-light, .rgba-black-light:after {
    background-color: rgba(0,0,0,.5);
}

nav.navbar {
    background-color: #0E2773;
}

nav.navbar a.navbar-brand {
    letter-spacing: 2px;
}

nav.navbar ul.navbar-nav.menu-item li a.nav-link {
    font-weight: 300;
    letter-spacing: 1.6px;
}

nav.navbar ul.navbar-nav.icon-phone li a.nav-link {
    font-weight: bold;
    text-transform: uppercase;
}

ul.intro-icon {
    padding-left: 0;
}

ul.intro-icon li {
    float: left;
    list-style-type: none;
}

ul.intro-icon li img {
    width: 100px;
    padding-top: 20px;
    padding-right: 20px;
}

section.main-information {
    background-color: #f5f5f5;
    padding: 40px;
}

section.main-information h1 {
    font-weight: 500;
}

h5.feature-title.font-bold.mb-1 {
    font-weight: 600;
}

h4.feature-title {
    font-weight: 600;
}

.view.full-page-intro h1 {
    font-size: 34px;
    line-height: 46px;
    text-transform: uppercase;
}

.view.full-page-intro p {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}

.view.full-page-intro .card .card-body form h3 {
    line-height: 26px;
    font-weight: 600; 
    text-transform: uppercase; 
    font-size: 26px
}

.view.full-page-intro .card .card-body form button.btn {
    background-color: #0E2773 !important;
    letter-spacing: 2px;
    font-weight: 700;
}

.card { 
    border-radius: 0;
}

h3.h3.text-center {
    font-weight: 700;
}

footer.page-footer .footer-copyright {
    background-color: #0E2773;
    color: #fff;
    font-size: 16px !important;
}

@media (max-width: 740px) {
    html,
    body,
    header,
    .view {
        height: 1200px;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    html,
    body,
    header,
    .view {
        height: 650px;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    .navbar:not(.top-nav-collapse) {
        background: #1C2331!important;
    }
}

@media (max-width: 420px) {
    .visible-mobile {
        display: block !important;
    }

    .phone-mobile {
        text-align: center;
        margin-bottom: 14px;
    }

    .phone-mobile .btn {
        font-size: 18px;
        font-weight: bold;
        background-color: #0E2773 !important;
        padding: .44rem 2.14rem;
    }

    ul.intro-icon li img {
        width: 75px !important;
        margin-left: 30px;
    }

    .view.full-page-intro h1 {
        font-size: 26px;
        line-height: 30px;
    }
}