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

/* @font-face { font-family: Billion; src: url('images/Billion Dreams.otf'); }  */

body {
    margin: 0;
    padding: 0;
    background-image: url('images/bg.jpg'); /* Replace with your image */
    background-repeat: no-repeat; /* Prevents tiling */
    background-size: cover; /* Makes the background cover the entire viewport */
    background-position: center top; /* Aligns the background */
    background-attachment: fixed; /* Keeps the background fixed during scroll */
    background-color: #000000; /* Fallback background color */
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
}

/* Media query for small screens */
@media (max-width: 768px) {
    body {
        background-size: auto 100%; /* Adjusts for smaller screens */
        background-position: center; /* Centers the image */
    }
}


img { border: 0px; }


/* TEXT */

.text-white-large{
	color: #ffffff;
	font-family: alternate-gothic-no-2-d, sans-serif;
	font-size: 55px;
	font-weight: 400;
}

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

.text-white-small{
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.2;
}
.text-white-xsmall{
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}
.text-white-xxsmall{
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
}

.text-white-script-large{
	color: #ffffff;
	font-family: turbinado-pro, sans-serif;
	font-size: 65px;
	line-height: 1.0;
}

.text-white-script-small{
	color: #ffffff;
	font-family: turbinado-pro, sans-serif;
	font-size: 25px;
	line-height: 1.0;
}

.text-gray-large{
	color: #6B6E70;
	font-family: alternate-gothic-no-2-d, sans-serif;
	font-size: 55px;
	font-weight: 400;
}

.text-gray-med{
	color: #6B6E70;
	font-family: "Montserrat", sans-serif;
	font-size: 27px;
	font-weight: 400;
	line-height: 1.2;
}

.text-gray-small{
	color: #6B6E70;
	font-family: "Montserrat", sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.2;
}
.text-gray-xsmall{
	color: #6B6E70;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}
.text-gray-xxsmall{
	color: #6B6E70;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
}

.text-gray-script-large{
	color: #6B6E70;
	font-family: turbinado-pro, sans-serif;
	font-size: 65px;
	line-height: 1.0;
}

.text-gray-script-small{
	color: #6B6E70;
	font-family: turbinado-pro, sans-serif;
	font-size: 25px;
	line-height: 1.0;
}

.text-blue-large{
	color: #5773FE;
	font-family: alternate-gothic-no-2-d, sans-serif;
	font-size: 55px;
	font-weight: 400;
}

.text-blue-med{
	color: #5773FE;
	font-family: "Montserrat", sans-serif;
	font-size: 27px;
	font-weight: 400;
	line-height: 1.2;
}

.text-blue-small{
	color: #5773FE;
	font-family: "Montserrat", sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.2;
}

.text-blue-script-large{
	color: #5773FE;
	font-family: turbinado-pro, sans-serif;
	font-size: 65px;
	line-height: 1.0;
}

.text-blue-script-small{
	color: #5773FE;
	font-family: turbinado-pro, sans-serif;
	font-size: 35px;
	line-height: 1.0;
}



/* 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: #cccccc;
	text-decoration: none;
}


/* MENU */

.menu-index {
    background-image: url("images/index2025_02.jpg");
    width: 950px;
    height: 56px;
    color: #ffffff;
    font-family: alternate-gothic-no-2-d, sans-serif;
    font-size: 43px;
    text-transform: uppercase;
    font-weight: 300;
	padding-top: 5px;
	padding-bottom: 0px;
	line-height: 1.0;
}

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

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

.menu-subpage {
    background-image: url("images/subpage2025_02.jpg");
    width: 950px;
    height: 56px;
    color: #ffffff;
    font-family: alternate-gothic-no-2-d, sans-serif;
    font-size: 39px;
    text-transform: uppercase;
    font-weight: 300;
	padding-top: 5px;
	padding-bottom: 0px;
	line-height: 1.0;
}

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

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


/* LINKS AND BORDER */

a {
	color: #5773FE;
}

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



/* FOOTER */

.index-footer {
	background-image: url("images/index2025_08.jpg");
	width: 536px;
	height: 240px;
	color: #cccccc;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
    font-size: 17px;
	font-weight: 700;
}

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

.subpage-footer {
	background-image: url("images/subpage2025_10.jpg");
	width: 514px;
	height: 174px;
	color: #cccccc;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
    font-size: 17px;
	font-weight: 700;
	padding-top: 15px;
}

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

.footer-names {
	color: #ffffff;
	font-family: turbinado-pro, sans-serif;
	font-size: 42px;
	font-weight: 400!important;
	text-transform: capitalize!important;
}


/* SUBPAGE HEADERS */

.subpage-headers {
	background-image: url("images/subpage2025_05.jpg");
	width: 696px;
	height: 86px;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 70px;
	font-weight: 800;
	text-transform: uppercase;
	font-style: italic;
}

.subpage-headers-contact {
	background-image: url("images/subpage-contact_05.jpg");
	width: 696px;
	height: 86px;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 70px;
	font-weight: 800;
	text-transform: uppercase;
	font-style: italic;
}


/* BACKGROUNDS */

.sub-bg {
	background-color: #000000;
	padding: 20px 25px 10px 25px;
}

.sub-bg-contact {
    background: 
        url('images/subpage-contact_07.jpg') no-repeat top center, 
        #000000;
    background-size: 950px 713px, auto; /* Ensure the image retains its original size */
    padding: 20px 25px 10px 25px;
    min-height: 713px; /* Ensures the container is at least the height of the image */
    background-color: #000000; /* Fallback for browsers without gradient support */
	padding-top: 300px;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 35px;
	font-weight: 400;
	line-height: 1.2;
}
.sub-bg-contact a{
	color: #ffffff;
	
}

.sub-bg-contact .footer-names {
	color: #ffffff;
	font-family: turbinado-pro, sans-serif;
	font-size: 82px;
	font-weight: 400!important;
	text-transform: capitalize!important;
}



 