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

/* @font-face { font-family: Kirsty; src: url('images/krist.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: "Roboto Condensed", 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-black-xl-caps {
	color: #000000;
	font-family: "Inter", sans-serif;
	font-size: 50px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.0;
}
.text-black-large {
	color: #000000;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 39px;
	font-weight: 600;
	line-height: 1.0;
}

.text-black-med{
	color: #000000;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.1;
}

.text-black-small{
	color: #000000;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.1;
}

.text-green-xl-caps {
	color: #138527;
	font-family: "Inter", sans-serif;
	font-size: 50px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.0;
}
.text-green-large {
	color: #138527;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 39px;
	font-weight: 600;
	line-height: 1.0;
}

.text-green-med{
	color: #138527;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.1;
}

.text-green-small{
	color: #138527;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.1;
}


/* ND */

.znd{
	color: #ffffff;
	 font-family: "Roboto Condensed", sans-serif;
	font-size: 12px;
    text-transform: uppercase;
	padding: 10px;
	font-weight: 300;
	letter-spacing: 0.2em;
}

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

/* contact */

.contact-home {
	background-image: url("images/index2025_08.jpg");
    width: 950px;
    height: 188px;
    color: #ffffff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 17px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1.4;
}

.contact-home a{
    color: #ffffff;
}
.contact-subpage {
	background-image: url("images/subpage2025_11.jpg");
    width: 950px;
    height: 188px;
    color: #ffffff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 17px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1.4;
}

.contact-subpage a{
    color: #ffffff;
}

.contact-name {
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 1.1;
}

/* SUBPAGE HEADERS */

.subpage-headers-bg {
	background-color: #ffffff;
	width: 421px;
	height: 61px;
}

.subpage-headers-bg h1{
	color: #138527;
	font-family: "Inter", sans-serif;
	font-size: 52px;
	text-transform: uppercase;
	margin: 0;
	line-height: 0.9;
	font-weight: 900;
}


/* MENU */
.menu-index {
    background-color: #ffffff;
    width: 950px;
    height: 59px;
    color: #000000;
    font-family: "Inter", sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
	font-weight: 800;
}

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

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

.menu-index a.active {
    text-decoration: underline;
    text-underline-offset: 6px;
    color: #138527;       
    pointer-events: none;      /* disables clicking */
    cursor: default;           /* removes pointer cursor */
    transform: none !important;/* prevents moving up */
    transition: none !important; /* no hover transitions */
}

/* LINKS AND BORDER */

a {
	color: #138527;
}

.border {
	border: 2px solid #000000;
}
.pageborder {
	box-shadow: 0px 1px 30px 5px rgba(0,0,0,0.85); }



/* BACKGROUNDS */

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