.toplogo{
	max-width: 80%;
	width: 519px;  
}

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

.main-title {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #f9f1e9;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	font-family: 'Oxanium', cursive;
	font-weight: 600;
}

.main-title h1{
	font-family: 'Oxanium', cursive;
	font-weight: 600;
	font-size: 2em;
}


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

.megathin {
	font-size: 1.5em;
	font-weight: 100;
}

.megathinsmall {
	font-size: 1.3em;
	font-weight: 100;
}


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

	.demo-2 .main-title {
		font-size: 4em;
	}
}