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

/*  @font-face { font-family: Moon; src: url('Moon.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: 'Oswald', sans-serif;
	font-style: normal;
	font-size: 22px;
	border: 0px;
}

img { border: 0px; }


/* TEXT */
.text-white-large{
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
}

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

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


.text-orange-large{
	color: #F96400;
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
}

.text-orange-medium{
	color: #F96400;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}

.text-orange-small{
	color: #F96400;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.2;
}



/* ND */

.znd{
	color: #929292;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
    text-transform: uppercase;
	padding: 10px;
	font-weight: 300;
	letter-spacing: 0.3em;
	background-color: #636363;
}

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


/* MENU */

.index-menu-top {
	background-color: #000000;
	width: 950px;
	height: 79px;
}

.index-menu-top table {
	color: #fa6400;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 400;
}


.index-menu-top table td{
	padding: 20px;
}

.index-menu-top table td:hover{
	background-color: #464646;
}


.index-menu-top table a{
	color: #fa6400;
	text-decoration: none;
}



/* LINKS AND BORDER */

a {
	color: #ffffff;
}

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


/* HOMEPAGE */

.index-bg {
	background-image: url("images/index2022_04.jpg");
	width: 950px;
	height: 614px;
}

.quicklinks img{
	border: 2px solid #000;
}

.quicklinks img:hover{
	border: 2px solid #ffffff;
}


/* CONTACT */

.sub-bg-index-contact {
	background-color: #000;
	width: 950px;
	height: 205px;
}


.sub-bg-index-contact table {
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
}

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

.contact-names {
	color: #F96400;;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 300;
}



/* BACKGROUNDS */

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

 