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

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


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

img { border: 0px; }


/* TEXT */

.text-dark-large-oswald {
	color: #171717;
	font-family: "Oswald", sans-serif;
	font-size: 45px;
	line-height: 1.1;
	text-transform: uppercase;
}


.text-dark-large-montserrat {
	color: #171717;
	font-family: "Montserrat", sans-serif;
	font-size: 40px;
	font-style: italic;
	font-weight: 800;
	text-transform: uppercase;
}

.text-dark-med{
	color: #171717;
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
}

.text-dark-small{
	color: #171717;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
}


.text-orange-large-oswald {
	color: #F47B20;
	font-family: "Oswald", sans-serif;
	font-size: 45px;
	line-height: 1.1;
	text-transform: uppercase;
}


.text-orange-large-montserrat {
	color: #F47B20;
	font-family: "Montserrat", sans-serif;
	font-size: 40px;
	font-style: italic;
	font-weight: 800;
	text-transform: uppercase;
}

.text-orange-med{
	color: #F47B20;
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
}

.text-orange-small{
	color: #F47B20;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
}



/* ND */

.znd{
	background-color: #000000;
	width: 950px;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
    text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.1em;
	padding-top: 30px;
	padding-bottom: 30px;
}

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


/* MENU */

.menu {
    background-image: url("images/index2024_02.jpg");
    width: 950px;
    height: 69px;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1.0;
	font-weight: 300
}

.menu a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.4s ease, transform 0.2s ease;
    padding: 20px;
}

.menu a:hover {
    color: #F47B20;
}


.menu-subpage {
    background-image: url("images/subpage2024_02.jpg");
    width: 950px;
    height: 69px;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1.0;
	font-weight: 300
}

.menu-subpage a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.4s ease, transform 0.2s ease;
    padding: 20px;
}

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



/* LINKS AND BORDER */

a {
	color: #858585;
}

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




/* SUBPAGE HEADERS */

.subpage-headers {
	background-image: url("images/subpage2024_05.jpg");
	width: 367px;
	height: 153px;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 43px;
	font-style: italic;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.0;	
}



/* HOMEPAGE */

.index-footer {
	background-image: url("images/index2024_04.jpg");
	width: 950px;
	height: 389px;
}


.index-footer table {
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	
}


.index-footer img {
	border: 5px solid #000000;
	
}

.index-footer table a {
	color: #dadada;
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 500;
	font-style: italic;
}


.subpage-footer {
	background-image: url("images/subpage2024_09.jpg");
	width: 950px;
	height: 194px;
}


.subpage-footer table {
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 25px;
	
}


.subpage-footer table a {
	color: #dadada;
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 500;
	font-style: italic;
}

.footer-names {
	color: #f47b20;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: 800;
	text-transform: uppercase;
}


.footer-title  {
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 600;
}


/* BACKGROUNDS */

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