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

/* @font-face { font-family: Phos; src: url('images/Phos.ttf'); }  */


body {
    margin: 0;
    padding: 0;
    background: url('images/bg.jpg') no-repeat top center;
    background-size: 100% auto; /* Keeps full width, adjusts height automatically */
    background-attachment: fixed; /* Keeps background in place when scrolling */
    min-height: 100vh; /* Ensures it covers the entire screen */
    background-color: #000000;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
}

img { border: 0px; }


/* TEXT */

.text-white-large{
	color: #ffffff;
	font-family: "Russo One", sans-serif;
	font-size: 55px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	line-height: 1.0;
}

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

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


.text-white-boars{
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.3;
}

.text-teal-large{
	color: #1B819A;
	font-family: "Russo One", sans-serif;
	font-size: 55px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	line-height: 1.0;
}

.text-teal-med{
	color: #1B819A;
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.3;
}

.text-teal-small{
	color: #1B819A;
	font-family: "Montserrat", sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.3;
}


.text-teal-captions{
	color: #1B819A;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
}


/* ND */

.znd{
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
    text-transform: uppercase;
	font-weight: 100;
	letter-spacing: 0.2em;
	padding-top: 20px;
	padding-bottom: 20px;
}

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


/* MENU */

.menu-index {
    background-image: url("images/index2025_01.jpg");
    width: 950px;
    height: 63px;
    color: #1c859e;
    font-family: "Russo One", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

.menu-index a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.4s ease, transform 0.2s ease;
    padding: 5px;
}

.menu-index a:hover {
    color: #989898;
}

.menu-subpage {
    background-image: url("images/subpage2025_01.jpg");
    width: 950px;
    height: 63px;
    color: #1c859e;
    font-family: "Russo One", sans-serif;
    font-size: 17px;
    text-transform: uppercase;
}

.menu-subpage a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.4s ease, transform 0.2s ease;
    padding: 5px;
}

.menu-subpage a:hover {
    color: #989898;
}



/* LINKS AND BORDER */

a {
	color: #1B819A;
}

.border {
	border: 3px solid #817F84;
}
.pageborder {
	box-shadow: 0px 10px 25px 10px rgba(0,0,0,0.65); }



/* FOOTER */

.index-footer {
	background-image: url("images/index2025_04.jpg");
	width: 950px;
	height: 164px;
	color: #252425;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
    font-size: 20px;
	font-weight: 700;
}

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

.subpage-footer {
	background-image: url("images/subpage2025_08.jpg");
	width: 757px;
	height: 164px;
	color: #252425;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
    font-size: 18px;
	font-weight: 700;
}

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


/* SUBPAGE HEADERS */

.subpage-headers {
	background-image: url("images/subpage2025_03.jpg");
	width: 950px;
	height: 101px;
	color: #ffffff;
	font-family: "Russo One", sans-serif;
	font-size: 70px;
	font-weight: 600;
	text-transform: uppercase;
}


/* BACKGROUNDS */

.sub-bg {
	background-color: #252526;
	padding: 10px 35px 10px 35px;
}


 