body {
	font-family: Ubuntu,Helvetica, sans-serif;
	height: 100%;
}
a {
	color: #003b6f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header {
	background-color: #3589d5;
	padding: 10px 10% 10px 10%;
}

#header h1 {
	color: #fff;
	margin: 0;
	font-weight: normal;
	font-size: 48px;
}

#header h2 {
	color: #eeeeff;
	font-weight: normal;
	margin: 0;
	padding-bottom: 10px;
}

#subtitle {
	color: #eee;
	background-color: #609ED5;
	margin-top: 0px;
	padding: 2px;
	font-weight: normal;
}

#grid {
	margin: 0 10% 0 10%;
}

#content {
	background-color: rgba(255, 255, 255, 0.6);
	margin-top: 6px;
}

#dinamic h3 {
	background-color: #eee;
	border-bottom: 1px solid #777777;
	font-size: 1.4em;
	color: #777;
	font-weight: normal;
}

#dinamic h3 a {
	color: #777;
}

#dinamic h3 a:hover {
	text-decoration: none;
}

#right {
	float: right;
}

.pure-menu.pure-menu-open {
	border: none;
	background-color: rgba(255, 255, 255, 0.6);
}

#background {
	background-color: rgba(255, 255, 255, 0.5);
	background-image: url("images/background.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	position: fixed;
	margin-top: -640px;
	margin-left: -640px;
	top: 100%;
	left: 100%;
	height: 640px;
	width: 640px;
	z-index: -1;
}

#menu .pure-menu-heading {
	background-color: #3589d5;
	color: #eee;
}

.pure-menu li a:hover, .pure-menu li a:focus {
	color: #FFFFFF;
	background-color: #609ED5;
}

#videocontainer {
	text-align: center;
}

.video {
	width: 97%;
	max-width: 533px;
	margin: auto 1%;
	border: 2px solid #005aab;
	border-radius: 4px;
}

@media(max-width: 915px) {
	h1 {
		font-size: 1.5em;
		margin-bottom: 0;
	}
	#subtitle {
		margin-bottom: 0;
	}
	h2 {
		font-size: 1em;
		margin: 0;
	}
	#content {
		margin: 6px 0 0 0;
	}
}
ht: 100%;
dt {
	font-weight: bold;
}

dd {
	margin-bottom: 0.5em;
}

dd img {
	display: block;
}
