html {

	/* This image will be displayed fullscreen */
	background: url('/image/sky_L.jpg') no-repeat top center;
	/* Ensure the html element always takes up the full height of the browser window */
	min-height: 100%;
	/* The Magic */
	background-size: cover;

}

body {

	/* Workaround for some mobile browsers */
	min-height: 100%;
	color: white;
	
}

nav {
	
	position: absolute;
	left: 0px;
	top: 3%;
	width: 10%;
	padding-left: 5em;
	background: rgba(0,0,0,.5);
	z-index:5;
	
}

nav ul {
	
	border-left: 1px solid white;
	
}

nav li {
	
	list-style-type: none;
    font-family: Lato;
	font-size: 1em;
	font-weight: normal;
	margin-left: -2em;
	
}

nav li a {
	
	text-decoration: none;
	color: white;
	
}
nav li a:hover {
	
	text-decoration: none;
	color: white;
	
}

h2 {
	
	font-family: Oswald;
	line-height: 1em;
	margin: 0;
	
}

h3 {
	
	font-family: Oswald;
	color: #6e9aad;
	margin: 0px;
	margin-bottom: 5%;
	padding: 5px;
	line-height:1em;
	background: rgba(0,0,0,.5);
	
}

h4 {
	
	font-family: Coda;
	font-size: 1em;
	
}

section {
	
	width: 25%;
	background: rgba(0,0,0,.5);
	padding: 10px;
	font-family: Lato;
}

section a {
	
	text-decoration: none;
	color: #6e9aad;
	font-family: arial;
	font-size: .75em;
	margin: 3%;
	
}

section a:hover {
	
	text-decoration: none;
	color: #1F5C99;
	font-family: arial;
	font-size: .75em;
	margin: 3%;
	
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/*padding-top: 25px;*/
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#announcements {
	position:absolute;
	top:5%;
	right:3%;
}

#announcements h1 {
	font-family: Oswald;
	color: #6e9aad;
	margin: 0px;
	margin-bottom: 5%;
	padding: 5px;
	line-height:1em;
	background: rgba(0,0,0,.5);
}

#announcements ul {
	margin-left:5%;
}

#announcements li {
	font-family: Lato;
	font-size: .85em;
	line-height:1.5em;
	font-weight: normal;
	margin-left: -2em;
}

#announcements li a {
	text-decoration: none;
	color: white;
}

#announcements li a:hover {
	text-decoration: none;
	color: white;
}

#left {
	
	position: absolute;
	left: 3%;
	bottom: 5%;
}

#left h1 a {
	font-family: Oswald;
	font-size: 1em;
	color: #6e9aad;
	margin: 0px;
	margin-bottom: 5%;
	padding: 5px;
	line-height:1em;
}

#left h1 a:hover {
	font-family: Oswald;
	font-size: 1em;
	color: #1F5C99;
	margin: 0px;
	margin-bottom: 5%;
	padding: 5px;
	line-height:1em;
}

#left h1 {
	
	font-family: Oswald;
	color: #6e9aad;
	margin: 0px;
	margin-bottom: 5%;
	padding: 5px;
	line-height:1em;
	background: rgba(0,0,0,.5);
}

#left ul {
}

#left ul li {
	font-size: .75em;
	list-style-type: none;
}

#middle {

	color: white;
	left: 31%;
	bottom: 5%;
	position: absolute;
	width: 35%;
	background: rgba(0,0,0,.4);
	/*background:rgba(120,120,120,.1);
	background-color:grey;*/
	padding: 10px;

}

#middle h1 {

	font-family: Coda;
	font-size: 2em;
	text-align: center;
	margin:3%;
}

#middle p {

	margin-top: 0;
    font-family: Lato;
	font-size: 1em;
	text-align: left;
}

#right {
	
	position: absolute;
	right: 3%;
	bottom: 5%;
	font-family: Lato;
}


#right h1 {
	
	font-family: Oswald;
	color: #6e9aad;
	margin: 0 0 5%;
	padding: 5px;
	line-height:1em;
	background: rgba(0,0,0,.5);
}

#right h1 a {
	font-family: Oswald;
	font-size: 1em;
	color: #6e9aad;
	margin: 0px;
	margin-bottom: 5%;
	padding: 5px;
	line-height:1em;
}

#right h1 a:hover {
	font-family: Oswald;
	font-size: 1em;
	color: #1F5C99;
	margin: 0px;
	margin-bottom: 5%;
	padding: 5px;
	line-height:1em;
}

#time {
	
	margin-left: 3%;
	margin-top: 1%;
	font-size: .75em;
	color: #1F5C99;
	
}

@media screen and (width: 480px){
	
	html {
		/* This image will be displayed fullscreen */
		background-color: #000;
		background-image: url('/image/sky_L.jpg');
		background-attachment: fixed;
		background-size: 1280px;
	}
		
	body {
		position: static;
		float: left;
	}
	
	nav {
		background: rgba(0,0,0,.5);
		position: static;
		float: left;
		width: 75%;
		padding-left: 1em;
		margin-left: 5%;
		margin-bottom: 5%;
	}
	
	#middle {
		color: white;
		background: rgba(0,0,0,.4);
		padding: 10px;
		float: left;
		position: static;
		width: 90%;
		margin-left: 5%;
		margin-bottom: 5%;
	}
	
	#left {
		font-familt: Lato;
		float: left;
		position: static;
		width: 90%;
		margin-left: 5%;
		margin-bottom: 5%;
	}
	
	#right {
		font-familt: Lato;
		float: left;
		position: static;
		width: 90%;
		margin-left: 5%;
		margin-bottom: 5%;
	}
	
	#announcements {
		float: left;
		position: static;
		width: 90%;
		margin-left: 5%;
		margin-bottom: 5%;
	}
	
}

@media screen and (width: 480px) and (orientation:portrait) {
    /* Styles for Portrait screen */
	
		nav li {
		list-style-type: none;
		font-family: Lato;
		font-size: 1.5em;
		font-weight: bold;
		margin-left: -1em;
	}
}
@media screen and (width: 480px) and (orientation:landscape) {
    /* Styles for Landscape screen */
	
		nav li {
		list-style-type: none;
		font-family: Lato;
		font-size: .75em;
		font-weight: bold;
		margin-left: -1em;
	}
}