body,html{
	margin:0;
	text-align: center;
	min-height: 100%;
	font-size: 100%;
	color:#ddd;
	font-family: 'Open Sans', sans-serif;

}

body {
	background:linear-gradient(135deg, #1b9129 0%,#1b9129 1%,#b6e026 100%);

}

h1{
	display:block;
	text-transform: uppercase;
	line-height: 1.2em;
	font-size: 3.375em; /* 54/16 */
	font-weight: 800;
	margin-bottom: 0.5em; /* ?/54 */
}

h2{
	font-weight: bold;
	font-size: 1.5em; /* 24/16 */
}

h3{
	display:block;
	margin-top: 50px; /16
	font-size: 1.1em;
	line-height: 1.5em;
	margin-bottom: 0.1875em; /* 3/16 */

}

span{
	display: block;
	font-weight: 400;
}

a{
	color:#e7e7e7;
	text-decoration: none;
	line-height: 1.375em; /* 22/16 */
}

ul {
	list-style: none;
}

li:not(:last-child) {
	margin-bottom: 0.1em;
}

a:hover{
	color:#ddd;
}

span a:hover{
	text-decoration: underline;
}



@media screen and (max-width: 520px) {

	h1 {
		margin-left: 3%;
		margin-right: 3%;
	}
}

@media screen and (max-width: 480px) {
	h1 {
		font-size: 2.5em; /* 40/16 */
	}

	h2{
		font-weight: bold;
		font-size: 1.125em; /* 18/16 */
	}
}

@media screen and (max-width: 361px) {
	h1 {
		font-size: 1.875em; /* 30/16*/
	}

	h2{
		font-weight: bold;
		font-size: 1em; /* 16/16 */
	}
}
