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

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


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

img { border: 0px; }


/* TEXT */
.text-gray-script-large{
	color: #cccccc;
	font-family: 'Onetrick', sans-serif;
	font-size: 55px;
}

.text-gray-script-small{
	color: #cccccc;
	font-family: 'Onetrick', sans-serif;
	font-size: 25px;
}

.text-gray-large{
	color: #cccccc;
	font-family: "Oswald", sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
}

.text-gray-med{
	color: #cccccc;
	font-family: "Oswald", sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.2;
}

.text-gray-small{
	color: #cccccc;
	font-family: "Oswald", sans-serif;
	font-size: 19px;
	font-weight: 300;
	line-height: 1.2;
}
.text-white-script-large{
	color: #fff;
	font-family: 'Onetrick', sans-serif;
	font-size: 55px;
}

.text-white-script-small{
	color: #fff;
	font-family: 'Onetrick', sans-serif;
	font-size: 25px;
}

.text-white-large{
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}

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

.text-white-small{
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 19px;
	font-weight: 300;
	line-height: 1.2;
}



/* ND */

.znd{
	color: #ffffff;
	font-family: "Oswald", 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: #CCCCCC;
	width: 662px;
	height: 55px;
	color: #4d0000;
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	padding-bottom: 5px;
}

.index-menu a{
	color: #4d0000;
	text-decoration: none;
	transition: color 0.2s ease;
}

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

.subpage-menu {
	background-color: #CCCCCC;
	width: 662px;
	height: 55px;
	color: #4d0000;
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	padding-bottom: 5px;
}

.subpage-menu a{
	color: #4d0000;
	text-decoration: none;
	transition: color 0.2s ease;
}

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

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



/* LINKS AND BORDER */

a {
	color: #cccccc;
}

.border {
	border: 5px solid #4d0000;
}
.pageborder {
	box-shadow: 0px 10px 25px 10px rgba(0,0,0,0.65); }



/* CONTACT */

.sub-bg-index-contact {
	background-color: #CCCCCC;
	width: 606px;
	height: 99px;
	color: #000000;
	font-family: "Oswald", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

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

.sub-bg-subpage-contact {
	background-color: #CCCCCC;
	width: 606px;
	height: 99px;
	color: #000000;
	font-family: "Oswald", sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

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

.contact-names {
	color: #4d0000;
	font-family: "Onetrick", sans-serif;
	font-size: 23px;
	text-transform: capitalize;
}





/* SUBPAGE HEADERS */

.subpage-headers {
	background-image: url("images/subpage2024_06.jpg");
	width: 663px;
	height: 92px;
	color: #cccccc;
	font-family: "Oswald", sans-serif;
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 500;
}


/* HOMEPAGE NEWS */

.index-news {
	background-color: #4E0000;
	width: 293px;
	height: 185px;
	color: #cccccc;
	font-family: "Oswald", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.4;
}


.index-news a{
	color: #cccccc;
}

.index-news-title {
	color: #cccccc;
	font-family: "Onetrick", sans-serif;
	font-size: 33px;
	text-transform: capitalize;
	font-weight: lighter;
}


/* BACKGROUNDS */

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

 
