@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: #ffffff;
	font-family: 'Montserrat', 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-white-large-Display {
	color: #ffffff;
	font-family: "Bebas Neue", serif;
	font-size: 50px;
	text-transform: uppercase;
	line-height: 1.0;
}

.text-white-small-Display {
	color: #ffffff;
	font-family: "Bebas Neue", serif;
	font-size: 25px;
	text-transform: uppercase;
	line-height: 1.0;
}

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

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

.text-teal-large-Display {
	color: #11B5BF;
	font-family: "Bebas Neue", serif;
	font-size: 50px;
	text-transform: uppercase;
	line-height: 1.0;
}

.text-teal-small-Display {
	color: #11B5BF;
	font-family: "Bebas Neue", serif;
	font-size: 25px;
	text-transform: uppercase;
	line-height: 1.0;
}

.text-teal-med{
	color: #11B5BF;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}

.text-teal-small{
	color: #11B5BF;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2;
}

.text-yellow-large-Display {
	color: #fcc85d;
	font-family: "Bebas Neue", serif;
	font-size: 50px;
	text-transform: uppercase;
	line-height: 1.0;
}

.text-yellow-small-Display {
	color: #fcc85d;
	font-family: "Bebas Neue", serif;
	font-size: 25px;
	text-transform: uppercase;
	line-height: 1.0;
}

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

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

/* ND */

.znd{
	color: #ffffff;
	font-family: 'Montserrat', 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-image: url("images/subpage2025_03.jpg");
	width: 950px;
	height: 100px;
}

.subpage-headers-bg h1{
	color: #ffffff;
	font-family: 'Display', sans-serif;
	font-size: 90px;
	text-transform: uppercase;
	font-weight: normal!important;
	line-height: 0.6;
	margin: 0px;
	padding: 18px 0 0 0;
}

/* MENU */

.menu-index {
    background-color: #10B5BF;
    width: 950px;
    height: 73px;
    color: #ffffff;
    font-family: "Display", sans-serif;
    font-size: 40px;
    display: flex; /* Ensures links line up horizontally */
    justify-content: space-around; /* Adjust spacing as needed */
    align-items: center; /* Vertically centers links */
	letter-spacing: 0.01em;
	text-transform: uppercase;
	font-weight: normal!important;
	
}

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

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

.menu-subpage {
    background-color: #10B5BF;
    width: 950px;
    height: 73px;
    color: #ffffff;
    font-family: "Display", sans-serif;
    font-size: 40px;
    display: flex; /* Ensures links line up horizontally */
    justify-content: space-around; /* Adjust spacing as needed */
    align-items: center; /* Vertically centers links */
	letter-spacing: 0.01em;
	font-weight: normal!important;
	
}

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

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



/* LINKS AND BORDER */

a {
	color: #10B5BF;
}

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



/* CONTACT */

.sub-bg-index-contact {
	background-image: url("images/index2025_03.jpg");
	width: 374px;
	height: 177px;
	color: #6bcbd4;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 1.3;
	font-weight: 600;
	padding-left: 20px;
}


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

.sub-bg-subpage-contact {
	background-image: url("images/subpage2025_08.jpg");
	width: 374px;
	height: 177px;
	color: #6bcbd4;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 1.3;
	font-weight: 600;
	padding-left: 20px;
}


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

.contact-names {
	color: #6bcbd4;
	font-family: 'Display', sans-serif;
	font-size: 73px;
	text-transform: uppercase;
	font-weight: normal!important;
	line-height: 0.6;
}

.contact-town {
	color: #f5e8a6;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 1.3;
	font-weight: 800;
}

.contact-email {
	color: #6bcbd4;
	font-family: "Fjalla One", sans-serif;
	font-size: 18px;
	font-weight: normal!important;
}





/* BACKGROUNDS */

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


 