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

@font-face { font-family: Jacksilver; src: url('assets/Jacksilver.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: 'Work Sans', sans-serif;
	font-style: normal;
	font-size: 16px;
	border: 0px;
}

img { border: 0px; }


/* TEXT */

.text-white-title{
	color: #ffffff;
	font-family: 'Work Sans', sans-serif;
	font-size: 43px;
    font-weight: 900;
	text-transform: uppercase;
}

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

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


.text-yellow-title{
	color: #f8bf3e;
	font-family: 'Work Sans', sans-serif;
	font-size: 43px;
    font-weight: 900;
	text-transform: uppercase;
}

.text-yellow-medium{
	color: #f8bf3e;
	font-family: 'Work Sans', sans-serif;
	font-size: 27px;
    font-weight: 400;
	line-height: 1.2;
}

.text-yellow-small{
	color: #f8bf3e;
	font-family: 'Work Sans', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
}




/* ND */

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

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




/* LINKS AND BORDER */

a {
	color: #cccccc;
}

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




/* BACKGROUNDS */

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


.sub-bg-index-menu{
	background-color: #000000;
	width: 950px;
	height: 69px;
	color: #ffffff;
    text-transform: uppercase;
	font-size: 25px;
    font-weight: 900;
    font-family: 'Work Sans', sans-serif;
}

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

.sub-bg-index-menu a:hover{
	color: #ffffff!important;
    text-transform: uppercase;
    text-decoration: none;
}


.sub-bg-subpage-menu{
	background-color: #000000;
	width: 950px;
	height: 69px;
	color: #ffffff;
    text-transform: uppercase;
	font-size: 25px;
    font-weight: 900;
    font-family: 'Work Sans', sans-serif;
}

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

.sub-bg-subpage-menu a:hover{
	color: #ffffff!important;
    text-transform: uppercase;
    text-decoration: none;
}


.sub-bg-winners-menu{
	background-color: #000000;
	width: 450px;
	height: 40px;
	color: #ffffff;
    text-transform: uppercase;
	font-size: 18px;
    font-weight: 700;
    font-family: 'Work Sans', sans-serif;
}

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

.sub-bg-winners-menu a:hover{
	color: #ffffff!important;
    text-transform: uppercase;
    text-decoration: none;
}


.sub-bg-index-fb{
	background-image: url("images/index2021_03.jpg");
	width: 629px;
	height: 426px;
}



.sub-bg-index-contact{
	background-image: url("images/index2021_04.jpg");
	width: 321px;
	height: 426px;
    color: #f8bf3e;
}

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


.sub-bg-subpage-contact{
	background-image: url("images/subpage2021_06.jpg");
	width: 517px;
	height: 198px;
    color: #f8bf3e;
}

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

.contact-name {
	text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
	font-size: 27px;
	font-weight: 900;
	color: #ffffff;
	line-height: 1.2;
}

.contact-smaller {
	text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
	font-size: 19px;
	font-weight: 900;
	color: #ffffff;
	line-height: 1.3;
}


