html { -webkit-font-smoothing: antialiased; }

* {box-sizing: border-box;}

body {
	background: #231f20;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
	color:#fff;
	text-align: center;
	letter-spacing: 1px;
	text-transform: lowercase;
}

img {
		width:100%!important;
		height:auto!important;
		
	}


a {
	color:#fff;
	text-decoration: none;
	padding-bottom:5px;
}


a:hover {
	border-bottom:1px solid #fff;
}


article {
max-width: 400px;
margin:auto;
padding-left:20px;
padding-right:20px;	
}




h1, h2 {
	font-weight: 300;
}


h1 {
	font-size: 40px;
	letter-spacing: 2px;
}

h1 span {
	font-size: 20px;
	letter-spacing: 1px;
}

h2 i {
	margin-right:5px;	
}




@media handheld, only screen and (max-width: 500px) {
		
		



}