@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,400);

body {
	font-family: "Open Sans", sans-serif;
	color: #fff;
	background: url("bg.jpg") top center no-repeat;
	background-size: cover;
}

	body::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(89, 68, 49, 0.6);
	}

@media (min-width: 1024px) {
	body {
		background-attachment: fixed;
	}
}

.container {
	width: 100%;
	padding: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	padding: 6em 0;
	text-align: center;
}

#header h1 {
	margin: 0 0 1em 0;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	color: #fff;
}

#header h2 {
	color: #eee;
	margin-bottom: 3em;
	font-size: 22px;
}

#header .countdown {
	margin-bottom: 80px;
	display: flex !important;
	justify-content: center !important;
	background-color: rgba(255,255,255,.2);
}

#header .countdown div {
	text-align: center;
	border: 2px solid rgba(255, 255, 255, 0.8);
	border-radius: 8px;
	margin: 2em .5em;
	width: 7em;
	padding: 1em 0;
	flex-flow: row;
}

#header .countdown div h3 {
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 15px;
}

#header .countdown div h4 {
	font-size: 16px;
	font-weight: 600;
}

@media (max-width: 575px) {
	#header .countdown div {
		width: 70px;
		padding: 10px 0;
		margin: 10px 8px;
	}

		#header .countdown div h3 {
			font-size: 28px;
			margin-bottom: 10px;
		}

		#header .countdown div h4 {
			font-size: 14px;
			font-weight: 500;
		}
}
