/*--------------------------------------------------------------
## Global
--------------------------------------------------------------*/

$grey: #888888;
$blue: #117aca;
$form_background:#f6f6f6;
$all_background:#f3f3f3;
$color2:#7B7B7A;
$rose:#EFBC94;
$green:#3873c4;


body{
font-family: "Times";
background-color: #f8f8f8;
// color: #004e00;
color: #3873c4;
	
}


.site-title{
	margin: 50px 0 0;
	font-family: "Amatic SC";
	font-size: 5em;
	a{
		color: $green;
	}
}
.site-description{
	margin: 0;
	font-family: "Times";
}

#site-navigation{
	font-family: "Times";

	@media screen and (min-width : 1023px){	
		#primary-menu{
			padding: 0;
			border-top: 1px solid $grey;
			border-bottom: 1px solid $grey;
			padding: 5px 0;
		}
	}
}

.lSSlideOuter{
	padding: 0 0 50px;
}



