#js-space {
    position: absolute;
    height: 100%;
    z-index: 1;
}

img {
    max-width: 100%;
}

.w100 {
    width: 100%;
}

body {
    min-height: 100vh;
    font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

.banner {
    position: relative;
    background: #240b36;
    /* fallback for old browsers */
    background: linear-gradient(to right, #021521, #0b5f93);
}

.banner .banner-content {
    position: relative;
    z-index: 10;
    flex-direction: column;
    text-align: center;
    padding: 1em 0;
}

.banner .banner-content #nav>li>a,
.banner .banner-content .dropdown>a {
    color: #ffffff;
    text-shadow: 0px 0px 40px #000000;
    font-size: 1.2em;
}

.banner #mainNavbar a:hover {
    text-decoration: none;
}

footer {
    background-color: #0b5f93;
    color: #fff;
}

footer h5 {
    padding: 14px 0;
    font-size: 1.1rem;
    margin: 0;
}

footer .section-block li {
    border-bottom: 1px solid #0e77b9;
    padding: 5px 0 5px 15px;
    font-size: 0.9rem;
}

footer .section-block li a {
    color: #fff;
}

footer .section-block li a:hover {
    color: #c7e9ff;
    cursor: pointer;
}

footer .section-block li:first-child {
    border-top: 1px solid #0e77b9;
}

footer .legal {
    background-color: #06314c;
    padding: 15px;
    font-size: 0.8rem;
    text-align: center;
}

@media screen and (min-width: 769px) {
    footer .legal li {
        display: inline;
        padding: 0 10px;
    }
    footer .legal li:not(:first-child) {
        border-left: 1px solid #fff;
    }
}