/* --------------------------------------------------
CSS Document For Leaves v1.0 - Anthonyy @ OSWD.org
-------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Cinzel);

	html, body {
  		padding: 0;
  		margin: 0;
  		-webkit-text-size-adjust: none;
  		font-family: Cinzel, Verdana, Geneva, sans-serif;
  		color: #211903;
  		background-position: top center;
  		background-color: #fff;
  		background-size: auto 100%;
  		background-attachment: fixed;
  		background-repeat: no-repeat;
	}
	
img { border: 0; }


#container {
	width: 90%; min-height: 92vh;
	padding-left: 10%;
}


.content {
	width: 90%; padding: 10% 0 10% 0;
	text-align: center; 
}



/* GENERAL MOJO AND MULA */

.stnPad{
	width:100%; height: 30px;
}
.divLine {
	background: #211903;
	height: 1px;
	width: 100%;
	margin: 30px 0 30px 0;
}		
h1 {
	font-size: 170%;
	font-weight: normal;
	margin: 0; padding: 0;
	display: inline-block;
}

h2 {
	width:100%;
	font-size: 150%;
	font-weight: normal;
	margin: 0; padding: 0;
	display: inline-block;
	border-top: 2px solid #211903;
	border-bottom: 2px solid #211903;
}


a{
	color: #211903;
	text-decoration: none;
}
a:hover{
	color: #837f76;
}
		

		
/* LIGHTBOX FADE MESSAGES */		
.fade {
    width: 100%;
    height: 100%;
    background-image:url('../images/bgs/fade.png');
    background-color: transparent;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 13;
}


/* FOOTER ELEMENTS */

#footerContainer {
	width: 90%; 
	padding: 1% 10% 1% 0;
	font-size: 70%;
	background-color:#e9e7e0;
	background-repeat: repeat-x;
	background-position: top;
}
.footerContent {
	padding: 0 0 0 10%;
	text-align: left;
}

.ctaIcon {
	position: relative; display: inline-block; 
	padding: 2% 0 2% 0px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 50%;
}

		
		/* And they lived happily ever after. The End. */
