.bg-standard-navbar {
	background-color: #ffffff;
	border-bottom: solid #487eb0;
}

.bg-light-translucent {
	background-color: #ffffffcc;
}

div.footer {
	background-color: #2C3D4f;
	text-align: center;
	line-height: 50px;
	color : #FFFFFF;
	margin-top: 30px;
	padding-bottom: 20px;
}

div.footer ul {
	list-style-type: none;
	margin-top: 20px;
}

div.footer ul>li {
	margin: 0px 20px;
	color: #FFFFFF;
	float: left;
}

div.footer ul>li>a {
	color: #FFFFFF;
}

#page_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: block;
	z-index: 999;
	padding: 4px 0px 0px 0px;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	background-color: #9FD6D2;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#page_top:hover {
	text-decoration: none;
	opacity: 0.7;
}

.jumbotron {
	position: relative;
	overflow: hidden;
	background-color:black;
}

.jumbotron video {
	position: absolute;
	z-index: 1;
	top: 0;
	width:100%;
	height:100%;
	/*  object-fit is not supported on IE  */
	object-fit: cover;
	opacity: 0.7;
}

.jumbotron .container {
	z-index: 2;
	position: relative;
}
