body {margin:0; padding:0px; overflow: auto;
	font-family: "Times New Roman", Garamond, Georgia, Times, serif;
	generic-family: font-family: Arial, Helvetica, sans-serif
}

.eb_logo {
	background-image: url("../img/eb_logo.jpg");
	min-height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.eb_navbar {
	background: #333;
	text-align: center;
	padding: 0;
	top: 0;
	margin-bottom: 0px;
	position: -webkit-sticky;
	position: sticky;
}

.eb_navbar li{
	position: relative;
	display: inline-block;
	vertical-align: baseline;
	float: center;
	text-align: center;
}

.eb_navbar a {
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 5px 16px;
	text-decoration: none;
	font-size: 20px;
}

.eb_navbar a:hover {
	background: #3e8e41;
}

.eb_navbar_dropdown {
	position: relative;
	display: inline-block;
	overflow: visible;
}

.eb_navbar_dropdown_content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 180px;
	font-size: 20px;
	font-family : inherit;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: -1;
	overflow: hidden;
}

.eb_navbar_dropdown_content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	text-align: left;
	display: block;
	min-width: inherit;
}

.eb_navbar_dropdown_content a:hover {
	background-color: #ddd;
	width: 180px;
}

.eb_navbar_dropdown_btn {
	background-color: #333;
	color: #f2f2f2;
	text-decoration: none;
	text-align: center;
	padding: 5px 16px;
	font-size: 20px;
	font-family : inherit;
	border: none;
}

.eb_navbar_dropdown_btn:hover, .eb_navbar_dropdown_btn:focus {background-color: #3e8e41;}

.eb_show {display: block;}

#eb_main {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;	
	top: 0;
  	height: 100%;
	width: 100%;
	min-height: 500px;
	min-width: 1080px;
	background: url("../img/eb_background.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}

#eb_main embed {
	position: inline;
	width: 99%;
	height: 70vh;
}

#eb_main embed:focus { outline: none; }