@charset "UTF-8";

body {
	height: 100%;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#888888;
	margin:0;

}

.background {
	height: 100%;
	width: 100%;
	position:fixed;
	background:url(background.jpg) center center no-repeat;
	background-size: cover;
}

h1{
	font-family: 'Josefin Sans', sans-serif;
	font-size:40px;
	font-weight: 400;
	letter-spacing: 4px;
	color:#7cc576;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 22px;
	margin-left: 0;
}

h3{
	font-family: 'Montserrat', sans-serif;
	color:#222222;
	font-size:14px;
	text-transform:uppercase;
	font-weight:400;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	letter-spacing: 1px;
}

p{
	line-height:24px;
	margin:0;
}

.canvas {
	width: 960px;
	height: 1600px;
	position:absolute;
	margin-left: -480px;
	margin-top:80px;
	margin-bottom:80px;
	left: 50%;
}

a:link, a:visited {
	color:#7cc576;
	text-decoration:none;
	font-weight:600;
	display:inline-block;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
a:hover, a:active {
	text-decoration:none;
	color:#000000 !important;
}