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

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

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

img { border: 0px; }


/* TEXT */
.text-white-large{
	color: #fff;
	font-family: 'Aldivaro', serif;
	font-size: 32px;
    text-transform: uppercase;
}

.text-white-medium{
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 33px;
    font-weight: 400;
}

.text-white-small{
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
    font-weight: 300;
}
.text-white-small-bold{
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
    font-weight: 500;
}

.text-gray-large{
	color: #7A7A7A;
	font-family: 'Aldivaro', serif;
	font-size: 32px;
    text-transform: uppercase;
}

.text-gray-medium{
	color: #7A7A7A;
	font-family: 'Oswald', sans-serif;
	font-size: 33px;
    font-weight: 400;
}

.text-gray-small{
	color: #7A7A7A;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
    font-weight: 300;
}
.text-gray-xsmall{
	color: #7A7A7A;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
    font-weight: 300;
}



/* ND */

.znd{
	color: #703d9b;
	font-family: 'Aldivaro', serif;
	font-size: 8px;
    letter-spacing: 0.1em;
	padding: 10px 0 10px 0;
    text-transform: uppercase;
}

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




/* LINKS AND BORDER */

a {
	color: #FFF;
}

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




/* BACKGROUNDS */

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


.sub-bg-photos {
	background-color: #000000;
	width: 950px;
	height: 428px;
}

.sub-bg-index-menu {
	background-image: url("images/index2021_01.jpg");
	width: 950px;
	height: 120px;
}


.sub-bg-index-menu table a{
    color: #7c7d80;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
	font-size: 18px;
	text-decoration: none;
}


.sub-bg-index-menu table a:hover {
    color: #a83ef4!important;
}


.sub-bg-subpage-menu {
	background-image: url("images/subpage2021_01.jpg");
	width: 950px;
	height: 120px;
}


.sub-bg-subpage-menu table a{
    color: #7c7d80;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
	font-size: 18px;
	text-decoration: none;
}


.sub-bg-subpage-menu table a:hover {
    color: #a83ef4!important;
}


.sub-bg-index-contact {
	background-color: #151414;
	width: 950px;
	height: 235px;
}


.sub-bg-index-contact table {
	color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
	font-size: 14px;
	text-decoration: none;
}


.sub-bg-index-contact table a{
	color: #797b7e;
	text-decoration: none;
	line-height: 1.2;
}

.sub-bg-subpage-contact {
	background-color: #151414;
	width: 950px;
	height: 235px;
}


.sub-bg-subpage-contact table {
	color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
	font-size: 14px;
	text-decoration: none;
}


.sub-bg-subpage-contact table a{
	color: #797b7e;
	text-decoration: none;
	line-height: 1.2;
}

.contact-names1 {
	color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
	font-size: 21px;
	text-decoration: none;
	line-height: 1.3;
}

.contact-names2 {
	color: #fff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
	font-size: 17px;
	text-decoration: none;
	line-height: 1.2;
}

