@charset "utf-8";
/* CSS Document */
iframe {
	position:fixed; 
	top:0px; 
	left:0px; 
	bottom:0px; 
	right:0px; 
	width:100%; 
	height:100%; 
	border:none; 
	margin:0; 
	padding-top:112px; 
	margin-bottom:-112px;
	overflow:hidden;
	
	z-index:-1;
}

body {
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Navigation */
header {
	width: 100%;
	height: 110px;
	background-color: #000000;
	/*background-image:url(../images/bgtest.jpg);*/
	border-bottom: 2px solid #5fa827;
}
.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-left: 0px;
	padding:0px;
	letter-spacing: 4px;
}
nav {
	font-family: source-sans-pro;
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 35px;
	margin-top: -35px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #ffffff;
	font-size: 18px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #ffffff;
	text-decoration: none;
}
ul li:hover a {
	color: #5fa827;
}

/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}
/* Dropdown Button */
.dropbtn {
    font-family: source-sans-pro;
	background-color: #000000;
    color: #ffffff;
    padding: 0px;
    font-size: 18px;
    border: none;
	font-weight: bold;
	letter-spacing: 2px;
	
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000000;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
	font-size:13px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #000000;color: #CDF35D;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #000000;color: #5fa827;}

.liveatc a {
	font-size: 9px;
}

content {
	width: 85%;
}
