html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	border: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	font-family: 'track';
	font-weight: normal;
	font-style: normal;
	src: url('fonts/track/track-regular-webfont.woff2') format('woff2'), url('fonts/track/track-regular-webfont.woff') format('woff');
}

@font-face {
	font-family: 'track';
	font-weight: normal;
	font-style: italic;
	src: url('fonts/track/track-regularitalic-webfont.woff2') format('woff2'), url('fonts/track/track-regularitalic-webfont.woff') format('woff');
}

body {
	flex-direction: column;
	display: flex;
	padding: 0 2rem;
	background: #e2e6e7;
	font-family: 'Montserrat', sans-serif;
	/*text-align: center;*/
	color: #52585e;
	min-height: 100vh;
}

header {
	padding: 3rem 0;
	text-align: center;
}

header h1 .logo {
	max-width: 250px;
}

main {
	flex: 2;
}

main h2 {
	margin-bottom: 2rem;
	font-size: 1rem;
	line-height: 1.5;
	font-family: 'track';
}

main h2 strong {
	display: block;
	font-size: 1.5rem;
}

main .contact {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
	padding: 2rem 1rem;
	background: #01758e;
	font-size: .875rem;
	color: #fff;
}

main .contact p:first-child {
	margin-bottom: 1rem;
}

main .contact p+p {
	display: flex;
	margin-top: .5rem;
}

main .contact p i {
	opacity: .5;
	margin-right: 10px;
	color: #fff;
}

main .contact a {
	color: inherit;
	text-decoration: none;
}

main .website {
	position: relative;
	top: -1rem;
	margin-right: 1rem;
	margin-left: 2rem;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
	padding: 1rem;
	background: #fff;
	font-size: .875rem;
}

main .website a {
	color: #00a2bc;
}

main p {
	line-height: 1.5;
}

footer {
	padding: 1rem 0;
	font-size: .75rem;
	line-height: 1.25;
	text-align: center;
}

footer p {
	margin-top: .5rem;
}

@media (min-width:576px) {
	body {
		padding-right: 20%;
		padding-left: 20%;
	}
	header {
		/*text-align: left;*/
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	main .contact {
		margin-right: 33.33%;
	}
	main .website {
		margin-right: 20%;
		margin-left: 20%;
	}
}

@media (min-width:992px) {
	header {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	header h1 .logo {
		max-width: 650px;
	}
	
	main {
		margin-right: auto;
		margin-left: auto;
		width: 600px;
		padding-left: 150px;
	}

	main h2 {
		margin-bottom: 3rem;
		font-size: 2rem;
	}
	main h2 strong {
		font-size: 3rem;
	}

	main .contact {
		padding: 4rem 2.5rem;
		font-size: 1rem;
	}

	main .contact i {
		font-size: 1.25rem;
	}

	main .website {
		top: -2rem;
		padding: 2rem 2.5rem;
		font-size: 1rem;
	}
}
