*{font-family: proxima-nova}

.slide{
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slide-content{
	position: relative;
	height: 100%;
	padding: 40px 60px 60px 60px;
	box-sizing: border-box;
}

.backdrop{
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.backdrop img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.foreground{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(255, 255, 255, 0.15);
}

.front-layer .slide-content{
	width: 50%;
	margin-left: auto;
	margin-right: 0;
}

.information{
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	position: relative;
	top: 50%;
	box-sizing: border-box;
	-webkit-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-ms-transform: translatey(-50%);
	transform: translatey(-50%);
}

.logo{
	max-height: 80px;
	margin-bottom: 10px;
}

.logo img{
	position: relative!important;
	top: 0!important;
	left: 0!important;
	width: auto!important;
	height: auto!important;
	max-width: 100%;
	max-height: 80px;
}

.heading{
	margin-bottom: 14px;
}

#name-header{
	font-family: "proxima-nova";
	font-size: 22px;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: .14em;
	line-height: 1em;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	color: #111;
}

.description{
	max-width: 36em;
	margin: 0 auto;
	margin-left: 0;
	max-width: 100%;
}

.description p{
	font-family: proxima-nova;
	font-weight: 400;
	font-style: normal;
	line-height: 1.15em;
	text-transform: none;
	letter-spacing: 0.01em;
	color: #444;
	margin: 0;
}

.connect{
	display: inline-block;
	margin-top: 26px;
	width: 100%;
}

.contact-mail a{
	display: inline-block;
	font-family: "proxima-nova";
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .14em;
	font-weight: 700;
	font-style: normal;
	line-height: 1em;
	padding: 0.8em 0;
	color: #000;
	transition: 0.3s;
}

.contact-mail a:hover{
	color: #333;
}

.social-icons{
	display: inline-block;
}

.social-icon{
	display: inline-block;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	padding: 2px;
}

.social-icon:first-of-type{
	padding-left: 0!important;
}

.social-icon:last-of-type{
	padding-right: 0!important;
}

.social-icon img{
	width: 36x;
	height: 36px;
}

.misc-lightbox{
	width: 400px;
	max-width: 600px;
	padding: 30px;
	background-color: #111;
	color: #fff;
}

.misc-lightbox a{
	display: inline-block;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	background-color: #fff;
	border-radius: 3px;
	width: calc(50% - 10px);
	margin: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #000;
	transition: 0.2s;
}

.misc-lightbox a:hover{
	background-color: #000;
	color: #fff;
}

@media all and (max-width:1600px){
	.description{
		font-size: 22px;
	}
}

@media all and (max-width:1020px){
	.description{
		font-size: 18px;
	}
}

@media all and (max-width:880px){
	.front-layer .slide-content{
		width: 100%;
	}

	.information{
		max-width: 320px;
		margin-left: auto;
		margin-right: 0;
	}
}

@media all and (max-width:760px){
	.description{
		font-size: 17px;
	}
}

@media all and (max-width:600px){
	#status{
		font-size: 20px;
	}
	
	.description{
		font-size: 16px;
	}
	
	.information{
		margin-left: auto;
		margin-right: auto;
	}
	
	.slide-content{
		padding: 20px;
	}
	
	.misc-lightbox{
		width: auto;
	}
	
	.misc-lightbox a{
		width: 100%;
	}
}