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

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

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

img { border: 0px; }


/* TEXT */

.text-white-script-large{
	color: #ffffff;
	font-family: 'Windtalker', cursive;
	font-size: 50px;
}

.text-white-script-small{
	color: #ffffff;
	font-family: 'Windtalker', cursive;
	font-size: 28px;
}

.text-white-medium{
	color: #ffffff;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 28px;
    line-height: 1.0;
    font-weight: 700;
}

.text-white-small{
	color: #ffffff;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20px;
    line-height: 1.0;
}

.text-red-script-large{
	color: #D60000;
	font-family: 'Windtalker', cursive;
	font-size: 50px;
}

.text-red-script-small{
	color: #D60000;
	font-family: 'Windtalker', cursive;
	font-size: 28px;
}

.text-red-medium{
	color: #D60000;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 28px;
    line-height: 1.0;
    font-weight: 700;
}

.text-red-small{
	color: #D60000;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20px;
    line-height: 1.0;
}




/* ND */

.znd{
	color: #7B7B7B;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 12px;
    letter-spacing: 0.2em;
	padding: 20px 0 20px 0;
    text-transform: uppercase;
}

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




/* LINKS AND BORDER */

a {
	color: #ffffff;
}

.border {
	border: 3px solid #7B7B7B;
}
.pageborder {
	box-shadow: 0px 0px 18px 18px rgba(0,0,0,0.25); }




/* BACKGROUNDS */

.sub-bg {
	background-color: #0F0F0F;
	padding: 0 25px 0px 25px;
}

.sub-bg-subpage-menu{
	background-color: #222222;
	width: 959px;
	height: 77px;
    color: #d60000;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', sans-serif;
	font-size: 28px;
    font-weight: bold;
}

.sub-bg-subpage-menu a{
	color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.sub-bg-subpage-menu a:hover{
	color: #7B7B7B;
}

.sub-bg-index-menu1{
	background-image: url("images/index2021_03.jpg");
	width: 435px;
	height: 84px;
    color: #d60000;
    text-transform: uppercase;
        font-family: 'PT Sans Narrow', sans-serif;
	font-size: 34px;
    font-weight: bold;
}

.sub-bg-index-menu1 a{
	color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.sub-bg-index-menu1 a:hover{
	color: #7B7B7B;
    text-transform: uppercase;
    text-decoration: none;
}

.sub-bg-index-menu2{
	background-image: url("images/index2021_06.jpg");
	width: 492px;
	height: 81px;
    color: #d60000;
    text-transform: uppercase;
        font-family: 'PT Sans Narrow', sans-serif;
	font-size: 30px;
    font-weight: bold;
}

.sub-bg-index-menu2 a{
	color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.sub-bg-index-menu2 a:hover{
	color: #7B7B7B;
    text-transform: uppercase;
    text-decoration: none;
}

.sub-bg-index-contact{
	background-image: url("images/index2019_07.jpg");
	width: 950px;
	height: 105px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', sans-serif;
	font-size: 25px;
}

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

.sub-bg-subpage-contact{
	background-image: url("images/subpage_06.jpg");
	width: 950px;
	height: 91px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', sans-serif;
	font-size: 25px;
}

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

