body {
	background-color: #009999 !important;
	font-family: 'Source Sans Pro', sans-serif;
	color: #ffffff;
	/*overflow: hidden;*/
}

a {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}

h1 {
	font-size: 0.5rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.2em;
}

h2 {
	font-size: 1.25rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.05em;
	margin-top: 2rem;
}

h4 {
	font-size: 0.625rem !important;
	font-weight: 300 !important;
	letter-spacing: 0.1em;
	line-height: 0.9375rem;
	margin-top: 2rem;
}

p {
	font-size: 0.6rem !important;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1rem;
}

.service-line {
	letter-spacing: 0.2em;
	font-weight: 600;
	margin-top: 3%;
}

.coming-soon {
	margin-top: 3%;
}

.minusleft {
	margin-left: 0px;
}

.subscription-form {
	margin-top: 3%;
}

.email-form {
	width: 61.8%;
	height: 40px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-style: none;
	color: #009999;
	padding-left: 16px;
	margin-left: -4px;
	margin-top: 2rem;
	font-size: 0.6rem;
	letter-spacing: 0.1rem;
}

.submit-button {
	width: 38.2%;
	height: 40px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
	background-color: #009999;
	color: #ffffff;
	padding: 0 12px 0 12px;
	margin-left: -4px;
	margin-top: 2rem;
	font-size: 0.6rem;
	letter-spacing: 0.1rem;
}

.addresses {
	/*position: absolute;*/
	margin-top: 2rem;
}

@media (min-width: 576px) {
	h1 {
		font-size: 0.75rem !important;
	}
	h2 {
		font-size: 2rem !important;
		font-weight: 600 !important;
		letter-spacing: 0.05em;
		margin-top: 2rem;
	}
	.minusleft {
		margin-left: -1px;
	}
	.addresses {
		margin-top: 4rem;
	}
}

@media (min-width: 768px) {
	h1 {
		font-size: 0.7rem !important;
	}

	h2 {
		font-size: 2.5rem !important;
		font-weight: 600 !important;
		letter-spacing: 0.05em;
		margin-top: 2rem;
	}
	h4 {
		font-size: 0.8rem !important;
		font-weight: 300 !important;
		letter-spacing: 0.1em;
		line-height: 1.2rem;
		margin-top: 2rem;
	}
	.minusleft {
		margin-left: -2px;
	}
	.email-form {
		width: 200px;
	}
	.submit-button {
		width: 120px;
	}
	.addresses {
		margin-top: 6rem;
	}
}

@media (min-width: 992px) {
	h1 {
		font-size: 0.85rem !important;
	}
	h2 {
		font-size: 3rem !important;
		font-weight: 600 !important;
		letter-spacing: 0.05em;
		margin-top: 3rem;
	}
	h4 {
		font-size: 0.9rem !important;
		font-weight: 300 !important;
		letter-spacing: 0.1em;
		line-height: 1.35rem;
		margin-top: 2rem;
	}
	.minusleft {
		margin-left: -3px;
	}
	body {
		overflow: hidden;
	}
	.addresses {
		margin-top: 10rem;
	}
}

@media (min-width: 1200px) {
	h1 {
		font-size: 0.9rem !important;
	}
	h2 {
		font-size: 4rem !important;
		font-weight: 600 !important;
		letter-spacing: 0.05em;
		margin-top: 2rem;
	}
	h4 {
		font-size: 1rem !important;
		font-weight: 300 !important;
		letter-spacing: 0.1em;
		line-height: 1.5rem;
		margin-top: 2rem;
	}
	.minusleft {
		margin-left: -4px;
	}
	.addresses {
		margin-top: 12rem;
	}
}

#subscription {
	display: none;
}