@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: #ffffff;
	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-white-large-Display {
	color: #ffffff;
	font-family: "Anton", serif;
	font-size: 47px;
	line-height: 1.2;
}

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

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

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

.text-orange-large-Display {
	color: #f0760c;
	font-family: "Anton", serif;
	font-size: 47px;
	line-height: 1.2;
}

.text-orange-small-Display {
	color: #f0760c;
	font-family: "Anton", serif;
	font-size: 23px;
	line-height: 1.2;
}

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

.text-orange-small{
	color: #f0760c;
	font-family: "Montserrat", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2;
}


/* 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-image: url("images/subpage2025_04.jpg");
	width: 950px;
	height: 116px;
}

.subpage-headers-bg h1{
	color: #ffffff;
	font-family: "Anton", serif;
	font-size: 90px;
	text-transform: uppercase;
	line-height: 0.6;
	margin: 0px;
	letter-spacing: 0.01em;
    text-transform: uppercase;
    font-weight: 300!important;
	padding-left: 30px;
}

/* MENU */
.menu-index {
    background-image: url("images/index2025_02.jpg");
    width: 277px;
    height: 384px; 
    color: #ffffff;
    font-family: "Anton", serif;
    font-size: 50px;
    display: flex;
    flex-direction: column; /* Stacks links vertically */
    justify-content: center; /* Centers links vertically */
    align-items: center; /* Centers links horizontally */
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-weight: 300!important;
}

.menu-index a {
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
    display: block; /* Ensures full width for better click area */
    text-align: center;
    letter-spacing: 0.01em;
    margin: 3px 0; /* Reduce spacing between links */
    padding: 2px 10px; /* Adjusted padding for better spacing */
    line-height: 1; /* Keeps line height compact */
    overflow: hidden;
    z-index: 1;
}

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

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

/* Hover effect with black background sliding in */
.menu-index a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #000000;
    transition: left 0.3s ease;
    z-index: -1;
}

.menu-index a:hover::before {
    left: 0;
}

.menu-index a:hover {
    color: #ffffff;
    letter-spacing: 0.05em;
}

/* Subpage menu styles */
.menu-subpage {
    background-image: url("images/subpage2025_02.jpg");
    width: 277px;
    height: 384px; 
    color: #ffffff;
    font-family: "Anton", serif;
    font-size: 50px;
    display: flex;
    flex-direction: column; /* Stacks links vertically */
    justify-content: center; /* Centers links vertically */
    align-items: center; /* Centers links horizontally */
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-weight: 300!important;
}

.menu-subpage a {
    position: relative;
    text-decoration: none;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
    display: block; /* Ensures full width for better click area */
    text-align: center;
    letter-spacing: 0.01em;
    margin: 3px 0; /* Reduce spacing between links */
    padding: 2px 10px; /* Adjusted padding for better spacing */
    line-height: 1; /* Keeps line height compact */
    overflow: hidden;
    z-index: 1;
}

/* Alternating colors */
.menu-subpage a:nth-child(odd) {
    color: #000000;
}

.menu-subpage a:nth-child(even) {
    color: #f0760c;
}

/* Hover effect with black background sliding in */
.menu-subpage a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #000000;
    transition: left 0.3s ease;
    z-index: -1;
}

.menu-subpage a:hover::before {
    left: 0;
}

.menu-subpage a:hover {
    color: #ffffff;
    letter-spacing: 0.05em;
}



/* LINKS AND BORDER */

a {
	color: #AFAFAF;
}

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



/* CONTACT */

.sub-bg-index-contact {
	background-image: url("images/index2025_06.jpg");
	width: 950px;
	height: 132px;
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
    text-transform: uppercase;
	font-weight: 800;
	color: #000000;
}

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

.sub-bg-subpage-contact {
	background-image: url("images/subpage2025_08.jpg");
	width: 950px;
	height: 132px;
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
    text-transform: uppercase;
	font-weight: 800;
	color: #000000;
}

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

.contact-names {
	color: #000000;
	font-family: "Anton", serif;
	font-size: 38px;
	font-weight: normal;
	line-height: 1.2;
}


/* BACKGROUNDS */

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


 