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

@font-face { font-family: La Belle; src: url('La Belle Aurore.ttf'); } 

body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #020202;
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-size: 20px;
	border: 0px;
}

img { border: 0px; }


/* TEXT */

.text-white-titles{
	color: #FFF;
	font-family: 'Voltaire', sans-serif;
	font-size: 65px;
	text-transform: uppercase;
	font-weight: 900;
}
.text-white-script-large{
	color: #FFF;
	font-family: 'La Belle', cursive;
	font-size: 70px;
	line-height: 1.1;
}
.text-white-script-small{
	color: #FFF;
	font-family: 'La Belle', cursive;
	font-size: 30px;
	line-height: 1.1;
}
.text-white-large{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 37px;
}
.text-white-med{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	font-weight: 300;
}
.text-white-small{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 300;
}




.text-red-titles{
	color: #ac111e;
	font-family: 'Voltaire', sans-serif;
	font-size: 65px;
	text-transform: uppercase;
	font-weight: 900;
}
.text-red-script-large{
	color: #ac111e;
	font-family: 'La Belle', cursive;
	font-size: 70px;
	line-height: 1.1;
}
.text-red-script-small{
	color: #ac111e;
	font-family: 'La Belle', cursive;
	font-size: 30px;
	line-height: 1.1;
}
.text-red-large{
	color: #ac111e;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 37px;
}
.text-red-med{
	color: #ac111e;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	font-weight: 300;
}
.text-red-small{
	color: #ac111e;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 300;
}



.zcontact-white-large{
	color: #FFF;
	font-family: 'Voltaire', sans-serif;
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.zcontact-white-med{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	font-weight: 300;
}
.zcontact-white-small{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 300;
}

.zcontact-white-small-caps{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

.zcontact-white-xsmall-caps{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

.znd-text{
	color: #ac111e;
	font-family: 'Voltaire', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 10 0 10 0;
}


/* MENU */

.menu{
	color: #fff;
	font-family: 'Voltaire', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
}

.nav{
    border: none;
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
	-ms-transform: rotate(-1.0deg); /* IE 9 */
    -webkit-transform: rotate(-1.0deg); /* Chrome, Safari, Opera */
    transform: rotate(-1.0deg);
}
.nav li{
    display:inline;
}
.nav a{
    display:inline-block;
    padding: 0 25 0 25;
}
nav ul li a {
  display: block;
  text-decoration: none;
  color: #FFF;
  padding: 10px 0;
  font-family: 'Voltaire', sans-serif;
	font-size: 28px;
	text-transform: uppercase;
}

nav ul li a:hover {
	color: #818284;
	text-decoration: none;}




/* LINKS AND BORDER */

a {
	color: #fff;
}

a.zndlink {
	color: #ac111e;
	text-decoration: none;
}

.border {
	border: 2px solid #818284;
}
.pageborder {
	box-shadow: 0px 0px 40px 15px rgba(0,0,0,0.65); }



/* BACKGROUNDS */

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

.sub-bg-index-contact {
	background-color: #ac111e;
	width: 950px;
	height: 45px;
}

.sub-bg-sheeplanding-contactblack {
	background-image: url(images/images/sheep_04.jpg);
	width: 950px;
	height: 83px;
	padding: 5 0 0 175;
}
.sub-bg-goatlanding-contactblack {
	background-image: url("images/goats2017_04.jpg");
	width: 950px;
	height: 83px;
	padding: 5 0 0 175;
}
.sub-bg-sheeplanding-red {
	background-color: #ac111e;
	width: 950px;
	height: 45px;
	padding: 0 0 0 175;
}

#landingpagerotate {
	-ms-transform: rotate(-2.0deg); /* IE 9 */
    -webkit-transform: rotate(-2.0deg); /* Chrome, Safari, Opera */
    transform: rotate(-2.0deg);
	padding: 0 0 0 0;}

.sub-bg-menu-allsubpages {
	background-color: #ac111e;
	width: 950px;
	height: 45px;
}

.sub-bg-sheepsub-contact-black {
	background-color: #000;
	width: 670px;
	height: 112px;
	padding: 0 0 5 0;
}

.sub-bg-sheepsub-contact-red {
	background-color: #AD121E;
	width: 670px;
	height: 67px;
}

.sub-bg-goatsub-contact-black {
	background-color: #000;
	width: 603px;
	height: 112px;
	padding: 0 0 5 0;
}

.sub-bg-goatsub-contact-red {
	background-color: #AD121E;
	width: 603px;
	height: 67px;
}

