body {
	margin: 0;
	padding: 0;
	background: /*#fbf5f3;*/ #f5f5f5;
	font-size: 1.0625rem;
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1, h2 {
	font-weight: 600;
}

h1 {
	font-size: 4rem;
}

h2 {
	font-size: 2rem;
}

#nav {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-weight: bold;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 25px;
	height: 25px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}

#nav span {
	margin-left: 20px;
	color: #999;
	float: right;
}

#nav a {
	text-decoration: none;
	color: #999;
	-o-transition:.25s;
  	-ms-transition:.25s;
  	-moz-transition:.25s;
  	-webkit-transition:.25s;
  	transition:.25s;
}

#nav a:hover {
	color: #666;
}

#main {
	width: 800px;
	margin: 0 auto;
	margin-top: 100px;
	text-align: center;
}

#signup-form {
	background: #34a86e; /* #016131 */
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 50px;
	display: inline-block
}

#signup-form p {
	font-size: 1rem;
}

.text-input {
	padding-left: 10px;
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	font-size: 1rem;
	width: 350px;
	height: 50px;
}

#submit-input-splash {
	height: 50px;
	background: #333;
	border: 1px solid #333;
	box-shadow: none;
	letter-spacing: 0.5px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	color: #ffffff;
	font-size: 1rem;
	padding-left: 20px;
	padding-right: 20px;
	/* padding: 16px 20px 16px 20px; */
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Helvetica Neue', Arial, sans-serif;

}

#submit-input-splash:hover {
	background: #a8346e;
	border: 1px solid #a8346e;
	text-decoration: none;
}

#signup-form p {
	margin-bottom: 0;
}

.activate-text {
	margin-top: 100px;
	text-align: center;
	font-size: 1rem;
}

a {
	color: #333;
}