@font-face {
	font-family:'Grotesk-Regular';
	src: url('../fonts/GroteskRegular_gdi.eot');
	src: url('../fonts/GroteskRegular_gdi-.eot#iefix') format('embedded-opentype'),
		url('../fonts/GroteskRegular_gdi.woff') format('woff'),
		url('../fonts/GroteskRegular_gdi.ttf') format('truetype'),
		url('../fonts/GroteskRegular_gdi.svg#GroteskRegular-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}

@font-face {
	font-family:'Grotesk-Bold';
	src: url('../fonts/GroteskBold_gdi.eot');
	src: url('../fonts/GroteskBold_gdi-.eot#iefix') format('embedded-opentype'),
		url('../fonts/GroteskBold_gdi.woff') format('woff'),
		url('../fonts/GroteskBold_gdi.ttf') format('truetype'),
		url('../fonts/GroteskBold_gdi.svg#GroteskBold-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}

body{
	width: 100%;
	margin: 0;
	font-family: 'Grotesk-Regular';
	background-color: #FFFFFF;
}


#logo{
	z-index: 500;
    width: 150px;
    height: 125px;
    background-repeat: no-repeat;
    position: fixed;
	cursor: pointer;
  	left:.55%;
  	top:15px;
}


#logo:hover {
	opacity: 0.6;
}



img{
	margin-right: auto;
	margin-left: auto;
	top:0px;
	width:100%;
	text-align: center;	
}

h2{	
	font-family:'Grotesk-Bold';
	color:#000;
	font-weight: bold;
	font-size: 3em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 0px;
}


h3{	
	font-size: 1.2em;
	color:#000000;
	line-height: 1.2em;
	width: 80%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
}



h1, h3, h4, a{
	font-family: 'Grotesk-Regular';
	
}


a,
a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #000;
}


a {color: #000 !important;}
a:hover {text-decoration: line-through;}




#content{
	margin-right: auto;
	margin-left: auto;
}




#projectcontent {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 250px;
	padding-bottom: 100px;
}



#projectcontent h3{
	padding-top: 20px;
	padding-bottom: 60px;	
}


#projectcontent img{
width: 80%;
max-width: 1440px;
margin-left: auto;
margin-right: auto;
display: block;
padding-bottom: 0px;
}