/*sticky footer*/

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

nav {
    background-color: rgba(255, 255, 255, 0.95);
}

nav ul a,
nav .brand-logo {
    color: #444;
}

#sidenav-overlay {
    z-index: 995;
}

ul.bullets,
ul.bullets li {
    list-style: disc;
    margin: auto;
}

p {
    line-height: 2rem;
}

.parallax-container.valign-wrapper .section.no-pad-bot {
    top: inherit;
    !important
}

.button-collapse {
    color: #26a69a;
}

.parallax-container {
    min-height: 380px;
    line-height: 0;
    height: auto;
    color: rgba(255, 255, 255, .9);
}

.parallax-container .section {
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .parallax-container .section {
        position: absolute;
        top: 40%;
    }
    #index-banner .section {
        top: 10%;
    }
}

@media only screen and (max-width: 600px) {
    #index-banner .section {
        top: 0;
    }
}

.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
}

footer.page-footer {
    margin: 0;
}

html,
body {
    height: 100%;
    margin: 0;
}

.fullscreen {
    height: 100%;
    height: calc(100% - 64px);
    min-height: 100%;
    min-height: calc(100% - 64px);
    margin: 0;
}

html>body .fullscreen {
    height: auto;
}

.bold {
    font-weight: bold;
}

.highlight {
    color: black;
    background-color: rgba(255, 255, 0, 0.5);
    padding: 0 .25em;
    display: inline;
    line-height: 1.5em;
}

.highlight.black {
    color: white;
    background: #000;
}

.shadow {
    text-shadow: 1px 1px 2px #000000;
}

#homesplash {
    margin-top: 64px;
    cursor: pointer;
}

#splashSubhead {
    position: absolute;
    bottom: 2rem;
    /*    max-width: 64rem;*/
    font-weight: 300;
    /*    left: 2em;*/
    /*    right: 2em;*/
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left: 5px solid #ef6c00;
    /*    text-shadow: 1px 1px 2px #000000;*/
}

.gradient {
    width: 100%;
    height: 100%;
    /*    z-index: 5;*/
    /*
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(52, 74, 104, 0) 15%, rgba(52, 74, 104, 0) 67%, rgba(52, 74, 104, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(52, 74, 104, 0) 15%, rgba(52, 74, 104, 0) 67%, rgba(52, 74, 104, 1) 100%);
*/
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 1) 90%);
}

img.promo {
    /*    opacity: .75;*/
    width: 100%;
    max-width: 400px;
}

.carousel .indicators .indicator-item {
    background-color: rgba(0, 0, 0, 0.5);
}

.carousel .indicators .indicator-item.active {
    background-color: #000;
}
