/* Enter Your Custom CSS Here */

/* Site Containers
--------------------------------------------- */

.site-container {
	background-color: #afbf7d; /* #e2e8eb; */
	margin: 0 auto;
	padding: 5px;
	max-width: 1140px;
}

.site-inner {
	background: #fff; /* #fff url(images/lines.png); */
	background-size: 6px 6px;
	clear: both;
	margin-bottom: 5px;
	padding: 60px 60px 20px;
}


body {
	background-color: #114d67;
	color: 000;  /*  #617984;  */
	font-family: Century Gothic, 'Lora', serif;  /*  'Lora', serif;  */
	font-size: 17px;    /*  16px;  */
	font-weight: 400;
	line-height: 1.625;
}

a {
	color: #177ee5;  /* #95b72d; */
	text-decoration: none;
}

a:hover {
	color: #d01a74; /* #95b72d; */ /* #244c5f; */
}

blockquote {
	color: #154bb9; /* #3aa976; #999;  */
  	font-size: 16px; /* 30px; */
  	font-style: italic;  
	background: fff; /* #e1ffe5; */
	margin: 2px 10px 7px; /* 40px 40px 24px; */
	padding: 20px 10px 1px 10px; /*  10px 10px 10px 10px; */
	border-left: 8px solid #d01a74; 
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #68840e; /* #244c5f; */
	font-family: 'Economica', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
	padding: 0;
}






















