/* Header */
.large-header {
	position: relative;
	width: 100%;
	background: #000;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

.deepspace .large-header {
	background-image: url('../img/mrk-bgnd.jpg');
	background-position: center bottom;
}

.main-title {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #306060;
	text-align: center;
	top: 5%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.deepspace .main-title {
	font-family: 'Clicker Script', cursive;
	font-weight: normal;
	font-size: 2em;
	padding-left: 10px;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}

.main-title .thin {
	font-weight: 200;
}

@media only screen and (max-width : 768px) {
	.demo-2 .main-title {
		font-size: 4em;
	}
}