@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: #ffffff;
	 font-family: "DM Sans", 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-white-large {
	color: #ffffff;
	font-family: "Kirsty", sans-serif;
	font-size: 55px;
}

.text-white-kirsty-medium {
	color: #ffffff;
	font-family: "Kirsty", sans-serif;
	font-size: 30px;
}

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

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

.text-tan-large {
	color: #C7BAA6;
	font-family: "Kirsty", sans-serif;
	font-size: 55px;
}

.text-tan-kirsty-medium {
	color: #C7BAA6;
	font-family: "Kirsty", sans-serif;
	font-size: 30px;
}

.text-tan-med{
	color: #C7BAA6;
	 font-family: "DM Sans", sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2;
}

.text-tan-small{
	color: #C7BAA6;
	 font-family: "DM Sans", sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2;
}



/* ND */

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

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


/* SUBPAGE HEADERS */

.subpage-headers-bg {
	background-image: url("images/subpage2025_03.jpg");
	width: 950px;
	height: 98px;
	
}

.subpage-headers-bg h1{
	color: #bbac95;
	font-family: "Kirsty", sans-serif;
	font-size: 59px;
	text-transform: uppercase;
	margin: 0;
	line-height: 0;
}


/* MENU */
.menu-index {
    background-image: url("images/index2025_01.jpg");
    width: 950px;
    height: 107px;
    color: #ffffff;
    font-family: "Kirsty", sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
}

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

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

.menu-subpage {
    background-image: url("images/subpage2025_01.jpg");
    width: 950px;
    height: 107px;
    color: #ffffff;
    font-family: "Kirsty", sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    text-align: center;
}

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

.menu-subpage a:hover {
    color: #B9AC94;
    transform: translateY(-3px);
}


/* LINKS AND BORDER */

a {
	color: #C7BAA6;
}

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



/* CONTACT */

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

.sub-bg-index-contact table {
	color: #060303;
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 22px;
}

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

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

.sub-bg-subpage-contact table {
	color: #060303;
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	font-size: 22px;
}

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


.contact-names {
    font-family: "Kirsty", sans-serif;
    font-size: 25px;
    text-transform: uppercase;
	color: #060303;
}

.contact-address {
	color: #060303;
	font-family: "DM Sans", sans-serif;
	font-weight: 900!important;
	font-size: 25px;
	text-transform: uppercase;
}

.contact-email {
    font-family: "Kirsty", sans-serif;
    font-size: 17px;
    text-transform: uppercase;
	color: #f7efe3;
}




/* BACKGROUNDS */

.sub-bg {
	background-color: #27251E;
	padding: 0 20;
}
