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

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

img { border: 0px; }


/* TEXT */



.text-blue-script-large{
	color: #283891;
	font-family: 'Homemade Apple', cursive;
	font-size: 55px;
}
.text-blue-large{
	color: #283891;
	font-family: 'Teko', sans-serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.1;
}
.text-blue-med{
	color: #283891;
	font-family: 'Teko', sans-serif;
	font-size: 25px;
	font-weight: 300;
	line-height: 1.1;
}
.text-blue-small{
	color: #283891;
	font-family: 'Teko', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.1;
}

.zmenu{
	color: #283891;
	font-family: 'Teko', sans-serif;
	font-size: 34px;
	font-weight: 400;
	text-transform: uppercase;
}
.text-gray-script-large{
	color: #666666;
	font-family: 'Homemade Apple', cursive;
	font-size: 55px;
}
.text-gray-large{
	color: #666666;
	font-family: 'Teko', sans-serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.1;
}
.text-gray-med{
	color: #666666;
	font-family: 'Teko', sans-serif;
	font-size: 25px;
	font-weight: 300;
	line-height: 1.1;
}
.text-gray-small{
	color: #666666;
	font-family: 'Teko', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.1;
}

.zmenu{
	color: #283891;
	font-family: 'Teko', sans-serif;
	font-size: 34px;
	font-weight: 400;
	text-transform: uppercase;
}


.zmenu-active{
	color: #888B90;
	font-family: 'Teko', sans-serif;
	font-size: 34px;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: 2px 2px 4px #ccc;
}



.zcontact{
	color: #FFF;
	font-family: 'Teko', sans-serif;
	font-size: 27px;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: 2px 2px 4px #888b8f;
	line-height: 1.0;
}

.znd1{
	color: #8088a3;
	font-family: 'Teko', sans-serif;
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
}

.znd2{
	color: #8088a3;
	font-family: 'Homemade Apple', cursive;
	font-size: 14px;
}

.znd{
	padding: 10 0 10 0;
}



/* LINKS AND BORDER */

a {
	color: #283891;
}

a.zmenulink {
	color: #283891;
	text-decoration: none;
	text-shadow: 2px 2px 4px #888b8f;
}

a.zmenulink:hover {
	color: #283891;
	text-decoration: underline;
	text-shadow: 2px 2px 4px #888b8f;
}

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

.border {
	border: 3px solid #959595;
}
.pageborder {
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.65); }



/* BACKGROUNDS */

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

.sub-bg-index-menu {
	background-image: url(images/index2018_03.jpg);
	width: 798px;
	height: 67px;
}

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

.sub-bg-index-contact {
	background-color: #888B90;
	width: 484px;
	height: 112px;
}




