body {
	background: #D8EBED;
	font-family: arial;
}

.navbar-brand{
	font-family: courier,arial,helvetica;
	color: black;
	font-size: 45px;
	text-align: center;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
    background: #999;
}

.myPanel {
	margin: 120px 0.5% 0.5% 0.5%;
}

.myPanel .heading {
	background: #5A39FA;
	color: white;
	font-family: arial;
	font-size: 15px;
	border: 1px solid #334A43;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 10px 20px;	
}

.myPanel .body {
	margin: 2.5px 0px 0px 0px;
	border: 1px solid #334A43;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 10px 20px;	
}

.half-screen {
	margin: 2.5px 0px 0px 0px;
	border: 1px solid #334A43;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 10px 20px;	
}

.col-sm-6.half-screen:hover {
    background: #C1D9E0;
}

.half-screen-no-hover {
	margin: 2.5px 0px 0px 0px;
	border: 1px solid #334A43;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 10px 20px;	
}

.responsive-image{
	max-width: 100%;
	display: block;
	height: auto;
}

.mylocation a{
	color: white;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;	
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
