@charset "utf-8";
/* CSS Document */

/* @font-face { font-family: April June; src: url('images/April June.otf'); }  */

body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000000;
	color: #000000;
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-size: 18px;
	border: 0px;
}

img { border: 0px; }



/* TEXT */

.text-black-serif-large{
	color: #000000;
	font-family: "Lora", serif;
	font-size: 45px;
}

.text-black-serif-small{
	color: #000000;
	font-family: "Lora", serif;
	font-size: 20px;
}

.text-black-large{
	color: #000000;
	font-family: "Montserrat", sans-serif;
	font-size: 45px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.1em;
}

.text-black-medium{
	color: #000000;
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2;
}

.text-black-small{
	color: #000000;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2;

}

.text-black-xsmall{
	color: #000000;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.2;
}
.text-green-serif-large{
	color: #688B34;
	font-family: "Lora", serif;
	font-size: 45px;
}

.text-green-serif-small{
	color: #688B34;
	font-family: "Lora", serif;
	font-size: 20px;
}

.text-green-large{
	color: #688B34;
	font-family: "Montserrat", sans-serif;
	font-size: 45px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.1em;
}

.text-green-medium{
	color: #688B34;
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2;
}

.text-green-small{
	color: #688B34;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2;
}

.text-gold-serif-large{
	color: #DCB336;
	font-family: "Lora", serif;
	font-size: 45px;
}

.text-gold-serif-small{
	color: #DCB336;
	font-family: "Lora", serif;
	font-size: 20px;
}

.text-gold-large{
	color: #DCB336;
	font-family: "Montserrat", sans-serif;
	font-size: 45px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.1em;
}

.text-gold-medium{
	color: #DCB336;
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2;
}

.text-gold-small{
	color: #DCB336;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
}


/* ND */

.znd{
	color: #DFBC62;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
    text-transform: uppercase;
	padding: 25px;
	font-weight: 300;
	letter-spacing: 0.2em;
}

.znd a{
	color: #DFBC62;
	text-decoration: none;
}


/* MENU */
.index-menu {
  background-color: #000000;
  width: 950px;
  height: 66px;
  color: #8db553;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
}

.index-menu a {
  color: #ffffff;
  text-decoration: none;
  padding: 0px 10px;
  transition: color 0.3s ease;
}

.index-menu a:hover {
  color: #DFBC50;
}


/* LINKS AND BORDER */

a {
	color: #688B34;
}

.border {
	border: 3px solid #DCB336;
}
.pageborder {
	box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.2); }



/* SUBPAGE HEADERS */

.subpage-headers {
	background-color: #000000;
	width: 618px;
	height: 103px;
	color: #ffffff;
	font-family: "Lora", serif;
	font-size: 40px;
	padding-left: 13px;
}


/* HOMEPAGE RECENT NEWS*/

.sub-bg-index-recent-news {
	background-color: #ffffff;
	width: 358px;
	height: 379px;
	color: #000000;
	font-family: "Montserrat", sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 20px;
}

.sub-bg-index-recent-news a{
	color: #000000;
}

.recent-news-header {
	color: #000000;
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 800;
	padding-bottom: 0px;
	margin-bottom: 2px;
}

.sub-bg-index-facebook {
	background-color: #ffffff;
	width: 358px;
	height: 379px;
}




/* CONTACT */

.sub-bg-index-contact {
	background-color: #000000;
	width: 950px;
	height: 116px;
	color: #8db553;
	font-family: "Montserrat", sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: 600;

}

.sub-bg-index-contact a{
	color: #d7d7d7;
	text-decoration: none;
}

.contact-name {
	font-weight: 800;
	color: #ffffff;
	font-size: 25px;
}

/* BACKGROUNDS */

.sub-bg {
	background-color: #ffffff;
	padding: 20px 20px 0px 20px;
	min-height: 266px;
}

 