/*@ media queries */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	width: 1175px;
	margin:0 6% 6%;
	line-height: 1;
	font-family: 'Iceland', cursive;
	text-align: center;
	background-color: black;
	font: 1em;
	color:#fff;
	background-image: url('img/ObitalStation01-16x9.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 1400px;
    font-size: 20px;
}
 h1{
 	background-color: lightgray;
	text-align: center;
	font-size:45px;
	color: black;
	border: 3px solid blue;
	margin: 1cm;
}
h2{
	background-color: #7f7fff;
	text-align: center;
	font-size:45px;
	color: black;
	border: 3px solid blue;
	border-bottom: 0px;
	margin-top: 1cm;
	margin-left:1cm; 
	margin-bottom: 0px;
	margin-right: 1cm;
}
h3{
	margin-left:6cm;
	margin-right: 6cm;
	background-color: #7171ff; 
	text-align: center;
	padding: 2px;
	border:3px solid black;
	border-bottom:0px; 
	color: black;
	font-size:30px 
}
h4{
	font-size:35px;
	border:1px solid blue;
	border-bottom: 0;
	text-align: center;
	padding: 5px;

}
h5{
	font-size: 25px;
}
p{
	text-indent: 2%;
}
ol, ul {
	list-style: none;
	color: white;
	padding: 5px;
	margin:1px;
}
img{
	height: 320px;
}
.Name{
	background-color: #ff8f8f;
	color: black;
	margin-right:70%;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.Space{
	margin:2cm;
}
.P{
	width: 1140px auto;
	text-align:left; 
	padding:.5cm; 
	color: white;
	background-color: black;
	margin:1cm;
	margin-top:0;
}
.nav-main {
width: 100%;
background-color:black;
height: 70px;
color: white;
padding: 20px auto;
border: 2px solid blue;
text-decoration: none;
}

.nav-main .logo {
	float: left;
	height: 60px;
	padding: 15px 30px;
	font-size: 1.5em;
	line-height: 50px;
}

.nav-main  ul { 
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
 }

 .nav-main  ul  li {
	float: left;
	padding: 25px 80px;
	color: white;
 }
.nav-item{
	display: inline-block;
	padding: 15px 30px;
	height: 50px;
	line-height: 50px;
	color: white;
	text-decoration:none;
}

.nav-main a:hover{
	background-color:blue;
	color: black;
	padding: 3px;
	color: white;
}

.nav-content {
	position: absolute;
	top: 70px;
	overflow: hidden;
	background: #222;
	text-decoration:none;
	max-height: 0px;
}

.nav-content a{
	color: #fff;
	text-decoration:none;
	max-height: 0;
}

.nan-content a:hover {
	text-decoration: underline;
	max-height: 50px;
}
.nav-sub {
	padding: 10px;
	margin: 15px
}
.nav-sub  ul{
	padding:0; 
	margin:0;
	list-style-type: none;
}

.nav-sub  ul  li  a{
	display: inline-block;
	padding: 5px 0;
}
.nav-item:focus {
	background-color: #444;
}
.nav-item:focus ~ .nav-content {
	max-height:400px;
	/* transition */ 
	-webkit-transition:max-height 0.5s ease-in;
	-moz-transition:max-height 0.5s ease-in;
	transition:max-height 0.5s ease-in;
}
table{
	margin: 0px 2cm;
	margin-bottom: 1cm; 
}
tr{
	border: 3px solid blue;
	background-color:black;
}
th{
	padding: 10px;
	border: 3px solid blue;
	font-size:15px;
}
.title{
	background-color: #7f7fff;
	color: black;
	padding: 10px;	
	font-size: 40px;		
}
.head{
	background-color:white;
	color: black;
	font-size: 25px;
}
.live{
	background-color: blue;
	border: 1px solid blue;
	color: red;
}
a{
	color: blue;
}
.live a{
	color:white;
	text-decoration: none;
}