
html, body {
    height: calc(100% - 25px);
}
/* Navigation*/

.atc_view {
    min-height: 100%;
    padding-top: 100px;
}

.detour_view .container {
    padding-top: 20px;
}

.full-bg-img {
    margin-top: 70px;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.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: #4285F4;
    color: #ffffff;
}
.top-nav-dark-blue {
    background-color: #4285F4;
    color: #ffffff;
}

footer.page-footer {
    background-color: #4285F4;
    margin-top: 0;
}

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #4285F4;
    }
}


.carousel,
.carousel-item {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}
/*Caption*/

.flex-center {
    color: #000000;
}

@media (min-width: 776px) {
    .carousel .view ul li {
        display: inline;
    }
    .carousel .view .full-bg-img ul li .flex-item {
        margin-bottom: 1.5rem;
    }
}
.navbar .btn-group .dropdown-menu a:hover {
    color: #000000 !important;
}
.navbar .btn-group .dropdown-menu a:active {
    color: #000000 !important;
}
.navbar .dropdown-menu a:hover {
    color: #000000 !important;
}
.hm-black-strong .full-bg-img, .hm-black-strong .mask {
    background-color: rgba(255,255,255,.2);
}

nav li {
    display: inline;
    list-style: none;
}

nav li a {
    color: #FFFFFF;
    display: inline-block;
    padding: 5px 10px;
    font-weight: bold;
    text-decoration: none;
}


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

h1 {
    color: #4285F4;
    font-size: 2.0em;
    margin-bottom: 24px;
    border-bottom: 5px solid #1f498e;
    letter-spacing: -1px;
}

h1 a {
    text-transform: none;
}

h2 {
    color: #4285F4;
    font-size: 1.7em;
    margin-bottom: 16px;
    border-bottom: 3px solid #1f498e;
    letter-spacing: -1px;
}

h3 {
    color: #4285F4;
    font-size: 1.5em;
    margin-bottom: 8px;
    border-bottom: 1px solid #1f498e;
}

h4 {
    color: #4285F4;
    font-size: 1.5em;
    margin-bottom: 8px;
}