@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; /* 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: #a7a196;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-size: 18px; 
	border: 0px;
	margin: 0; /* Removes default body margin that might cause spacing issues */
	padding: 0;
}

img { border: 0px; }


/* TEXT */
.text-light-large-Display {
	color: #a7a196;
	font-family: "Antonio", serif;
	font-size: 50px;
	text-transform: uppercase;
	line-height: 1.0;
	font-weight: 800;
}

.text-light-small-Display {
	color: #a7a196;
	font-family: "Antonio", serif;
	font-size: 25px;
	text-transform: uppercase;
	line-height: 1.0;
}

.text-light-med{
	color: #a7a196;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}

.text-light-small{
	color: #a7a196;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	line-height: 1.2;
	font-weight: 800;
}

.text-red-large-Display {
	color: #8F1726;
	font-family: "Antonio", serif;
	font-size: 50px;
	text-transform: uppercase;
	line-height: 1.0;
	font-weight: 800;
}

.text-red-small-Display {
	color: #8F1726;
	font-family: "Antonio", serif;
	font-size: 25px;
	text-transform: uppercase;
	line-height: 1.0;
}

.text-red-med{
	color: #8F1726;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}

.text-red-small{
	color: #8F1726;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	line-height: 1.2;
	font-weight: 800;
}


/* ND */

.znd{
	color: #ffffff;
	font-family: 'Montserrat', 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-bg {
	background-color: #000000;
	width: 563px;
	height: 119px;
}

.subpage-headers-bg h1{
	color: #a7a196;
	font-family: "Antonio", serif;
	font-size: 90px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 0.6;
	margin: 0px;
	padding: 18px 0 0 0;
}

.subpage-headers-bg h1#upcomingevents {
	color: #a7a196;
	font-family: "Antonio", serif;
	font-size: 73px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 0.6;
	margin: 0px;
	padding: 18px 0 0 0;
}

/* MENU */

.menu-index {
    background-image: url("images/index2025_01.jpg");
    width: 950px;
    height: 47px;
    color: #ffffff;
    font-family: "Antonio", serif;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; /* Adds space between links */
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-weight: normal !important;
}

.menu-index a {
    text-decoration: none;
    color: #ffffff;
    transition: transform 0.3s ease, color 0.3s ease;
    padding: 6px 10px;
    display: inline-block;
}

.menu-index a:hover {
    color: #8d1830;
    transform: scale(1.1); /* Enlarges the link */
    transition: transform 0.3s ease, color 0.3s ease;
}

.separator {
    color: #c0b9ad;
    font-weight: normal;
}




/* LINKS AND BORDER */

a {
	color: #ffffff;
}

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



/* CONTACT */

.sub-bg-index-contact {
	background-image: url("images/index2025_07.jpg");
	width: 950px;
	height: 79px;
}

.sub-bg-index-contact table {
	color: #ffffff;
	font-family: "Antonio", serif;
	text-transform: uppercase;
	font-size: 19px;
	line-height: 1.2;
}


.sub-bg-index-contact table a{
	color: #ffffff;
	text-decoration: none;
}
.contact-small {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1.2;
	font-weight: 700;
}

.sub-bg-index-contact2 {
	background-color: #8E1726;
	width: 950px;
	height: 56px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 800;
}




/* RECENT UPDATES */

.sub-bg-recent-updates {
	background-image: url("images/index2025_04.jpg");
	width: 395px;
	height: 155px;
	color: #000000;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 800;
	padding-top: 10px;
}


.sub-bg-recent-updates a{
	color: #000000;
	text-decoration: none;
}


.recent-updates-big {
	color: #8d1830;
	text-decoration: none;
	font-family: "Antonio", serif;
    font-size: 28px;
	line-height: 1.6;
	font-weight: normal!important;
}


/* BACKGROUNDS */

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


 