@charset "UTF-8";

@media screen and (max-device-width : 768px)
{
	h1 {font-size: 48px !important; }
	h2 {font-size: 24px !important; }
	h3 {font-size: 32px !important; }
}

body {
	background-color: #6dadb9;
	color: #FFF;
	font-family: 'Droid Serif', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	height: 100%;	width: 100%;
}
h1 {
	font-weight:600;
	padding-top: 85px;
	color: #43596c;
}
h2 {
	font-family: 'Lato', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	padding-top: 50px;
}
h3 {
	padding-top:25px;
}
p {
	padding-top: 20px;
	padding-bottom: 10px;
}

#container {
	clear: both;
	width: 940px;
	max-width: 100%;
	min-width: 768px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

#subcontainer {
	min-height: 1px;
	padding-left: 25px;
	padding-right: 25px;
	width: 600px;
	z-index: 10;

}
a {
    color: #c5dee3;
    text-decoration: none;
    line-height: inherit;
}

a:hover {
    color: #fff;
    border-bottom: 1px solid #c5dee3;
}
.footer{
    color: #c5dee3;
}

