/* CSS Document */

a:link {
	color: #8A7F7A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8A7F7A;
}
a:hover {
	text-decoration: underline;
	color: #8A7F7A;
}
a:active {
	text-decoration: none;
	color: #8A7F7A;
}

.header {
	color: #887D78;
	font-family: 'Lato', sans-serif;
	font-size: 38px;
	font-weight:700;
	}
	
.sub-header {
	color: #887D78;
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	font-weight:700;
	}	

.boldtext {
     font-weight: 700;
}
	
.cursive {
	font-family: 'La Belle Aurore', cursive;
	font-weight:400;
}

.content {
	color: #887D78;
	padding: 15px;
	font-size: 19px;
	line-height: 24px;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	text-align:justify;
}

.asterick {
	color: #788e9e;
	font-size: 16px;
	line-height: 18px;
	font-weight:400;
	text-align:justify;
}

.footer {
	color: #887D78;
	font-family: 'Lato', sans-serif;
	font-size: 21px;
	font-weight:400;
	}
	
.footer-bold {
	font-size: 19px;
	font-weight:700;
	}

/*special*/
.banner {
	color: #e3ece2;
	font-family: 'La Belle Aurore', cursive;
	font-size: 28px;
	line-height: 34px;
	font-weight:400;
	padding-top: 10px;	
	padding-bottom: 10px;	
	}	

.top-banner {
	color: #5774a4;
	font-family: 'Amatic SC', cursive;
	line-height: 32px;
	font-size: 28px;
	font-weight:700;
	padding-bottom: 10px;	
	}	


/*form styles*/
.form_text {
	color: #FFFFFF;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	padding-right: 5px;
	font-weight:300;
	}
	
.form_field {
	color: #ddd;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	}