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

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

body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: top center; /* Aligns the background to the top center */
	background-repeat: no-repeat;
	background-size: cover; /* Ensures the background covers the entire viewport */
	background-color: #000000;
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-size: 16px; 
	border: 0px;
	margin: 0; /* Removes default body margin that might cause spacing issues */
	padding: 0;
}

img { border: 0px; }


/* TEXT */
.text-white-large {
	color: #ffffff;
	font-family: obviously-narrow, sans-serif;
	font-size: 55px;
	letter-spacing: 0.02em;
}

.text-white-med{
	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: 17px;
	font-weight: 300;
	line-height: 1.2;
}

.text-orange-large {
	color: #FE8210;
	font-family: obviously-narrow, sans-serif;
	font-size: 55px;
	letter-spacing: 0.02em;
}

.text-orange-med{
	color: #FE8210;
	font-family: "Open Sans", sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2;
}

.text-orange-small{
	color: #FE8210;
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.2;
}
.text-black-med{
	color: #000;
	font-family: obviously-narrow, sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2;	
    text-decoration: none;
}

/* ND */

.znd{
	color: #bcaadc;
	font-family: "Open Sans", sans-serif;
	font-size: 11px;
    text-transform: uppercase;
	padding-top: 10px;
	font-weight: 300;
	letter-spacing: 0.2em;
	border-top: 2px solid #FD840E;
	width: 950px;
}

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


/* SECTION HEADERS */

.section-headers {
	text-align: center;
}

.section-headers h1 {
	color: #000000;
	background-color: #fe8310;
	padding: 0px 45px 15px 45px;
	display: inline-block; /* critical for background hugging text */
	font-family: obviously-narrow, sans-serif;
	font-size: 72px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.03em;
	margin: 0 auto;
	line-height: 1.0;
}




/* MENU */
.menu-index {
    background-image: url("images/index2025_02.jpg");
    width: 387px;
    height: 299px;
    color: #000000;
    font-family: obviously-narrow, sans-serif;
    font-size: 55px;
    text-transform: uppercase;
    text-align: center;
	padding-bottom: 45px;
	padding-left: 30px;
    
}

.menu-index a {
    display: block;
    text-decoration: none;
    padding: 0px;
    transition: transform 0.3s ease, color 0.3s ease, text-shadow 0.3s ease;
}

.menu-links {
    transform: rotate(13deg);
    display: inline-block;
}

/* Alternating colors: black, orange, black, etc. */
.menu-index a:nth-child(odd) {
    color: #000000;
}

.menu-index a:nth-child(even) {
    color: #fe8310;
}

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

/* RECENT NEWS */
.recent-news {
    background-image: url("images/index2025_05.jpg");
    width: 345px;
    height: 85px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
	font-weight: 900;
	line-height: 1.0;
    
}

/* FAIR DATE */
.fair-date {
    background-color: #ffffff;
    width: 950px;
    height: 96px;
    color: #000000;
    font-family: obviously-narrow, sans-serif;
    font-size: 80px;
    text-transform: uppercase;
    
}

/* LINKS AND BORDER */

a {
	color: #8B8A8B;
}

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



/* BACKGROUNDS */

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

.table-cell-padding th,
.table-cell-padding td {
  padding: 20px;
}

