@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: #000000;
	font-family: 'stevie-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-black-large-Display {
	color: #000000;
	font-family: "birch-std",serif;
	font-size: 50px;
	line-height: 1.0;
}

.text-black-small-Display {
	color: #000000;
	font-family: "birch-std",serif;
	font-size: 25px;
	line-height: 1.0;
}

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

.text-black-small{
	color: #000000;
	font-family: 'stevie-sans', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2;
}

.text-black-script-large {
	color: #000000;
	font-family: "brush-script-std",sans-serif;
	font-size: 50px;
	line-height: 1.2;
}
.text-black-script-small {
	color: #000000;
	font-family: "brush-script-std",sans-serif;
	font-size: 28px;
	line-height: 1.2;
}

.text-green-large-Display {
	color: #01a42d;
	font-family: "birch-std",serif;
	font-size: 50px;
	line-height: 1.0;
}

.text-green-small-Display {
	color: #01a42d;
	font-family: "birch-std",serif;
	font-size: 25px;
	line-height: 1.0;
}

.text-green-med{
	color: #01a42d;
	font-family: 'stevie-sans', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}

.text-green-small{
	color: #01a42d;
	font-family: 'stevie-sans', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2;
}

.text-green-script-large {
	color: #01a42d;
	font-family: "brush-script-std",sans-serif;
	font-size: 50px;
	line-height: 1.2;
}
.text-green-script-small {
	color: #01a42d;
	font-family: "brush-script-std",sans-serif;
	font-size: 28px;
	line-height: 1.2;
}


/* ND */

.znd{
	color: #ffffff;
	font-family: 'stevie-sans', 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: #ffffff;
	width: 541px;
	height: 157px;
}

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

/* MENU */
.menu-index {
    background-image: url("images/index2025_02.jpg");
    width: 298px;
    height: 488px; 
    color: #ffffff;
    font-family: "birch-std", 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 {
    text-decoration: none;
    color: #ffffff;
    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 0; /* Reduce padding between links */
    line-height: 1; /* Keeps line height compact */
}

.menu-index a:hover {
    color: #000000; /* Accent color on hover */
    letter-spacing: 0.05em; /* Expands spacing slightly */
}

.menu-subpage {
    background-image: url("images/subpage2025_02.jpg");
    width: 298px;
    height: 527px; 
  color: #ffffff;
  font-family: "birch-std", 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;
	padding-top: 35px;
}

.menu-subpage a {
    text-decoration: none;
    color: #ffffff;
    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 0; /* Reduce padding between links */
    line-height: 1; /* Keeps line height compact */
}

.menu-subpage a:hover {
    color: #000000; /* Accent color on hover */
    letter-spacing: 0.05em; /* Expands spacing slightly */
}




/* LINKS AND BORDER */

a {
	color: #969696;
}

.border {
	border: 3px solid #c6c6c6;
}
.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: 150px;
}

.sub-bg-index-contact table {
	color: #ffffff;
	font-family: "stevie-sans", sans-serif;
}

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

.sub-bg-subpage-contact {
	background-image: url("images/subpage2025_09.jpg");
	width: 950px;
	height: 150px;
}

.sub-bg-subpage-contact table {
	color: #ffffff;
	font-family: "stevie-sans", sans-serif;
}

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


.contact-names {
	color: #ffffff;
	font-family: "birch-std",serif;
	font-size: 29px;
	text-transform: uppercase;
	line-height: 1.0;
}

.contact-phones-address {
	color: #ffffff;
	font-family: 'stevie-sans', sans-serif;
	font-size: 15px;
    text-transform: uppercase;
	font-weight: 700;
}

.contact-script {
	color: #01a42d;
	font-family: "brush-script-std",sans-serif;
	font-size: 30px;
}



/* BACKGROUNDS */

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


 