
*, *:before, *:after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: center center no-repeat;
    background-size: cover;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


html {
	background-color: #080808;
	background-image: url(bg-logo.svg);
	background-size: contain;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 1.4;
	height: 100%;
	min-width: 320px;
}

body {
	margin: 0;
	padding: 4rem 2rem;
	height: 100%;
}

h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.6rem;
}

h2 {
	color: #e44625;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5rem;
	margin: 4rem 0 2rem 0;
}


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

ul {
	list-style: none;
	padding: 0 0 0 1.5rem;
	position: relative;
}

ul > li:before {
	content: "- ";
	position: absolute;
	left: 0;
}



dt {
	border-top: solid 1px #414040;
	color: #e44625;
	padding: 0.5rem 0;
	text-transform: uppercase;
}

dd {
	margin: 0;
	padding-bottom: 0.5rem;
}







.page {
	width: 100%;
	min-height: 100%;
	display: table;
}

.page_inner {
	display: table-cell;
	vertical-align: middle;
}




.page_content {
	max-width: 35rem;
	margin: 0 auto;
}


.logo {
	width: 5rem;
	height: auto;
}





@media( min-width: 1000px ) {

	body {
		padding: 4rem;
	}

	h2 {
		min-height: 4rem;
	}

	h2:first-child {
		margin-top: 0;
	}

	.columns {
		margin-left: -2rem;
	}

	.column {
		width: 33.333%;
		float: left;
		padding-left: 2rem;
	}

	.page_content {
		max-width: 100rem;
	}


}


@media( min-width: 1200px ) {

	html {
		font-size: 14px;
	}

	.columns {
		margin-left: -4rem;
	}

	.column {
		padding-left: 4rem;
	}

}



















































