body {
	background: #394755;
	color: #383a3c;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.25;
	font-family: 'Raleway', Calibri, Arial, sans-serif;
}

.large-header {
	position: relative;
	width: 100%;
	background: #333;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1;
	background-image: url('../img/background.jpg');
}

.title {
	position: absolute;
	margin: 0;
	padding: 0;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(0, -50%);
}

.main-title {
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	font-size: 4.2em;
	letter-spacing: 0.1em;
        color: #30a5dd;
}

.main-title .thin {
	font-weight: 200;
        color: #394755;
}

.sub-title {
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	font-weight: 200;
	font-size: 2.2em;
	letter-spacing: 0.1em;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.4);
}

.sub-title .thick {
        color: #30a5dd;
	font-weight: 400;
}

@media only screen and (max-width : 768px) {
	.main-title {
		font-size: 3em;
	}
	.sub-title {
		font-size: 1.6em;
	}
}
