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

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


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

img { border: 0px; }


/* TEXT */

.text-white-large{
	color: #ffffff;
	font-family: 'Saira Condensed', sans-serif;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.1;
}

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

.text-white-xsmall{
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
}


.text-green-large{
	color: #95C840;
	font-family: 'Saira Condensed', sans-serif;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.1;
}

.text-green-small{
	color: #95C840;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
}

.text-green-xsmall{
	color: #95C840;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
}


.text-purple-large{
	color: #884EB6;
	font-family: 'Saira Condensed', sans-serif;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.1;
}

.text-purple-small{
	color: #884EB6;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
}

.text-purple-xsmall{
	color: #884EB6;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
}


/* ND */

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

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


/* MENU */

.index-menu {
	background-color: #95C840;
	width: 950px;
	height: 42px;
	color: #5c2e7f;
	font-family: 'Saira Condensed', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.index-menu a{
	color: #050006;
	text-decoration: none;
}


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



.menu-divider {
	font-weight: 300;
	padding: 0 10px 0 10px;
}


/* LINKS AND BORDER */

a {
	color: #ffffff;
}

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



/* CONTACT */

.sub-bg-index-contact {
	background-image: url("images/index2022_06.jpg");
	width: 950px;
	height: 110px;
}

.sub-bg-index-contact table {
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 1.6;
}

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


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

.sub-bg-subpage-contact table {
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 1.6;
}

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


.contact-names {
	font-family: 'Saira Condensed', sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
}

.contact-address {
	font-family: 'Saira Condensed', sans-serif;
	color: #939598;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}



/* UPDATES */

.sub-bg-index-updates {
	background-image: url("images/index2022_05.jpg");
	width: 950px;
	height: 145px;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	line-height: 1.2;
}

.sub-bg-index-updates a{
	color: #95C840;
	text-decoration: none;
}

.updates-date {
	font-family: 'Saira Condensed', sans-serif;
	font-size: 27px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

/* BACKGROUNDS */

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

 