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

@font-face { font-family: Nontage; src: url('images/Nontage.otf'); } 
@font-face { font-family: Noronet; src: url('images/Noronet.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: "Open Sans", 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-white-large {
	color: #ffffff;
	font-family: "Nontage", sans-serif;
	font-size: 55px;
	letter-spacing: 0.02em;
}

.text-white-large-wide {
	color: #ffffff;
	font-family: "Red Rose", serif;
	font-size: 45px;
	line-height: 1.0;
	text-transform: uppercase;
}

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

.text-white-small{
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.2;
}

.text-purple-large {
	color: #613CA4;
	font-family: "Nontage", sans-serif;
	font-size: 55px;
	letter-spacing: 0.02em;
}

.text-purple-large-wide {
	color: #613CA4;
	font-family: "Red Rose", serif;
	font-size: 45px;
	line-height: 1.0;
	text-transform: uppercase;
}

.text-purple-med{
	color: #613CA4;
	font-family: "Open Sans", sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2;
}

.text-purple-small{
	color: #613CA4;
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.2;
}



/* ND */

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

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


/* SUBPAGE HEADERS */

.subpage-headers-bg {
	background-image: url("images/subpage2025_05.jpg");
	width: 458px;
	height: 108px;
	padding-top: 17px;
	
}

.subpage-headers-bg h1{
	color: #231f20;
	font-family: "Nontage", sans-serif;
	font-size: 72px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 900;
	line-height: 0;
	letter-spacing: 0.03em;
}


/* MENU */
.menu-index {
    background-image: url("images/index2025_02.jpg");
    width: 950px;
    height: 65px;
    color: #231f20;
    font-family: "Nontage", sans-serif;
    font-size: 29px;
    text-transform: uppercase;
    text-align: center;

	padding-top: 5px;
}

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

.menu-index a:hover {
    color: #633EA6;
    transform: translateY(-3px);
}

.menu-subpage {
    background-image: url("images/subpage2025_02.jpg");
    width: 950px;
    height: 65px;
    color: #231f20;
    font-family: "Nontage", sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
	padding-top: 5px;
}

.menu-subpage a {
    display: inline-block;
    text-decoration: none;
    color: #231f20;
    padding: 0px 14px;
    transition: transform 0.3s ease, color 0.3s ease, text-shadow 0.3s ease;
}

.menu-subpage a:hover {
    color: #633EA6;
    transform: translateY(-3px);
}

/* LINKS AND BORDER */

a {
	color: #A9A9A9;
}

.border {
	border: 3px solid #613CA4;
}
.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: 143px;
}

.sub-bg-index-contact table {
	color: #633ca6;
	font-family: "Red Rose", serif;
	font-weight: 400;
	font-size: 22px;
}

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

.sub-bg-index-contact-email {
	background-image: url("images/index2025_05.jpg");
	width: 950px;
	height: 65px;
	color: #ffffff;
	font-family: "Red Rose", serif;
	font-weight: 400;
	font-size: 29px;
	text-transform: uppercase;
}

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


.sub-bg-subpage-contact {
	background-image: url("images/subpage2025_10.jpg");
	width: 950px;
	height: 143px;
}

.sub-bg-subpage-contact table {
	color: #633ca6;
	font-family: "Red Rose", serif;
	font-weight: 400;
	font-size: 22px;
}

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

.sub-bg-subpage-contact-email {
	background-image: url("images/subpage2025_11.jpg");
	width: 950px;
	height: 65px;
	color: #ffffff;
	font-family: "Red Rose", serif;
	font-weight: 400;
	font-size: 29px;
	text-transform: uppercase;
}

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

.contact-name {
	color: #ffffff;
	font-family: "Noronet", sans-serif;
	font-size: 48px;
	line-height: 1.0;
	
}

.contact-phone {
	color: #ffffff;
	font-family: "Nontage", sans-serif;
	font-size: 25px;
	letter-spacing: 0.1em;
}

/* BACKGROUNDS */

.sub-bg {
	background-color: #151516;
	padding: 0 20;
}
