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

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

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

img { border: 0px; }


/* TEXT */

.text-black-xl{
	color: #000;
	font-family: 'Acens', sans-serif;
	text-transform: uppercase;
	font-size: 45px;
	letter-spacing: 0.1em;
}
.text-black-large{
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 35px;
	font-weight: 700;
}
.text-black-med{
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
}
.text-black-small{
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
}

.text-red-xl{
	color: #8D0000;
	font-family: 'Acens', sans-serif;
	font-size: 45px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.text-red-acens-med{
	color: #8D0000;
	font-family: 'Acens', sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.text-black-acens-med{
	color: #000;
	font-family: 'Acens', sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.text-red-large{
	color: #8D0000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 35px;
	font-weight: 700;
}
.text-red-med{
	color: #8D0000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 20px;
}
.text-red-small{
	color: #8D0000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
}

.zcontact1{
	color: #FFF;
	font-family: 'Acens', sans-serif;
	font-size: 26px;
	line-height: 1.1;
}

.znd{
	color: #C5C5C5;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 11px;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	font-weight: 300;
}

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

/* LINKS AND BORDER */

a {
	color: #2B292A;
}

a.menu {
	color: #FFF;
	text-decoration: none;
}
a.menu:hover {
	color: #FFF;
	text-decoration: none;
}

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



/* BACKGROUNDS */

.sub-bg {
	background-color: #FFF;
	padding: 0 35 0 35;
}
.sub-bg-index-menu {
	background-color: #8C0000;
	height: 83px;
	width: 950px;
	color: #FFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.1em;
}

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

.sub-bg-index-menu a:hover{
	color: #000;
}

.sub-bg-subpage-menu {
	background-color: #8C0000;
	height: 83px;
	width: 950px;
	color: #FFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.1em;
}

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

.sub-bg-subpage-menu a:hover{
	color: #000;
}

.sub-bg-index-contact {
	background-image: url(images/index2019_04.jpg);
	height: 122px;
	width: 806px;
	color: #FFF;
	font-family: 'Acens', sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}



#ndpadding {
	padding: 10 0 10 0; }

