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

/* @font-face { font-family: Display; src: url('images/display.ttf'); }  */


body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover; 
	background-color: #000000;
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-size: 18px; 
	border: 0px;
	margin: 0; 
	padding: 0;
	line-height: 1.4;
}

img { border: 0px; }


/* TEXT */
.text-white-large-Display {
	color: #ffffff;
	font-family: "Bebas Neue", sans-serif;
	font-size: 47px;
	line-height: 1.0;
}

.text-white-small-Display {
	color: #ffffff;
	font-family: "Bebas Neue", sans-serif;
	font-size: 23px;
	line-height: 1.2;
}

.text-white-med{
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
}

.text-white-small{
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.4;
}

.text-gray-large-Display {
	color: #808080;
	font-family: "Bebas Neue", sans-serif;
	font-size: 47px;
	line-height: 1.0;
}

.text-gray-small-Display {
	color: #808080;
	font-family: "Bebas Neue", sans-serif;
	font-size: 23px;
	line-height: 1.2;
}

.text-gray-med{
	color: #808080;
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
}

.text-gray-small{
	color: #808080;
	font-family: "Poppins", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.4;
}


/* ND */

.znd{
	color: #ffffff;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
    text-transform: uppercase;
	padding: 10px;
	font-weight: 300;
	letter-spacing: 0.1em;
}

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


/* SUBPAGE HEADERS */

.subpage-headers-bg1 {
	background-image: url("images/subpagebarn_04.jpg");
	width: 502px;
	height: 126px;
}

.subpage-headers-bg1 h1{
	color: #ffffff;
	font-family: "Bebas Neue", sans-serif;
	font-size: 75px;
	text-transform: uppercase;
	line-height: 0.6;
	margin: 0px;
	letter-spacing: 0.02em;
}

.subpage-headers-bg2 {
	background-image: url("images/subpage2_04.jpg");
	width: 502px;
	height: 126px;
}

.subpage-headers-bg2 h1{
	color: #ffffff;
	font-family: "Bebas Neue", sans-serif;
	font-size: 75px;
	text-transform: uppercase;
	line-height: 0.6;
	margin: 0px;
	letter-spacing: 0.02em;
}

.subpage-headers-bg3 {
	background-image: url("images/subpage-sires_04.jpg");
	width: 502px;
	height: 126px;
}

.subpage-headers-bg4 {
	background-image: url("images/subpage-donors_04.jpg");
	width: 502px;
	height: 126px;
}

.subpage-headers-bg3 h1{
	color: #ffffff;
	font-family: "Bebas Neue", sans-serif;
	font-size: 75px;
	text-transform: uppercase;
	line-height: 0.6;
	margin: 0px;
	letter-spacing: 0.02em;
}

.subpage-headers-bg4 h1{
	color: #ffffff;
	font-family: "Bebas Neue", sans-serif;
	font-size: 75px;
	text-transform: uppercase;
	line-height: 0.6;
	margin: 0px;
	letter-spacing: 0.02em;
}


.subpage-headers-bgrear {
	background-image: url("images/subpagerear_04.jpg");
	width: 502px;
	height: 126px;
}

.subpage-headers-bgrear h1{
	color: #ffffff;
	font-family: "Bebas Neue", sans-serif;
	font-size: 75px;
	text-transform: uppercase;
	line-height: 0.6;
	margin: 0px;
	letter-spacing: 0.02em;
}

.subpage-headers-bgbarn {
	background-image: url("images/subpagebarn_04.jpg");
	width: 502px;
	height: 126px;
}

.subpage-headers-bgbarn h1{
	color: #ffffff;
	font-family: "Bebas Neue", sans-serif;
	font-size: 75px;
	text-transform: uppercase;
	line-height: 0.6;
	margin: 0px;
	letter-spacing: 0.02em;
}

/* MENU */
.menu-index {
    background-color: white;
    width: 950px;
    height: 72px; 
}

.menu-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.menu-buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 133px;
    height: 40px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-family: "Bebas Neue", sans-serif;
    font-size: 26px;
    text-transform: uppercase;
	transition: 
        background-color 0.25s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.menu-buttons a:hover {
    background: #929292;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}



/* LINKS AND BORDER */

a {
	color: #808080;
}

.border {
	border: 3px solid #808080;
}
.pageborder {
	box-shadow: 0px 1px 10px 5px rgba(0,0,0,0.85); }



/* CONTACT */

.sub-bg-index-contact {
	background-color: #FFFFFF;
	width: 950px;
	height: 128px;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
    text-transform: uppercase;
	color: #000000;
	font-weight: 400;
}

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

.contact-names {
	font-weight: 800;
}


/* RECENT NEWS */

.recent-news {
    background-image: url("images/index2026_04.jpg");
    width: 283px;
    height: 252px;
    padding: 10px;

    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #000;
    line-height: 1;
}

.recent-news-content {
    transform: rotate(-2deg);
    transform-origin: center top;
}

.recent-news a {
    color: #000;
}

.recent-news h3 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 38px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 8px;   /* reduces space below the heading */
    line-height: 1.0;
}

.recent-news h3 img {
    display: block;
    margin: 4px auto 0;
}

.recent-news p {
    margin: 8px 0;
}

/* BACKGROUNDS */

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


 