<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: 'Inter', sans-serif;
	font-style: normal;
	font-size: 22px;
	border: 0px;
}

img { border: 0px; }


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

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

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


.text-red-large{
	color: #ED1B24;
	font-family: 'Inter', sans-serif;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.3;
}

.text-red-medium{
	color: #ED1B24;
	font-family: 'Inter', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.3;
}

.text-red-small{
	color: #ED1B24;
	font-family: 'Inter', sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.3;
}
.text-red-small-bold{
	color: #ED1B24;
	font-family: 'Inter', sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.3;
}


/* ND */

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

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


/* MENU */

.index-menu-top {
	background-image: url("images/index2022_01.jpg");
	width: 950px;
	height: 99px;
}

.index-menu-top table {
	color: #231f20;
	font-family: 'Inter', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
}


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


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


.subpage-menu-top {
	background-image: url("images/subpage2022_01.jpg");
	width: 950px;
	height: 99px;
}

.subpage-menu-top table {
	color: #231f20;
	font-family: 'Inter', sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
}


.subpage-menu-top table td:hover{
	background-color: #ED1B24;
	color: #ffffff;
}


.subpage-menu-top table a{
	color: #231f20;
	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); }





/* SUBPAGE HEADERS */

.subpage-headers {
	background-color: #F5F5F6;
	width: 600px;
	height: 103px;
	color: #2D2D2D;
	font-family: 'Inter', sans-serif;
	font-size: 65px;
	font-weight: 300;
	line-height: 1.3;
	text-transform: uppercase;
}
.winners-headers {
	background-color: #F5F5F6;
	width: 600px;
	height: 60px;
	color: #2D2D2D;
	font-family: 'Inter', sans-serif;
	font-size: 45px;
	font-weight: 300;
	line-height: 1.3;
	text-transform: uppercase;
}


/* CONTACT */

.sub-bg-index-contact {
	background-image: url("images/index2022_03.jpg");
	width: 950px;
	height: 144px;
	color: #e53934;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
}

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

.sub-bg-subpage-contact {
	background-image: url("images/subpage2022_09.jpg");
	width: 950px;
	height: 144px;
	color: #e53934;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
}

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


.contact-address {
	color: #ffffff;
	font-family: 'Inter', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .1em;
}



/* BACKGROUNDS */

.sub-bg {
	background-color: #2D2C2C;
	padding: 0px 35px 0px 35px;
}

 </pre></body></html>