/* General
-------------------------------------------------- */
body {
	background: url(../img/bg.jpg) no-repeat center fixed;
	background-size: cover;
	font-family: "Open Sans", sans-serif;
	color: #f3f3f3;
}

/* Header
-------------------------------------------------- */
header {
	margin: 50px 0 150px 0;
}

/* Logos
-------------------------------------------------- */
.logo {
	margin-bottom: 80px;
	text-align: center;
}

.logo a {
	display: inline-block;
	margin: 0 auto 10px auto;
}

.social a {
	font-size: 18px;
	color: #000;
}

.logo h4 {
	font-weight: 300;
	letter-spacing: 1px;
}

/* Responsive
-------------------------------------------------- */
@media (max-width: 768px) {
	header {
		margin: 50px 0 80px 0;
	}

	header a {
		display: table;
		margin: 0 auto;
	}
}