@charset "UTF-8";
/* CSS Document */
@media only screen and (max-width: 1024px) {
	
#footer {
	clear: both;
	position: relative;
	bottom: 0px;
	display: block;
	width: 100%;
	height: 100%;
	margin-bottom: -4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #81ae9f;
	margin-top: 60px;
	padding-bottom: 60px;
	overflow: visible;
}
#footText1 {
	text-align: center;
	width: 80%;
	font: 18px "SourceSansProLight";
	line-height: 36px;
	display: inline-block;
	margin-left: 10%;
}
#footText2 {
	text-align: center;
	width: 80%;
	font: 18px "SourceSansProLight";
	line-height: 36px;
	display: inline-block;
	margin-left: 10%;
}
#footText3 {
	text-align: center;
	width: 80%;
	font: 18px "SourceSansProLight";
	line-height: 36px;
	display: inline-block;
	margin-left: 10%;
}

}