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

 @font-face { font-family: Mortend; src: url('Mortend Bold.otf'); }  


body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000000;
	color: #cccccc;
	font-family: 'Noto Sans', sans-serif;
	font-style: normal;
	font-size: 16px; 
	border: 0px;
}

img { border: 0px; }


/* TEXT */
.text-gray-large{
	color: #cccccc;
	font-family: 'Mortend', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
}

.text-gray-med{
	color: #cccccc;
	font-family: 'Noto Sans', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}

.text-gray-small{
	color: #cccccc;
	font-family: 'Noto Sans', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2;
}

.text-purple-large{
	color: #8d5fd3;
	font-family: 'Mortend', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
}

.text-purple-med{
	color: #8d5fd3;
	font-family: 'Noto Sans', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}

.text-purple-small{
	color: #8d5fd3;
	font-family: 'Noto Sans', sans-serif;
	font-size: 17px;
	font-weight: 200;
	line-height: 1.2;
}
.text-purple-small-bold-caps{
	color: #8d5fd3;
	font-family: 'Noto Sans', sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
}


/* ND */

.znd{
	color: #ffffff;
	font-family: 'Noto Sans', sans-serif;
	font-size: 12px;
    text-transform: uppercase;
	padding: 10px;
	font-weight: 300;
	letter-spacing: 0.2em;
}

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


/* SUBPAGE HEADERS */

.subpage-headers-bg {
	background-color: #050506;
	width: 434px;
	height: 90px;
	color: #ffffff;
	font-family: 'Mortend', sans-serif;
	font-size: 52px;
	text-transform: uppercase;
	padding-top: 10px;
}


/* MENU */

.index-menu {
	background-image: url("images/index2023_01.jpg");
	width: 950px;
	height: 69px;
	color: #cccccc;
	font-family: 'Mortend', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	padding-top: 12px;
}

.index-menu a{
	color: #cccccc;
	text-decoration: none;
	padding: 0 20px 0 20px;
}


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

.subpage-menu {
	background-image: url("images/subpage2023_01.jpg");
	width: 950px;
	height: 69px;
	color: #cccccc;
	font-family: 'Mortend', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	padding-top: 12px;
}

.subpage-menu a{
	color: #cccccc;
	text-decoration: none;
	padding: 0 20px 0 20px;
}


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


/* UPDATES */

.index-updates {
	background-image: url("images/index2023_06.jpg");
	width: 368px;
	height: 94px;
	color: #ffffff;
	font-family: 'Mortend', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.5;
}

.index-updates a{
	color: #ffffff;
}


/* HOMEPAGE FB, MAP */

.index-bg-fb {
	background-color: #ffffff;
	width: 435px;
	height: 401px;
}


.index-bg-map {
	background-color: #CCCCCC;
	width: 434px;
	height: 401px;
}


/* LINKS AND BORDER */

a {
	color: #cccccc;
}

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



/* CONTACT */

.sub-bg-index-contact {
	background-image: url("images/index2023_13.jpg");
	width: 950px;
	height: 265px;
	color: #cccccc;
	font-family: 'Mortend', sans-serif;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 1.2;
}


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

.sub-bg-subpage-contact {
	background-image: url("images/subpage2023_09.jpg");
	width: 429px;
	height: 267px;
	color: #cccccc;
	font-family: 'Mortend', sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 1.2;
	padding-top: 50px;
}


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



/* BACKGROUNDS */

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


 