html, body { height: 100%; }

body {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	margin: 0 auto;
	background-color: #fff;
	color: #333;
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select:none; 
	user-select:none;
}

.line {
	display: block;
	width: 290px;
	height: 3px;
	padding: 0!important;
	background: #ccc;
}

.centered {
	margin-left: auto;
	margin-right: auto;
	float: none;
}

#intro {
	width: 100%;
	height: 100%;
	position: relative;
	background:#0d2c5a url(../img/backstretch.jpg) repeat center center / 100% 100%;
	color: #fff;
}

#intro .line { background-color: #5b9bbc; }

.top-decorations {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 10px;
	background: #5b9bbc url(../img/top-decorations.png) repeat-x top center;
}

.info {
	width: 100%;
	height: 100%;
	margin-bottom: -60px;
	text-align: center;
}

.info .container {
	position: relative;
	top: 200px;
}

.info .container h1 {
	margin: 0;
	padding: 0;
	font-size: 3.750em;
	font-weight: 900;
	letter-spacing: 0.1em;
	line-height: 1em;
	text-transform: uppercase;
}

.info .container h4 {
	margin: 0;
	padding: 0;
	font-size: 1.875em;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 2em;
	text-transform: uppercase;
	-moz-user-select: text!important; 
	-webkit-user-select: text!important; 
	-ms-user-select:text!important; 
	user-select:text!important;
}

/* B. Media Queries */
@media screen and (max-width: 768px) {
}

@media screen and (max-width: 640px) {
	.info .container h1 { font-size: 2.300em; }
	.info .container h4 { font-size: 1.500em; }
	.line { width: 200px; }
}

@media screen and (max-width: 480px) {
}
