@charset "utf-8";
/* CSS Document */
.banner{
	background-color: #007fff;
	color:white;
	font-size:2em;
	font-weight: bold;
	padding:0.2em;
	width:100%;
	box-sizing: border-box;
}
.content{
	float:left;
	padding:1em 0 0 1em;
}
body, html {
	background-color: #dddddd;
	
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
table{
	border-collapse: collapse;
	background-color: white;
}
h1, h2 , h3{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #0007ff;
}
td{
	padding:10px;
}
th{
	color:white;
	background-color: #666666;
	padding:10px;
	border-color: #ffffff;
}


header {
	padding: 32px;
}

footer {
	padding: 20px 30px;
	background-color: #dbecf1;
}
.heading1{
	font-size:30px;
	margin-bottom: -10px;
}
.heading2{
	font-size:20px;
	margin-bottom: -10px;
}

.style-logo{
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 192px;
}
.greybox {
	background-color: #EFeFff;
	margin-bottom: 30px;
	margin-left: 50px;
	padding: 20px;
	border-radius: 15px;
	border-left: solid 3px #767676;
	border-top: solid 3px #767676;
	border-right: solid 3px #eee;
	border-bottom: solid 3px #eee;
	width: max-content;
}

.links
{
	margin-left:50px;
}
#menubox{
	width:10em;
	float:left;
}
.myplayer {
	width: 650px;
	height: 40px;
	background-color:#999999;
}

.photoframe
{
	margin-left:50px;
	margin-bottom: 10px;
}
.style-nav ul {
	list-style-type: none;
}

.smallfont{
	font-size: 12px;
}
.tableheader{
	background-color: #007fff;
	color:#fff;
	font-weight: 600;
}
.textpanel1{
	width:60vw;
	padding:30px;
	background-color: white;
}
.hotspot{
	cursor:pointer;
}
.style-nav li a {
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
	background-color: #AB009A;
	font-size: 14px;
	height:32px;
}
.warning {
	color:red;
}
.hidden{
	display: none;
}
.ui-menu a{
	text-decoration:none;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	background-color: #0007ff;
}
/*Tablet view*/
@media only screen and (max-width: 768px){
	.style-nav ul li{
		display: inline-block;
	}
	.style-nav ul{
		text-align: center;
	}
	h1 {
		font-size: 40px;
		margin-bottom: 90px;
	}
	.col-md-one-half {
		width: 50%;
	}
	.col {
		float: left;
		padding: 0px 7px 14px; 
	}
	.greybox{
		width:100vw;
		margin-left:0;
	}
	.textpanel1{
		width:100%;
		padding:5px;
	}
}


