* {
	-webkit-tap-highlight-color:transparent;
} 

html {
	font-family: 'brandon-grotesque', Helvetica, Arial, sans-serif; 
	overflow-x:hidden; 
	-webkit-font-smoothing:antialiased; 
	-moz-osx-font-smoothing:grayscale; 
	font-weight:700; 
	font-size:16px; 
	line-height:1.4; 
	color:#000000; 
	background:#ffffff;
	text-transform: uppercase;
}


body {
	overflow-x:hidden;
}

html, body {
	width:100%;
	height:100%;
}

a {
	color:#000; 
	outline:none; 
	font-weight:700; 
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
}

::-moz-selection{
	background:#000; 
	color:#fff; 
	text-shadow:none;
}
::selection {
	background:#000; 
	color:#fff; 
	text-shadow:none;
} 

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

.page {
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	padding:80px 40px;
}

.logo {
	margin:0 auto;
	display: block;
	width:80px;
	height:35px;
	margin-bottom:32px;
}


.headline {
	font-size:16px;
	line-height: 1;
	letter-spacing: 5px;
	margin-bottom:16px;
}

.subhead {
	font-size:10px;
	line-height: 1.5;
	letter-spacing: 2px;
	margin-bottom:32px;
}

hr {
	width:80px;
	border-top:1px solid #000;
	border-bottom: none;
	margin-bottom:32px;
}

.email {
	display: inline-block;
	font-size:12px;
	line-height: 1;
	letter-spacing: 3px;
	transition:all 0.3s;
	margin-bottom:32px;
}
.email:hover {
	opacity: 0.5;
}

.phone {
	display: inline-block;
	font-size:12px;
	line-height: 1;
	letter-spacing: 3px;
	transition:all 0.3s;
}
.phone:hover {
	opacity: 0.5;
}

.social-media a {
	transition:all 0.3s;
}
.social-media a:hover {
	opacity: 0.5;
}

.social-instagram {
	display: inline-block;
	width:21px;
	height:21px;
	margin-right:40px;
}
.social-instagram img {
	width:21px;
	height:21px;
	display: block;
}

.social-facebook {
	display: inline-block;
	width:21px;
	height:21px;
	margin-right:40px;
}
.social-facebook img {
	width:21px;
	height:21px;
	display: block;
}

.social-linkedin {
	display: inline-block;
	width:21px;
	height:22px;
}
.social-linkedin img {
	width:21px;
	height:22px;
	display: block;
}



/*Media Queries*/
@media screen and (max-device-width:1024px){
    
}

