@font-face {
  font-family: 'InconsolataBold';
 src: url("../fonts/Inconsolata-Bold.ttf"), local('Inconsolata-Bold'), format('truetype') font-style: normal;
  font-weight: 400;;
  
}

@font-face {
 font-family: 'InconsolataRegular';
 src: url("../fonts/Inconsolata-Regular.ttf"), local('InconsolataRegular'), format('truetype') font-style: bold;
  font-weight: 700;;
}

p {font-family: 'InconsolataRegular';  font-size:16px; font-weight:normal; text-decoration:none; color:#66666;}
h1 {font-family: 'InconsolataBold';  font-size:19px; font-weight:bold; text-decoration:none; color:#66666;}
		h2 {font-family: 'InconsolataRegular';   font-size:14px; font-weight:normal; text-decoration:none; color:#ffffff;}
		h3 {font-family: 'InconsolataRegular';   font-size:17px; font-weight:normal; text-decoration:none; color:#ddd;}
		h4{font-family: 'InconsolataRegular';   font-size:12px; font-weight:bold; text-decoration:none; color:#000033;}
		h5{font-family:Courier New; font-size:11px; font-weight:normal; text-decoration:none; color:#000000;}
				h5{font-family: font-family: 'InconsolataRegular'; ; font-size:17px; font-weight:bold; text-decoration:none; color:#990000;}
		.subhead {font-family"Courier New", Courier, monospace; font-size:9px; font-weight:bold; text-decoration:none; color:#000000;}
		.textnormal {font-family: 'InconsolataRegular';   font-size:10pt; color:#000000;}
		a:link ,a:hover {font-family: 'InconsolataRegular';   font-weight:normal; text-decoration:underlined; color:#999999}
		a:visited {font-family: 'InconsolataRegular';   font-weight:normal; text-decoration:underlined; color:#707070}
/* [disabled]form { background-color: #eeeeff; padding: 20px; border: 1px solid silver; }*/

		body   {

	background-color: #000000;

}

	


.leftbox {
	float: left;
	margin: 10px;
	padding: 10px;
	width: 400px;
	height: 300px;
}   
.rightbox {
	float: right;
	margin: 10px;
	padding: 10px;
	width: 400px;
	height: 300px;
	text-align: right;
}  

.tabcontent {
	display: none;
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
	font-family: 'InconsolataRegular'; 
	color: #CCC;
	font-size: 17px;
	font-style: normal;
	background-image: url(../img/button/bg_doublesemiblack.png);
	text-align: left;
	width: 600px;
	max-width: 70%;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	line-height: 22px;
	font-weight: bold;
}

@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

ul.tab {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 0px solid #ccc;

}

/* Float the list items side by side */
ul.tab li {float: left;}

/* Style the links inside the list items */
ul.tab li a {
	display: inline-block;
	color: #CCC;
	text-align: center;
	padding: 10px 12px;
	text-decoration: none;
	transition: 0.3s;
	font-size: 17px;
	font-family: 'InconsolataRegular'; 
	font-weight: bold;
	border: 1px solid #ccc;
}

/* Change background color of links on hover */
ul.tab li a:hover {background-color: #ddd;}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {
	background-image: url(../img/button/backgroundsemiblack.png);
}

footer
{
    position: absolute;
	bottom: 0;
    right: 0%;
	}

iframe 
{
  overflow-x:hidden;
  overflow-Y:hidden;
  	 
	}

.w3-text-grey,.w3-hover-text-grey:hover{color:#757575!important}

video {
  width: 100%    !important;
  height: auto   !important;
}