@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: #17120e;
	color: #17120e;
	font-family: "Sora", 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-brown-large-Display {
	color: #17120e;
	font-family: "Fjalla One", sans-serif;
	font-size: 45px;
	line-height: 1.2;
}

.text-brown-small-Display {
	color: #17120e;
	font-family: "Fjalla One", sans-serif;
	font-size: 26px;
	text-transform: uppercase;
	line-height: 1.2;
}

.text-brown-med{
	color: #17120e;
	font-family: "Sora", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
}

.text-brown-small{
	color: #17120e;
	font-family: "Sora", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}

.text-red-large-Display {
	color: #be1e2d;
	font-family: "Fjalla One", sans-serif;
	font-size: 45px;
	line-height: 1.2;
}

.text-red-small-Display {
	color: #be1e2d;
	font-family: "Fjalla One", sans-serif;
	font-size: 26px;
	text-transform: uppercase;
	line-height: 1.2;
}

.text-red-med{
	color: #be1e2d;
	font-family: "Sora", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
}

.text-red-small{
	color: #be1e2d;
	font-family: "Sora", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}


/* ND */

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

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


/* SUBPAGE HEADERS */

.subpage-headers-bg {
	background-image: url("images/subpage2025_04.jpg");
	width: 950px;
	height: 76px;
	display: flex;              
	align-items: center;        
	justify-content: center;  
	padding-top: 5px;
	
}

.subpage-headers-bg h1{
	color: #432611;
	font-family: "Fjalla One", sans-serif;
	font-size: 70px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/* MENU */

.menu-index {
    background-image: url("images/index2025_02.jpg");
    width: 950px;
    height: 54px;
    color: #e7dab6;
    font-family: "Sora", sans-serif;
	font-weight: 800;
    font-size: 26px;
    display: flex; /* Ensures links line up horizontally */
    justify-content: space-around; /* Adjust spacing as needed */
    align-items: center; /* Vertically centers links */
	text-transform: uppercase;
	
}

.menu-index a {
    text-decoration: none;
	color: #e7dab6;
    transition: transform 0.3s ease, color 0.3s ease;
    padding: 6px 10px;
    display: inline-block;
}

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


.menu-subpage {
    background-image: url("images/subpage2025_02.jpg");
    width: 950px;
    height: 54px;
    color: #e7dab6;
    font-family: "Sora", sans-serif;
	font-weight: 800;
    font-size: 23px;
    display: flex; /* Ensures links line up horizontally */
    justify-content: space-around; /* Adjust spacing as needed */
    align-items: center; /* Vertically centers links */
	text-transform: uppercase;
	
}

.menu-subpage a {
    text-decoration: none;
	color: #e7dab6;
    transition: transform 0.3s ease, color 0.3s ease;
    padding: 6px 10px;
    display: inline-block;
}

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



/* LINKS AND BORDER */

a {
	color: #17120e;
}

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



/* CONTACT */

.sub-bg-index-contact {
	background-image: url("images/index2025_04.jpg");
	width: 950px;
	height: 134px;
	color: #e0d6af;
	font-family: "Sora", sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.2;
}

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

.sub-bg-subpage-contact {
	background-image: url("images/subpage2025_08.jpg");
	width: 950px;
	height: 134px;
	color: #e0d6af;
	font-family: "Sora", sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.2;
}

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

.contact-address {
	color: #e0d6af;
	font-family: "Fjalla One", sans-serif;
	font-size: 31px;
}

.contact-email {
	color: #ba1e2c;
	font-family: "Sora", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.contact-email a{
	color: #ba1e2c;
}

.contact-phone {
	color: #e0d6af;
	font-family: "Sora", sans-serif;
	font-size: 17px;
	font-weight: 500!important;
	line-height: 1.3;
}



/* BACKGROUNDS */

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


 