body, html {
	background: #ffffff;
	font-family:  Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #2c2c2c;
}

a {
	color: #2c2c2c;
	transition: 0.5s;
}

a:hover {
	color: #c1c1c1;
	transition: 0.5s;
}

a:active {
	color: #c1c1c1;
	transition: 0.5s;
}

p {
	margin: 15px 0;
	line-height: 19px;
	letter-spacing: 1px;
	text-align: center;
	color: #737373;
}

li {
	line-height: 19px;
	letter-spacing: 1px;
	color: #737373;
}

h1 {
	letter-spacing: 2px;
	font-size: 100px;
	text-transform: uppercase;
	line-height: 70px;
	text-align: center;
}

h2 {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: normal;
	line-height: 25px;
	font-size: 18px;
	margin: 0 0 30px 0;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	margin: 30px 0 10px 0;
}

#content {

}

#footer {
	margin: 50px auto 0 auto;
	border-top: 1px solid #2c2c2c;
	line-height: 32px;
	text-transform: uppercase;
	padding: 0px 10px;
	color: #2c2c2c;
	text-decoration: none;
	letter-spacing: 3px;
	font-size: 11px;
	text-align: center;
}

#page {
	width: 60%;
	margin: 0px auto;
}

#header {
	text-align: center;
}

#navigation {
	border-top: 1px solid #2c2c2c;
	text-align: center;
	margin: 0 0 50px 0;
}

#navigation a {
	line-height: 32px;
	text-transform: uppercase;
	padding: 0px 10px;
	color: #2c2c2c;
	text-decoration: none;
	letter-spacing: 3px;
	font-size: 11px;
	transition: 0.5s;
}

#navigation a:hover {
	text-decoration: none;
	color: #c1c1c1;
	transition: 0.5s;
}

#navigation a.active {
	color: #c1c1c1;
	transition: 0.5s;
}


.logo { 
	margin: 30px auto 20px auto;
	background: url(logo.svg) no-repeat;
	background-size: 70px 70px;
	width: 70px;
	height: 70px;
}

.project {
	float:left;
	margin-bottom:20px;
	margin-left:20px;
	cursor:pointer;
	position:relative;
}

.projects-container {
	margin-left:-20px;
	
}

.project-hover {
	position:absolute;
	background:url(/layout/black_bg.png) repeat top left;
	color:white;
	display:none;
	bottom:0px;
	width:100%;
	height:100%;
	line-height:18px;
	text-transform:uppercase;
	text-decoration: none;
	letter-spacing:2px;
	font-size:10px;
}

.project-hover div {
	padding: 12px 15px;
}

.project-hover-mobile { 
	display: none; 
}

.project-detail { 
	width: 1100px; 
	float:left; 
}

.project-detail-image { 
	margin-left:20px; 
	margin-bottom:20px; 
	float:left; 
}

.project-detail-text { 
	width:275px;
	margin-left:20px;
	float:right;
	line-height:20px;
	letter-spacing:1px;
}

.project-detail-text a { 
	text-transform: uppercase; 
	color:#9b9b9b; 
	font-size:10px;
	letter-spacing:1px;
}

.project-detail-text a:hover { 
	color:#000; 
 }
 
.project-detail-text a:active {  
	color:#444444; 
}

.project-detail-text h1 { 
	margin:0px 0px 10px -10px;
	padding:0px 0px 10px 10px;
	border-bottom:1px solid #000; 
	font-family:Arial; 
	font-size:13px; 
	text-transform: uppercase; 
}

.project-detail-container { 
	margin-left:-20px; 
}