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

body {
	font: 100%/1.4 "Source Sans Pro", Verdana, Arial, Helvetica, sans-serif;
	background-color: #42413D;
	margin: 0;
	padding: 0;
	color: #fcfcfc;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Maven Pro", Georgia, serif;
	line-height: 1.3;
}
h1 {font-size:60px;line-height: 0.9;}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0 0 0 20px;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
/*	padding-right: 15px;
	padding-left: 15px;
*/}
a img { 
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #AAF;
	text-decoration: underline; 
}
a:visited {
	color: #AAF;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	max-width: 640px;
	/*background-color: #FFF*/;
	margin: 0 auto; 
}

.header {
	background-color: #ADB96E;
}

/* ~~ This is the layout information. ~~ 
*/

.content {

	padding: 10px 15px;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 15px;
	background-color: #948f74;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
@media screen and (max-width: 569px) {

}/* End CSS Document */
