body {
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	font-size: 16px;
}

h1, h2, h3 {
	font-weight: 600;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1rem;
}

p {
	line-height: 1.75rem;
}

hr {
	border-bottom-color: #d93c75;

}

a {
	text-decoration: none;
}

img {
	border: none;
}

/* Containing Element */

.container {

}

.container div:nth-child(1) {

}



/* Hero */

.hero {

	height: 100%;
	min-height: 100vh;
	background-color: #ad3f66;
	display: table;
	background-image: url("../img/hero-background.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.hero .row {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.hero .row * {
	position: relative;
}


.hero .logo {
	width: 4rem;
	margin: 0 auto;
}

.hero .logo img {
	margin-bottom: 2rem;
}

.hero .row h1 {
	color: #fff;
	font-weight: 600;
}

.hero .row h1 span {
	clear: both;
	display: block;
	font-size: 6rem;
	text-transform: uppercase;
	padding-bottom: 3rem;
	line-height: 8rem;
}

.hero .row a {
	border: 3px solid #FFF;
	color: #fff;
	padding: 1rem 3rem;
}

/* Content */

.container .content {
	max-width: 1200px;
	margin: 6.5rem auto;
}

.content .left {
	text-align: center;
}

.content hr {
	width: 5rem;
	margin: 3rem auto;
}

.content a {
	text-decoration: underline;
	color: #ad3f66;
}

.content .columns {
	padding-left: 1.65625em;
	padding-right: 1.65625em;
}

.content .notification {
	text-align: center;
	margin: 0 auto;
	max-width: 600px;
}

.content .notification h2 {
	margin-top: 1rem;
}

.content fieldset {
	border: none;
	position:relative;
	margin: 3rem 0;
}

.content input.email {
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	padding: 1rem 0.5rem;
	border: none;
	border-bottom: 1px solid #ccc;
	font-family: "Times New Roman", Times, Serif;
	font-style: italic;
	font-size: 1.5rem;
}

.content input.submit {
	position: absolute;
	top:0;
	right: 0;
	width: 20%;
	padding: 1.5rem 0.5rem;
	background-color: transparent;
	border: none;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.08rem;
	cursor: pointer;
	font-family: "Open Sans";
}

/* Footer */

.container.footer {
	text-align: center;
	background-color: #000;
	padding: 9rem 0;
	color: #999;
	font-size: 0.75rem;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
}

@media only screen and (max-width: 64.0629em) {
	.hero .row h1 {
		font-size: 1.5rem;
		margin: 2rem auto;
	}

	.hero .row h1 span {
		font-size: 4rem;
		padding-bottom: 3rem;
		line-height: 5rem;
	}
	
	.content br {
		display: none;
	}
	h2 {
		font-size: 1.5rem;
	}
	
	p {
		font-size: 0.85rem;
		line-height: 1.5;
	}
}

@media only screen and (max-width: 40.0629em) {
	
	.content .columns {
		padding-left: 0.65625em;
		padding-right: 0.65625em;
	}
	
	.hero .row h1 {
		font-size: 0.85rem;
		margin: 1.15rem auto;
	}

	.hero .row h1 span {
		font-size: 1.8rem;
		padding-bottom: 1rem;
		line-height: 3rem;
	}
	
	.hero .logo img {
		width: 32px;
		height: 43px;
		margin-bottom: 1rem;
	}
	
	.hero .row a {
		padding: 0.8rem 2rem;
		font-size: 0.85rem;
	}
	
	.container .content {
		margin: 3.5rem auto;
	}
	
	.content fieldset {
		margin: 1rem 0 0 0;
	}
	
	.content input.email {
		position: relative;
		padding: 1.5rem 0.5rem;
		font-size: 1rem;
	}
	
	.content input.submit {
		position: relative;
		width: 100%;
		padding: 1.5rem 0.5rem;
		background-color: #eee;
	}

	.container.footer {
		font-size: 0.65rem;
		line-height: 1.25rem;
		padding: 5rem 0;
	}
}
