* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: "proxima-nova";
}

html, body {
	height: 100%
}

body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#logo {
	padding-left: 40px;
	padding-top: 24px;
}

#content {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

#content .text-content {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #333B47;
}

#content .title {
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	padding-bottom: 5px;
	padding-top: 8px;
	color: #1E1E1E;
}

.link {
	color: #E05939;
}

footer {
	display: flex;
	width: 100%;
	flex-direction: row;
	padding: 1.8em 2em;
	border-top: 1px solid #e8e8e8;
	align-content: flex-start;
}

footer #copyright-content {
	width: 40%;
	font-size: .88em;
	color: #292929;
}

footer #copyright-content .copyright {
	padding-right: 1em;
}

footer #footer-links {
	width: 60%;
	text-align: left;
	padding-left: 1em;
}

footer #footer-links a {
	color: #698fd1;
	cursor: pointer;
	text-decoration: none;
	margin: 0 0.5em;
}

#countdown-timer {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-top: 20px;
	text-align: center;
}

.counter-entry {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	color: #1E1E1E;
}

.counter-text {
	font-weight: 400;
	font-size: 10px;
	line-height: 12px;
	color: rgba(51, 59, 71, 0.4);
}

#countdown-timer > span {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
