/* TEMPLATE STYLES */

.html-height-login,
.body-height-login,
.view {
    height: 100%;
}

/* Navigation*/

.navbar {
    background-color: transparent;
}
.scrolling-navbar {
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
}

.top-nav-collapse {
    background-color: #1C2331;
}

footer.page-footer {
    background-color: #1C2331;
    margin-top: -1px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2000;
}

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #1C2331;
    }
}


/*Call to action*/

.flex-center-login {
    color: #fff;
}

.view {
    background: url(../img/city.jpg)no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}