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

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

html, body {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(images/bg-new.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000000;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}

img { border: 0px; }



/* TEXT */

.text-white-large-script{
	color: #ffffff;
	font-family: "April June", sans-serif;
	font-size: 59px;
}

.text-white-large{
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 45px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.2em;
}

.text-white-medium{
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2;
}

.text-white-small{
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2;
}


/* ND */

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

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


/* MENU */
.index-menu {
  background-color: #DFBC62;
  width: 950px;
  height: 80px;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 37px;
  text-transform: uppercase;
  font-weight: 1000;
}

.index-menu a {
  color: #000000;
  text-decoration: none;
  padding: 0px 16px;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.index-menu a:hover {
  color: #ffffff;
  background-color: #000000;
}



/* LINKS AND BORDER */

a {
	color: #DFBC61;
}

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



/* SUBPAGE HEADERS */

.subpage-headers {
	background-color: #ffffff;
	width: 588px;
	height: 83px;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 800;
}


/* CONTACT */

.sub-bg-index-contact {
	background-image: url("images/sheep-index-2025_04.jpg");
	width: 864px;
	height: 195px;
}

.sub-bg-index-contact table {
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.3;
}

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

.contact-name {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 23px;
	font-weight: 300;
}

/* BACKGROUNDS */

.sub-bg {
	background-color: #000000;
	padding: 20px 20px 0px 20px;
}

 