/* 2014 (c) www.cedricmure.fr */
@import url("https://use.typekit.net/amf6lmk.css");

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body {
	font-family: 'sofia-pro', Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 300;
	letter-spacing: normal;
	color: #FFF;
	background: #262628;
}
body a {
	color: #FFF;
	text-decoration: none;
}
body a:hover {
	color: #9cc83a;
	text-decoration: none;
}
img {
	border: 0;
    vertical-align: bottom;
}

header, nav, footer, section, article, aside, video, figure {
	display: block;
}
ul li {
	list-style: none;
}

p, h1, h2, h3, h4, h5, h6, blockquote {
	padding-bottom: 20px; 
}

.content{
	margin: 20px;
}