@charset "UTF-8";
/* CSS Document */

/* General Links */

a:link {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #FFF;
	text-decoration: none;
}

a:visited {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #FFF;
	text-decoration: none;
}

a:hover {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: F2F2F2;
	text-decoration: none;
}



/* FUll Bleed Slideshow - Desktop default */



#stage {
    margin: 0px;
    height: 100%;
	overflow: hidden;
  }

#stage a {
    position: absolute;
  }

#stage a img {
    padding: 0px;
	width:100%;

  }

#stage a:nth-of-type(1) {
    animation-name: fader;
    animation-delay: 4s;
    animation-duration: 1s;
    z-index: 20;
  }

#stage a:nth-of-type(2) {
    z-index: 10;
  }

#stage a:nth-of-type(n+3) {
    display: none;
  }


 @keyframes fader {
    from { opacity: 1.0; }
    to   { opacity: 0.0; }
  }



#Description {
	position:fixed;
	z-index: 180;
	width: 220px;
	height: 480px;
	top: 320px;
	margin-left: 44px;
	font-size: 12px;
	line-height: 16px;
}




/* General CSS for previous tanguywillems.com */

#logo {
	width: 64px;
}


#tw_title {
	font-size: 32px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #FFFFFF;	
}


#container {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0px;
	
}


#topbar {
	position: fixed;
	top: 0px;
	width:100%;
	height: 160px;
	border: 0px;
	vertical-align: top;
	padding: 0px;
	z-index: 56;
}



#logoheader {
    position: fixed;
	top:44px;
	left:44px;
	height:320px;
	overflow: hidden;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 28px;
	color: #FFFFFF;
	line-height: 16px;
}


#mainframe {
	width: 100%;
	height: 100%;
	z-index: 1;
	padding: 0px;
	vertical-align: top;
	margin-top: 0px;
	overflow-y: scroll;
}



#slidejob {
	width:2056px;
	height: 1024px;
	z-index: 2;
	padding-left: 0px;
	display: contents;
}



#jobpicture {
	width: 2056px;
	height: 1280px;
	vertical-align: top;
	overflow: hidden;
	z-index: 3;
}



#jobdescrib {
	position: relative;
	top: -220px;
	left: 48px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #FFFFFF;
	opacity:0.72;
	z-index:18;
}



#frametext_gram {
	position: inherit;
	z-index: 5;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12px;
	font-kerning: none;
	line-height: 20px;
	color: #FFFFFF;
}


#frame_IGstream {
	width: 380px;
	z-index: 200;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 32px;
	font-kerning: 6px;
	line-height: 36px;
	font-weight: 400;
	color: #FFFFFF;
}


#contactslide {
	width: 100%;
	height: 320px;
	background-color: #1A1A1A;
	vertical-align: top
}


#contact_address {
	position: relative;
	top: 80px;
	left: 18px;
	height: 120px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 10px;
	text-align: left;
	line-height: 14px;
	color: #FFFFFF;
	display: inline-block;
}


#contact_info {
	position: relative;
	top: 40px;
	left: 48px;
	height: 120px;
	width: 256px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 10px;
	line-height: 14px;
	color: #7C7C7C;
	display: inline-block;
}


#footer {
	width: 100%;  
	height: 44px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	background: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 10px;
	color: #7C7C7C;
	z-index: 64;
}


#footer_copyright {
	position: fixed;
	bottom: 12px;
	left: 712px;
	vertical-align: middle;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 10px;
	color: #7C7C7C;
}


#footer_contact {
	position: fixed;
	bottom: 12px;
	left: 44px;
	vertical-align: middle;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 10px;
	color: #7C7C7C;
}









/* Responsive MOBILE XR Setting */



@media 
    (max-width : 1024px) 
    and (-webkit-device-pixel-ratio : 2)
	{
	
	
	#logo {
	width: 160px;
	}
	
	
	#tw_title {
	font-size: 44px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #FFFFFF;	
	}
	
	
	#stage a img {
	object-fit: cover;
	height: 1580px;
	padding: 0px;	
	}	
	
	
	#Description {
	position:fixed;
	z-index: 180;
	width: 560px;
	height: 720px;
	top: 1096px;
	margin-left: 44px;
	font-size: 28px;
	line-height: 32px;
	}

	
	
	#topbar {
	position: fixed;
	top: 0px;
	width:100%;
	height: 420px;
	border: 0px;
	vertical-align: top;
	padding: 0px;
	z-index: 56;
	}
	
		
	#footer_contact {
	position: fixed;
	bottom: 12px;
	left: 44px;
	vertical-align: middle;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 24px;
	color: #7C7C7C;
	}
	
	
	#footer {
	width: 100%;  
	height: 72px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	background: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 10px;
	color: #7C7C7C;
	z-index: 64;
	}
	
	
	
	
	
	
}

