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

@font-face { font-family: Plateia; src: url('plateia.ttf'); } 

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

img { border: 0px; }


/* TEXT */

.text-white-titles{
	color: #FFF;
	font-family: 'Plateia', sans-serif;
	font-size: 50px;
	text-transform: uppercase;
}
.text-white-titles-sm{
	color: #FFF;
	font-family: 'Plateia', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
}
.text-white-large{
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	
}
.text-white-xlarge{
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
}
.text-white-med{
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight: 400;
}

.text-white-med-uppercase{
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
}
.text-white-small{
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 300;
}


.text-purple-titles{
	color: #262262;
	font-family: 'Plateia', sans-serif;
	font-size: 50px;
	text-transform: uppercase;
}
.text-purple-large{
	color: #262262;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
}
.text-purple-med{
	color: #262262;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight: 400;
}
.text-purple-small{
	color: #262262;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 300;
}

.text-yellow-titles{
	color: #FCB040;
	font-family: 'Plateia', sans-serif;
	font-size: 50px;
	text-transform: uppercase;
}
.text-yellow-titles-sm{
	color: #FCB040;
	font-family: 'Plateia', sans-serif;
	font-size: 45px;
	text-transform: uppercase;
}
.text-yellow-large{
	color: #FCB040;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
}
.text-yellow-med{
	color: #FCB040;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight: 400;
}
.text-yellow-small{
	color: #FCB040;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 300;
}



.contacttext{
	color: #FCB040;
	font-family: 'Oswald', sans-serif;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1.6;
}
.zndtext{
	color: #9E9E9E;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0.4em;
}


/* MENU */

.menutext{
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}




/* LINKS AND BORDER */

a {
	color: #FFF;
}
a.menulink {
	color: #FFF;
    font-size: 13px;
	text-decoration: none;
}

a.menulink:hover {
	color: #FCB040;
    font-size: 13px;
	text-decoration: none;
}
a.contactlink {
	color: #FCB040;
	text-decoration: none;
}
a.zndlink {
	color: #9E9E9E;
	text-decoration: none;
}

.border {
	border: 2px solid #FCB040;
}
.pageborder {
	box-shadow: 0px 0px 40px 15px rgba(0,0,0,0.65); }



/* BACKGROUNDS */

.sub-bg {
	background-color: #131313;
	padding: 0 20 0 20;

}
.sub-bg-index-footer {
	background-color: #272261;
	height: 90px;
	width: 950px;
}
.sub-bg-index-menu {
	background-image: url(images/index2017_01.jpg);
	width: 950px;
	height: 53px;
}
.sub-bg-index-nd {
	background-image: url(images/index2017_04.jpg);
	width: 950px;
	height: 41px;
}


