/* main*/

#header {
	text-align: center;
	
	
}

#header p {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 200;
	color: #575656;
	font-size: 15px;
}

#header h1{
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 2em;
	margin-bottom: 15px;
}

#header h3 {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 200;
	color: #6FBF44;
	font-size: 2.5em;
	margin-bottom: 15px;
}

#header .contact p{
	font-size: 1.2em;
}

#header .contact a{
	color: #6FBF44;
	
}

