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

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

img { border: 0px; }


/* TEXT */

.text-white-large{
	color: #ffffff;
	font-family: 'Tandelle', sans-serif;
	font-size: 50px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

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

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


.text-red-large{
	color: #C80413;
	font-family: 'Tandelle', sans-serif;
	font-size: 50px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.text-red-medium{
	color: #C80413;
	font-family: 'Nunito', sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.1;
}

.text-red-small{
	color: #C80413;
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.1;
}


.text-blue-large{
	color: #2200DA;
	font-family: 'Tandelle', sans-serif;
	font-size: 50px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.text-blue-medium{
	color: #2200DA;
	font-family: 'Nunito', sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.1;
}

.text-blue-small{
	color: #2200DA;
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.1;
}


/* ND */

.znd{
	color: #ffffff;
	font-family: 'Nunito', sans-serif;
	font-size: 11px;
    text-transform: uppercase;
	padding: 10px;
	font-weight: 300;
	letter-spacing: 0.3em;
}

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


/* MENU */

.index-menu {
	background-image: url("images/index2023_01.jpg");
	width: 960px;
	height: 61px;
	color: #ef0207;
	font-family: 'Tandelle', sans-serif;
	font-size: 50px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	line-height: 0.8;
}

.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: #2200DA;
}

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





/* SUBPAGE HEADERS */

.subpage-headers {
	background-image: url("images/subpage2023_03.jpg");
	width: 960px;
	height: 82px;
	color: #000000;
	font-family: 'Tandelle', sans-serif;
	font-size: 95px;
	text-transform: uppercase;
	line-height: 0.5em;
}


/* CONTACT */

.sub-bg-index-contact {
	background-image: url("images/index2023_03.jpg");
	width: 960px;
	height: 185px;
	color: #ffffff;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
}

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

.sub-bg-subpage-contact {
	background-image: url("images/subpage2023_06.jpg");
	width: 960px;
	height: 142px;
	color: #ffffff;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
}

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

.contact-address {
	font-family: 'Tandelle', sans-serif;
	color: #2800f1;
	font-size: 40px;
	font-weight: normal!important;
}

.contact-address-sub {
	font-family: 'Tandelle', sans-serif;
	color: #2800f1;
	font-size: 30px;
	font-weight: normal!important;
	line-height: 1.0;
}


/* INDEX NEWS */

.sub-bg-index-news {
	background-color: #ffffff;
	width: 329px;
	height: 63px;
	color: #31D4C6;
	font-family: 'Tandelle', sans-serif;
	font-size: 26px;
	text-transform: uppercase;
	padding-bottom: 3px;
}


.sub-bg-index-news a{
	color: #31D4C6;
	text-decoration: none;
}


/* BACKGROUNDS */

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

 