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

@font-face { font-family: Bast; src: url('images/bast.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: #ffffff;
	font-family: "PT Sans", 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-white-large-Display {
	color: #ffffff;
	font-family: "Bast", serif;
	font-size: 50px;
	line-height: 1.0;
}

.text-white-small-Display {
	color: #ffffff;
	font-family: "Bast", serif;
	font-size: 22px;
	line-height: 1.2;
}

.text-white-med{
	color: #ffffff;
	font-family: "PT Sans", sans-serif;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2;
}

.text-white-small{
	color: #ffffff;
	font-family: "PT Sans", sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.2;
}

.text-red-large-Display {
	color: #e10005;
	font-family: "Bast", serif;
	font-size: 50px;
	line-height: 1.0;
}

.text-red-small-Display {
	color: #e10005;
	font-family: "Bast", serif;
	font-size: 22px;
	line-height: 1.2;
}

.text-red-med{
	color: #e10005;
	font-family: "PT Sans", sans-serif;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2;
}

.text-red-small{
	color: #e10005;
	font-family: "PT Sans", sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.2;
}


/* ND */

.znd{
	color: #BB0100;
	font-family: "PT Sans", sans-serif;
	font-size: 13px;
    text-transform: uppercase;
	padding: 10px;
	font-weight: 300;
	letter-spacing: 0.2em;
}

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


/* SUBPAGE HEADERS */

.subpage-headers-bg {
	background-image: url("images/subpage2025x_05.jpg");
	width: 772px;
	height: 121px;
}

.subpage-headers-bg h1 {
	color: #ffffff;
	font-family: "Bast", serif;
	font-size: 80px;
	text-transform: uppercase;
	font-weight: normal!important;
	line-height: 0.6;
	margin: 0px;
}




/* MENU */

.menu-index {
    background-image: url("images/index2025_01.jpg");
    width: 950px;
    height: 124px; /* Exact height, preventing layout shifts */
    color: #000000;
    font-family: "Bast", serif;
    font-size: 21px;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-weight: normal !important;
    position: relative;
    overflow: hidden; /* Ensures no extra spacing */
}

.menu-subpage {
    background-image: url("images/subpage2025_01.jpg");
    width: 950px;
    height: 124px; /* Exact height, preventing layout shifts */
    color: #000000;
    font-family: "Bast", serif;
    font-size: 19px;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-weight: normal !important;
    position: relative;
    overflow: hidden; /* Ensures no extra spacing */
}

.menu-links {
    justify-content: space-around;
    align-items: center;
    transform: rotate(-2deg); /* Rotates links */
    padding-top: 22px; /* Moves the links down slightly without adding height */
}

.menu-links a {
    text-decoration: none;
    color: #000000;
    transition: transform 0.3s ease, color 0.3s ease;
    padding: 6px 10px;
    display: inline-block;
    font-weight: bold;
}

.menu-links a:hover {
    color: #BD0001;
    transform: translateY(-5px);
}



/* LINKS AND BORDER */

a {
	color: #c7c7c7;
}

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



/* CONTACT */

.sub-bg-index-contact {
	background-image: url("images/index2025_03.jpg");
	width: 589px;
	height: 121px;
	color: #e10005;
	font-family: "PT Sans", sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}

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

.sub-bg-subpage-contact {
	background-image: url("images/subpage2025_11.jpg");
	width: 589px;
	height: 121px;
	color: #e10005;
	font-family: "PT Sans", sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}

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

.contact-address {
	color: #ffffff;
	font-family: "Bast", serif;
	font-size: 22px;
	text-transform: uppercase;
}


/* BACKGROUNDS */

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


 