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

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


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

img { border: 0px; }


/* TEXT */
.text-white-large{
	color: #ffffff;
	font-family: "Pancho", sans-serif;
	font-size: 43px;
	line-height: 1.2;
}

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

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

.text-pink-large{
	color: #ce3899;
	font-family: "Pancho", sans-serif;
	font-size: 43px;
	line-height: 1.2;
}

.text-pink-med{
	color: #ce3899;
	font-family: "Google Sans", sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.2;
}

.text-pink-small{
	color: #ce3899;
	font-family: "Google Sans", sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.2;
}

.text-blue-large{
	color: #649cdb;
	font-family: "Pancho", sans-serif;
	font-size: 43px;
	line-height: 1.2;
}

.text-blue-med{
	color: #649cdb;
	font-family: "Google Sans", sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.2;
}

.text-blue-small{
	color: #649cdb;
	font-family: "Google Sans", sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.2;
}

/* ND */

.znd{
	color: #ffffff;
	font-family: "Google Sans", sans-serif;
	font-size: 11px;
    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-image: url("images/subpage2026_04.jpg");
	width: 950px;
	height: 87px;
}

.subpage-headers-bg h1 {
	color: #ffffff;
	font-family: "Pancho", sans-serif;
	font-size: 50px;
	line-height: 1.0;
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 5px;

}


/* MENU */

.index-menu {
	background-color: #672F8E;
	width: 950px;
	height: 57px;
	color: #ce3899;
	font-family: "Pancho", sans-serif;
	font-size: 27px;

}

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


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

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

/* LINKS AND BORDER */

a {
	color: #ce3899;
}

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



/* CONTACT */

.sub-bg-index-contact {
	background-image: url("images/index2026_07.jpg");
	width: 527px;
	height: 273px;
	color: #ffffff;
	font-family: "Google Sans", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.1em;
}


.sub-bg-index-contact a{
	color: #ffffff;
	text-decoration: none;
}
.sub-bg-subpage-contact {
	background-image: url("images/subpage2026_09.jpg");
	width: 527px;
	height: 273px;
	color: #ffffff;
	font-family: "Google Sans", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.1em;
}


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

.contact-names {
	color: #dc45a7;
	font-family: "Pancho", sans-serif;
	font-size: 30px;
	text-transform: capitalize!important;
	font-weight: normal;
	letter-spacing: 0em;
}

.contact-address {
	color: #ffffff;
	font-family: "Pancho", sans-serif;
	font-size: 25px;
	text-transform: capitalize!important;
	font-weight: normal;
	letter-spacing: 0em;
}

/* BACKGROUNDS */

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


 