@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);

html, body {
	width: 100%;
	font-family: 'Verdana', 'Geneva', sans-serif;
	margin: 0;
	padding: 0;
}

.slide {
	width: 100%;
}

.emphasis
{
	color:#319c40;
	font-weight:700;
	font-family: 'Futura', sans-serif;
}

/*H Tags*/

h1
{
	font-family: 'Futura', sans-serif;
}

h2
{
	font-family: 'Futura', sans-serif;
	color: #319c40;
}

/*Defaults*/
a {
	color: #2ca8e0;	
	transition: color 1s;
}

a:hover {
	color: #37C0FF;	
}


p {
	font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif;
	font-size: 18px;
	color: #303030;
	margin-bottom:1em;
	vertical-align: top;
}

p+ p {

}

hr {
	border: none;
	height: 30px;
}