#landing-page {
    background: white;
    position: fixed;
        top: 0;
        left: 0;
    height: 100%; min-height: 100%;
    z-index: 9999;
}
#banner {
    overflow: hidden;
    height: 400px;
}

.page-footer-dark {
	background: #343a40;
	color: #fff;
}
.page-footer-dark a {
	color: rgba(255,255,255,.5);
	text-decoration: none;
}
.page-footer-dark a:hover {
	color: rgba(255,255,255,.8);
}
.page-footer-dark a.active {
	color: #fff;
}
.page-footer-dark .footer-copyright {
	background: #212223;
}

.list-unstyled a {
    color: #fff;
}