/* Regular */
@font-face {
    font-family: 'League Gothic';
    src: url('fonts/leaguegothic-italic-webfont.eot');
    src: url('fonts/leaguegothic-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguegothic-italic-webfont.woff') format('woff'),
         url('fonts/leaguegothic-italic-webfont.ttf') format('truetype'),
         url('fonts/leaguegothic-italic-webfont.svg#league_gothic_italicregular') format('svg');
    font-weight: normal;
    font-style: italic;

}

/* Italic */
@font-face {
    font-family: 'League Gothic';
    src: url('fonts/leaguegothic-regular-webfont.eot');
    src: url('fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguegothic-regular-webfont.woff') format('woff'),
         url('fonts/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Condensed */
@font-face {
    font-family: 'League Gothic Condensed';
    src: url('fonts/leaguegothic-condensed-regular-webfont.eot');
    src: url('fonts/leaguegothic-condensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguegothic-condensed-regular-webfont.woff') format('woff'),
         url('fonts/leaguegothic-condensed-regular-webfont.ttf') format('truetype'),
         url('fonts/leaguegothic-condensed-regular-webfont.svg#league_gothic_condensed-Rg') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Condensed Italic */
@font-face {
    font-family: 'League Gothic Condensed';
    src: url('fonts/leaguegothic-condensed-italic-webfont.eot');
    src: url('fonts/leaguegothic-condensed-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguegothic-condensed-italic-webfont.woff') format('woff'),
         url('fonts/leaguegothic-condensed-italic-webfont.ttf') format('truetype'),
         url('fonts/leaguegothic-condensed-italic-webfont.svg#league_gothic_condensed_itaRg') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Kefa';
    src: url('fonts/kefa.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

.league_g_reg, .league_g_reg a:hover{
	font-family: 'League Gothic'; 
	color: #fff;
}

.kefa, .kefa a:hover{
	font-family: 'Kefa'; 
	color: #fff;
}

body, html {
	height: 100%;
	background:#141414;
}
.navbar_shadow {
	position: fixed;
	width: 100%;
	height: 50%;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, #000000 0%, rgba(255, 255, 255, 0) 100%);
}
.bgku{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}
.bgku-sm {
	background-image: url('../images/hulstein_potrait.jpg');
	height: 97%;
}
.bgku-lg {
	background-image: url('../images/hulstein_landscape.jpg');
	height: 100%;
}
.bg {
	background-image: url('../images/bg.jpg');
	height: 100%;
}
.bg2 {
	background-image: url('../images/bg.jpg');
	height: auto;
}
.jw-nikki-kevin {
	background-image: url('../images/jw-nikki-and-kevin.jpg');
	height: 100%;
}
.jw-nikki-kevin_mobile {
	background-image: url('../images/jw-nikki-and-kevin_mobile.jpg');
	height: 100%;
}
.text1{
	position:absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -20%);
	width:45vh;
}
.text2{
	position:absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
}
.text2_potrait{
	bottom: 1%;
	left: 50%;
	transform: translate(-50%, 0);
}
.text_what_we_do{
	position:absolute;
	top: 15%;
	left: 50%;
	transform: translate(-50%, -20%);
	width:45vh;
}
.text_who_we_are{
	position:fixed;
	top: 4vh;
	left: 50%;
	transform: translate(-50%, -20%);
	width:43vh;
	z-index:999;
}

header {
	width: 100%;
	position: fixed;
	z-index: 1;
}
.content {
	width: 94%;
	margin: 4em auto;
	font-size: 20px;
	line-height: 30px;
	text-align: justify;
}
.logo {
	line-height: 60px;
	position: fixed;
	float: left;
	margin: 16px 46px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 2px;
}
nav {
	position: fixed;
	width: 100%;
	line-height: 60px;
}
nav ul {
	line-height: 60px;
	list-style: none;
	background: rgba(0, 0, 0, 0);
	overflow: hidden;
	color: #fff;
	padding: 0;
	text-align: center;
	margin: 0;
	padding-right: 40px;
	transition: 1s;
}

nav.black {
	background: #000;
}

nav.black ul {
	background: #000;
}

nav ul li {
	display: inline-block;
	padding: 16px 50px;
}

nav ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 4vh;
}

.menu-icon {
	line-height: 60px;
	width: 100%;
	background: #000;
	text-align: right;
	box-sizing: border-box;
	padding: 15px 24px;
	cursor: pointer;
	color: #fff;
	display: none;
}
.menu-icon {
    line-height: 0;
    width: 100%;
    background: #000;
    text-align: right;
    box-sizing: border-box;
    padding: 10px 10px;
    cursor: pointer;
    color: #fff;
    display: none;
}
.spaceform {
	display:none;
}
.text_who_we_are2 {
	margin-top:5%;
}
.hulstein_photo {
	margin-left:20%;
}
.hulstein_cont {
	padding-top:20vh
}
.hulstein_cont p{
	font-size:1.8vh
}
hr{
	display: block; 
	height: 1px;
    border: 0; 
	border-top: 1px solid #fff;
    margin: 1em 0; 
	padding: 0; 
}
	

@media(max-width: 786px) {
	.logo {
		position: fixed;
		top: 0;
		margin-top: 16px;
	}

	nav ul {
		max-height: 0px;
		background: #000;
	}

	nav.black ul {
		/*background: #FFF;*/
	}

	.showing {
		max-height: 34em;
	}

	nav ul li {
		box-sizing: border-box;
		width: 100%;
		padding: 24px;
		text-align: center;
	}

	.menu-icon {
		display: block;
	}
	.spaceform{
		height:5vh;
		display:block
	}
	.text_who_we_are2{
		margin-top:0;
	}
	.hulstein_photo {
		margin-left:0;
	}
	.hulstein_cont {
		padding-top:3vh;
	}
	.text_who_we_are{
		top: 0;
		left: 0;
		transform: none;
		width: 17vh;
	}
}
@media (min-width: 1800px){
	.container{
		max-width: 1600px;
	}
}