/* CSS Document */
body {
	font-family: 'Lato', sans-serif;
	text-align: center;	
	letter-spacing: 1px;
	color: #777;
}
em {
	font-style: italic;
}
i {
	font-style: italic;	
}
section {
	background: #fff;
	min-height: 100%;
	width: 100%;
	padding-top: 100px;
	position: absolute;	
	
}
.contentContainer {
	width: 100%;
	background: #222;
		

}
.contentContainer h2{
	color: #ccff00;
	font-size: 36px;
	padding-bottom: 10px;
	font-weight: 900;
	text-transform: uppercase;
}
.contentContainer:nth-child(even) {
	background: #ddd;	
}
.contentContainer:nth-child(even) h2{
	color: #222;	
}

#about {
	background: url(../images/grayBG.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
/*img.source-image {
	 width: 100%;
	position: absolute;
	left: 0;
	z-index: 1;	
}*/
#about a {
	color: #ccff00;	
}
#about a:hover {
	color: #ccff00;	
}
/*========================FACEBOOK BUTTON=========================*/
#fbButton {
	position: absolute;
	z-index: 299;
	top: 20px;
	right: 20px;	
}

/*=============*/
ul.menu {
	text-transform: uppercase;
	font-weight: 900;	
}
/*============= ERROR PAGE ==============*/
.error {
	padding-top: 50px;	
}
#footer {
	letter-spacing: 0px;
	font-size: 14px;
}
/*===== GALLERY =======*/
#gallery .page-item .flexslider {
	width: 400px;
	margin: 0 auto;	
}
