@charset "UTF-8";
/* CSS Document */
.bighide{
		display:none;
		visibility:hidden;
	}
body{
	font-family: 'NexaSlabThin';
}

* {
  margin: 0;
}
html, body {
  height: 100%;
}
.wrapper {
  min-height: 100%;
  margin-left:auto;
  margin-right:auto;
  /* equal to footer height */
  margin-bottom: -455px; 
  width:900px;
}
.wrapper:after {
  content: "";
  display: block;
}
.footer, .wrapper:after {
  height: 400px; 
}
.footer {
  background: #232323;
  clear:both;
}
.base{
	background:#000;
	height:55px;
}

header{
	width:100%;
	text-align:center;
	font-size:2.5em;
	margin:20px 0px 0px;
}
header a{
	color:#000;
	text-decoration:none;
}
.logo{
	width:130px;
	margin:0px auto;
}
.contBtn{
	width:230px;
	height:35px;
	border:2px solid #000;
	display:block;
	text-align:center;
	line-height:40px;
	text-decoration:none;
	margin:20px auto;
	font-family:'NexaSlab-Regular';
}
.contBtn a{
	color:#333;
	font-size:1.2em;
	text-decoration:none;
	font-family:'NexaSlab-Regular';
}

/* work section */
#workSection{
	width:800px;
	margin:20px auto 25px;
	padding-bottom:40px;
	overflow:auto;
	clear:both;
}
#workSection ul{
	list-style: none;
	margin:0px;
	margin-top:14px;
	padding:0px;
	margin-left:1px;
}
#workSection ul li{
	float:left;
	margin:10px 7px;
}
#workSection ul li{
	display:block;
	width:235px;
	height:235px;
	padding:7px;
	border:solid 1px #232323;
}
.workBtn{
	width:230px;
	height:35px;
	border:2px solid #000;
	display:block;
	text-align:center;
	line-height:40px;
	text-decoration:none;
	margin:10px;
	margin-top:-37px;
	float:right;
	clear:both;
	font-family:'NexaSlab-Regular';
}
.workBtn a{
	color:#333;
	font-size:1.2em;
	text-decoration:none;
	font-family:'NexaSlab-Regular';
}
.bar{
	width:65%;
	margin:15px;
	height:2px; 
	background:#000;
}
.about{
	margin:70px 0px;
	padding-bottom:50px;
	font-size:1.1em;
	font-family:'NexaSlab-Light';
}
.me{
	float:left;
	margin-left:15px;
	margin-right:15px;
	font-family:'NexaSlab-Regular';
}
h2{
	margin-bottom:10px;
	font-size:1.4em;
	font-family:'NexaSlab-Regular';
}
.contact{
	width:300px;
	margin:0px auto;
	padding:25px 0px;
}
.textIn{
	width:300px;
	height:30px;
	margin:10px 0px;
	font-family:'NexaSlab-Light';
	font-size:1.1em;
	padding:5px;
}
.contact textarea{
	width:300px;
	height:100px;
	margin:10px 0px;
	font-family:'NexaSlab-Light';
	font-size:1.1em;
	padding:5px;
	resize: none;
}
.submit{
	border:2px solid #fff;
	text-align:center;
	text-decoration:none;
	clear:both;
	background:#232323;
	color:#fff;
	font-family:'NexaSlab-Regular';
	width:135px;
	height:45px;
	line-height:45px;
	font-size:1.1em;
	margin-left:92px;
	margin-top:10px;
	margin-bottom:0px;
	
	
}
.contTitle{
	color:#fff;
	font-family:'NexaSlab-Light';
	font-size:1.6em;
	text-align:center;
}
.links{
	list-style:none;
	margin:0px auto;
	width:340px;
	padding:0px;
}
.links li{
	float:left;
	margin:0px 5px;
	color:#FFF;
	line-height:55px;
}
.links li a{
	color:#FFF;
	text-decoration:none;
	margin-bottom:0px;
	padding-bottom:0px;
}
.quote{
	font-size:0.9em;
	font-family:'NexaSlabRegularOblique';
	color:#666;
}