@import 'reset.css';


* {
	box-sizing: border-box;
}

html, body {
	height: auto;
	min-height: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	
	color: white;
	font-size: 15px;
	line-height: 25px;
	text-transform: uppercase;
	background-color: black;
}

section {
	width: 78%;
	max-width: 600px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
	
	position: relative;
	min-height: 750px;
	height: 100vh;
}

.italic {
	margin-top: 35px;
	text-transform: uppercase;
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 18px;
}

.vcenter {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
}

h1 {
	display: block;
	height: 116px;
    max-width: 95px;
	background:url(../images/logo_white.svg) no-repeat;
	background-size: 100% auto;
	text-indent: -9999em;
	white-space: nowrap;
 	image-rendering: pixelated;
	margin: 0 auto;
	margin-bottom: 35px;
}

/*@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
  
  h1 {
  	background-image: url(https://ifcprojects.be/www.ifcprojects.be/assets/img/logo-likami@2x.png);
  }

}*/


a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #494949;
	font-weight: 400;
	text-decoration: none;
}
.social {
	position: absolute;
	bottom: 35px;
	width: 100%;
}
.socicon div {
	display: inline-block;
	padding: 7px 7px;
/*	width: 37px;
	height: 38px;*/
}

.socicon div:first-child {
	padding-right: 12px;
	border-right: 1px solid #D9D9D9;
}

.socicon div:last-child {
	padding-left: 12px;
	border-left: 1px solid #D9D9D9;
}

.socicon div:hover a span:after {
    background-color: #4A4A49;
}

.mobile-link--footer a, a[x-apple-data-detectors] {
	color: inherit !important;
	text-decoration: none !important;
}

.mail a {
	padding: 2px 0;
	border-bottom: 1px solid #4A4A49;
	transition: 0.3s;
}

.mail a:hover {
	padding: 10px 0;
	border-bottom: 0px;
}

.vollkorn {
	font-family: "vollkorn",serif;
	font-style: normal;
	font-weight: 400;
	
	font-size: 17px;
	line-height: 23px;
}