@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: #433421;
	color: #932E2E;
	 font-family: "Sofia Sans Extra 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-red-xl-caps {
	color: #932E2E;
	font-family: "Nunito Sans", sans-serif;
	font-size: 62px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.0;
}
.text-red-large {
	color: #932E2E;
	font-family: "Sofia Sans Extra Condensed", sans-serif;
	font-size: 45px;
	font-weight: 600;
	line-height: 1.0;
}

.text-red-large-script {
	color: #932E2E;
	font-family: "Yellowtail", cursive;
	font-size: 45px;
}

.text-red-small-script {
	color: #932E2E;
	font-family: "Yellowtail", cursive;
	font-size: 25px;
}

.text-red-med{
	color: #932E2E;
	font-family: "Sofia Sans Extra Condensed", sans-serif;
	font-size: 31px;
	font-weight: 400;
	line-height: 1.1;
}

.text-red-small{
	color: #932E2E;
	 font-family: "Sofia Sans Extra Condensed", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1;
}

.text-tan-xl-caps {
	color: #E1D6CA;
	font-family: "Nunito Sans", sans-serif;
	font-size: 62px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.0;
}
.text-tan-large {
	color: #E1D6CA;
	font-family: "Sofia Sans Extra Condensed", sans-serif;
	font-size: 45px;
	font-weight: 600;
	line-height: 1.0;
}

.text-tan-large-script {
	color: #E1D6CA;
	font-family: "Yellowtail", cursive;
	font-size: 45px;
}

.text-tan-small-script {
	color: #E1D6CA;
	font-family: "Yellowtail", cursive;
	font-size: 25px;
}

.text-tan-med{
	color: #E1D6CA;
	font-family: "Sofia Sans Extra Condensed", sans-serif;
	font-size: 31px;
	font-weight: 400;
	line-height: 1.1;
}

.text-tan-small{
	color: #E1D6CA;
	font-family: "Sofia Sans Extra Condensed", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1;


}

.text-tan-xsmall{
	color: #E1D6CA;
	font-family: "Sofia Sans Extra Condensed", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.1;
}

/* ND */

.znd{
	color: #595a5a;
	 font-family: "Sofia Sans Extra Condensed", sans-serif;
	font-size: 15px;
    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_07.jpg");
    width: 576px;
    height: 138px;
    color: #17120d;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-size: 28px;
}

.contact-home a{
    color: #17120d;
}

.contact-subpage {
	background-image: url("images/subpage2025_11.jpg");
    width: 557px;
    height: 138px;
    color: #17120d;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-size: 28px;
}

.contact-subpage a{
    color: #17120d;
}

.contact-name {
    color: #932E2E;
    font-family: "Nunito Sans", sans-serif;
    font-size: 30px;
	font-weight: 900;
	text-transform: uppercase;
}

/* SUBPAGE HEADERS */

.subpage-headers-bg {
	background-image: url("images/subpage2025_05.jpg");
	width: 522px;
	height: 84px;
	
}

.subpage-headers-bg h1{
	color: #1D1916;
	font-family: "Nunito Sans", sans-serif;
	font-size: 72px;
	text-transform: uppercase;
	margin: 0;
	line-height: 0.9;
	font-weight: 900;
}


/* MENU */
.menu-index {
    background-image: url("images/index2025_02.jpg");
    width: 950px;
    height: 60px;
    color: #f0e4da;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
}

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

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

.menu-index a.active {
    text-decoration: overline;
    text-underline-offset: 6px;
    color: #f0e4da;       
    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: #932E2F;
}

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



/* BACKGROUNDS */

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