/* General
-------------------------------------------------- */
body {
	background: #FAFAFA url(../img/bg.png) left top;
	font-family: "Dosis", sans-serif !important;
}

/* Wrapper
-------------------------------------------------- */
#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

#logo {
	margin: 35px auto;
	max-height: 90px;
}

#divider {
	margin: 0 auto 20px auto;
}

#wrapper a {
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	color: #4D4D4D;
}

#wrapper a:first-child {
	margin-top: 40px;
	margin-right: 15px;
}

#wrapper a:hover {
	color: #000;
}

h1,
h2 {
	margin-bottom: 20px;
	font-weight: 600;
	color: #354A6B;
	letter-spacing: 4px;
    font-family: "Dosis", sans-serif !important;
}

h1 {
	font-size: 48px;
}

@media (max-width: 768px) {
	#wrapper a {
		display: block;
		margin: 10px 0;
		font-size: 14px;
	}
}