/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.4em;
	text-transform: uppercase;
	background: #fff;
	font-family: 'Nunito', Arial, sans-serif;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	background: #232323;
	padding-top: 100px;

color: #fff;
}
body.section-1 { }
body.section-2 { }
body.section-3 { }

a {outline: none;}
a:link { text-decoration: none; color: #009de8; }
a:active { text-decoration: none; color: #009de8;}
a:visited { text-decoration: none; color: #009de8; }
a:hover { text-decoration: none; color: #ff0060;}
li.active a	{ text-decoration: none; color: #ff0060;}

a img { border: none; }

#home a { font-size: 30px; color: #fff; } 
.subtitle { font-size: 12px; color:#009de8; line-height: 24px;   }
#menu {
    width: 275px;
padding: 100px 0 25px 25px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	font-size: 18px;
	letter-spacing: 0.1em;
}

#menu img { margin-bottom: 5px;
}
#menu ul {
	list-style: none;
	line-height: 1.6em;
	margin: 77px 0 0px 0;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 300px;
	padding: 129px 25px 25px 25px;
	text-transform: none;
    top: 0;
	max-width: 640px;
}

.container {
    padding: 0 25px 0 0;
}

#content p { margin: 0 0  25px 0; }

p {
    margin: 0 0 10px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

ul { list-style-position: inside;}

h1 	{ font-size: 24px;
		margin: 40px 0 20px 0;
	line-height: 1.1em;
	font-weight: normal;
	text-transform: uppercase;}

.left { float: left; padding: 0 20px 20px 0;}
h1.first { margin-top: 0;}
