h1 {
	color:#697580;
	font-size: 1.2em !important;
}

p {
	color:#697580;
	font-size: 0.9em !important;
	line-height: 10px;
}

img {
	max-width: 400px;
	padding-bottom: 20px;
}

a.button {
	background: #FFF !important;
	color:#697580;
	border: solid 2px #697580;
	font-size: 1.2em;
	margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
	img {
		max-width: 500px;
	}	
}

@media only screen and (max-width: 570px) {
	img {
		max-width: 350px;
	}	
}

@media only screen and (max-width: 420px) {
	h1 {
		font-size: 1em !important;
	}

	img {
		max-width: 250px;
	}

	p {
		line-height: 18px;
	}	

	a.button {	
		font-size: 0.9em;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 320px) {
	img {
		max-width: 200px;
		padding-bottom: 0px;
	}	
}