@charset "UTF-8";
/* CSS Document */

body {
	background: #0081C6;
	text-align: center;
	font-family: 'PT Sans', sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 20px;
} 

.logo {
	margin: 50px auto;
	margin-top: 100px;
	width: 70%;
	height: auto;
}
h1 {
	font-size: 20px;
	font-weight: bold;
}
p {
	font-size: 14px;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
footer span {
	display: block;
	margin: 0px 5px;
	color: #0081C6;
	line-height: 0px;
	letter-spacing: -999;
}
footer {
	width: 100%;
}
@media screen and (min-width: 1024px) {
	html,body {
		top: 100%;
		margin: 0px;
	}
	.logo {
		width: 50%;
		height: auto;
	}
	section {
		margin-bottom: 80px;
	}
	footer {
		background: #000;
		position: fixed;
		top: 100%;
		line-height: 70px;
		margin-top: -70px;
		color: #fff;
	}
	footer a {
		color: #fff;
	}
	footer span {
		display: inline-block;
		margin: 0px 15px;
		color: #000;
		line-height: 24px;
		letter-spacing: -999;
	}
}