html,
body,
header,
#home {
    height: 100%;
}

#home {
    background: url("../img/background.jpg")no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top-nav-collapse {
    background-color: #293f69;
    padding: 0;
    transition: 0.7s ease;
}

.hm-black-strong .full-bg-img, .hm-black-strong .mask {
    background-color: rgba(0,0,0,.7);
}

.blue-text {
    color: #080749!important;
}

.hr-light {
    border-top: 1px solid #fff;
}

.view .full-bg-img, .view .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.white-text, section .contact {
    color: #FFF!important;
}

.btn {
    font-size: 1rem;
    padding: .85rem 2.13rem;
    margin: 6px;
    border-radius: 2px;
    border: 0;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    text-transform: uppercase;
    white-space: normal!important;
    cursor: pointer;
}
.btn-outline-white {
    border: 2px solid #fff;
    color: #fff!important;
    background-color:transparent;
}

.btn:hover {
    background-color: #336666;
}

footer.page-footer .footer-copyright {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    color: rgba(255,255,255,.6);
    background-color: rgba(0,0,0,.2);
    text-align: center;
    font-size: .9rem;
}