html {
	position: relative;
	height: 100%;
}

body {
	position: relative;
	font-family: 'futura-pt', sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	color: #ffffff;
	background: #030304 url('/images/background-very-high.jpg') center center no-repeat fixed;
	padding-bottom: 40px;
}

@media only screen and (min-width: 600px) {
	body {
		font-size: 1.5rem;
	}
}

img {
	display: block;
	margin: 80px auto 0 auto;
	max-width: calc(100% - 40px);
}

@media only screen and (min-width: 600px) {
	img {
		margin-top: 160px;
	}
}

#mainTitle {
	max-width: 560px;
	margin: 0 auto;
	text-transform: uppercase;
	text-align: center;
}

#mainTitle p:nth-of-type(1) {
	width: 100%;
	margin: 0;
	font-size: 2.25rem;
}

@media only screen and (min-width: 600px) {
	#mainTitle p:nth-of-type(1) {
		font-size: 4.5rem;
	}
}

#mainTitle p:nth-of-type(2) {
	max-width: 70%;
	margin: 0 auto;
	font-weight: 400;
	font-size: 2.25rem;
	letter-spacing: 0.25rem;
	border-top: 3px solid #15729d;
}

@media only screen and (min-width: 600px) {
	#mainTitle p:nth-of-type(2) {
		letter-spacing: 1.125rem;
	}
}

p {
	width: 80%;
	max-width: 960px;
	margin: 20px auto;
	text-align: center;
}

a[href^=mailto] {
	display: block;
	max-width: 372px;
	text-transform: uppercase;
	margin: 80px auto;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	line-height: 4.25rem;
	padding: 0 5px;
	background-color: #15729d;
	border: 5px solid rgba(95, 160, 191, 0.17);
	border-radius: 5px;
	-moz-background-clip: border;
	-webkit-background-clip: border;
	background-clip: padding-box; 
}

small {
	display: block;
	margin-bottom: 40px;
	font-size: 1.125rem;
	text-align: center;
}

small span {
	display: block;
	height: 0;
	visibility: hidden;
}

@media only screen and (min-width: 720px) {
	small span {
		display: inline;
		padding: 0 10px;
		visibility: visible;
	}
}