body {
	font-size:1em;
	background-color: #090812;
}


.background {
	position:absolute;
	top:0;
	z-index:-5;
	background-color:#090812;
	width:100%;
	background-image: url('../img/itmclub_staticbanner_dark.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	height:900px;

}

.background img {
	pointer-events:none;
	width:100%;
}

.foreground	{
	width:900px;
	margin:0 auto;
}

.top-space {
	display:block;
	width:100%;
	margin-top:40px;
	margin-bottom:50px;
	font-family: 'Lato', sans-serif;
	font-weight:100;
	color:#ddd;
	text-align:center;
	position:relative;
	height:500px;
}



.top-space .foreground-main {
	width:900px;
	margin:auto;
	position:absolute;

}

.top-space .foreground-wrapper {
	display:block;
	width:900px;
	height:421px;
	margin:auto;
}

.top-space .foreground {
	position:absolute;
	width:900px;
	margin:auto;
	display:none;
}

.top-space .foreground-1 {
	z-index:1001;
	border-top:3px solid #ddd;
}

.top-space .foreground-2 {
	z-index:1002;
	border-right:3px solid #ddd;
}

.top-space .foreground-3 {
	z-index:1003;
	border-bottom:3px solid #ddd;
}

.top-space .foreground-4 {
	z-index:1004;
	border-left:3px solid #ddd;
}

.top-space h1 {
	margin:0 45px;
}

.top-space h1.words-top {
	padding-bottom:20px;
	margin-top:10px;
	border-bottom:3px solid #ddd;
	font-size:7em;
	line-height:1.1em;
}

.top-space h1.words-bottom {
	padding-top:20px;
	margin-bottom:10px;
	font-size:3em;
	line-height:1.2em;
}

.mobile-top {
	display:none;
	background-color: #090812;
}

.mobile-top h1 {
	margin: 15px auto 0px auto;
	padding-bottom:18px;
	border-bottom:1px solid #ddd;
	width:80%;
}

.mobile-top * {
	font-family: 'Lato', sans-serif;
	font-weight:300;
	color:#ddd;
	text-align:center;
	font-size:1.7em;
	line-height:1em;
}

.mobile-top h1 {

}

.content-space {
	display:block;
	width:100%;
	background-color:#ddd;
	text-align:center;
	color:#2C2C2C;
	margin:0;

}

.content-space .content-box {
	display:inline-block;
	width:280px;
	margin:20px 5px;
	vertical-align:top;
	
}

.content-space .content-box h2 {
	font-family: sans-serif;
	font-weight:100;
	width:189px;
	padding-bottom:10px;
	padding-left:75px;
	border-bottom:2px solid #2c2c2c;
	margin: 17px auto;
	text-align:left;
	background-position: left top;
	background-repeat:no-repeat;
}

.content-space .content-box h2.header-1 {
	background-image: url('../img/portfolio3.png');
}

.content-space .content-box h2.header-2 {
	background-image: url('../img/personal5.png');
}

.content-space .content-box h2.header-3 {
	background-image: url('../img/ssd.png');
}

.content-space .content-box p {
		padding:0 5px;
		text-align:left;
		text-indent: 50px;
		line-height:1.5em;
}

.info-space {
	background-color: #090812;
	display:block;
	width:100%;
	color:#ddd;
	text-align:center;
}

.info-space .info-box{
	margin-top:30px;
	margin-bottom:30px;
	width:370px;
	/*height:200px;*/
	background-color:#0d0c1c;
	padding:15px;
	text-align:left;
	/* width:380px; */
}

.info-space .meeting-info {
	display:inline-block;
	vertical-align:top;
	margin-right:25px;
	
}

.info-space .meeting-info ul {
	margin:0;
}

.info-space .meeting-info li {
	margin:4px 0 ;
	font-size:1.2em;
}

.info-space .meeting-info p {

}

.info-space .contact-info {
	display:inline-block;
	vertical-align:top;
	margin-left:25px;

}

.info-space .contact-info p.email {
	margin-bottom:20px;
}

.info-space .contact-info p {
	text-align:center;
	margin:0;
}

.info-space .contact-info a {
	text-decoration: none;
	padding:4px;
	color:#ddd;
    -webkit-transition: background-color 500ms ease-out ;
	-moz-transition: background-color 500ms ease-out ;
	-o-transition: background-color 500ms ease-out ;
	transition: background-color 500ms ease-out ;
}

.info-space .contact-info a:hover {
	background-color:#1B193B;
}
	
.info-space h2 {
	margin-top:0;
	text-align:left;
	font-family: sans-serif;
	font-weight:100;
	border-bottom:2px solid #ddd;
} 

.info-space h3 {
	margin-top:0;
	margin-bottom:0;
	text-align:left;
	font-family: sans-serif;
	font-weight:100;
}

.info-space p {
}

/* MEDIA QUERIES ===============================================================================================================*/

@media only screen 
and (min-width : 0px)
and (max-width : 900px)
 {
	#skrollr-body {
		display:none;
	}

	#skrollr-body * {
		display:none;
	}

	#slide-1 {
		display:none;
	}

/*	.background img {
		width:900px;
	}*/

	body div.mobile-top {
		display:block;
	}

	div.content-space {
		padding-top:15px;
	}

	div.content-space div.foreground {
		width:100%;
	}

	div.content-space div.content-box {
		display:block;
		width:90%;
		margin: 20px 5% 5px 5%;
	}

	div.info-space div.foreground {
		width:100%;
		padding-top:15px;
	}

	div.info-space div.info-box {
		display:block;
		width:90%;
		padding:0;
		margin: 20px 5% 5px 5%;
	}
}