@charset "UTF-8";

html,
body {
	height: 100%;
	font-family: open-sans;
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
}

a {
}
		
		
@media (min-width: 768px) {
h1 {
}
}

@media (max-width: 768px) {
h1 {
}
}


h3 {
}

h4 {
}

