@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,700');

/* header{ */
/* 	text-align: left; */
/* 	padding-top:100px; */
/* } */

/* header h1{ */
/* 	font: normal 32px/1.5 'Open Sans', sans-serif; */
/* 	color: #3F71AE; */
/* 	padding-bottom: 16px; */
/* } */

/* header h2{ */
/* 	color: #F05283; */
/* } */

footer{
/* 	position: fixed; */
	bottom: 0;
}

@media (max-height:800px){
	footer { position: static; }
	header { padding-top:40px; }
}
