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

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


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

img { border: 0px; }


/* TEXT */

.text-green-large{
	color: #51632d;
	font-family: abril-fatface, serif;
	font-size: 40px;
}

.text-green-medium{
	color: #51632d;
	font-family: 'Roboto', sans-serif;
	font-size: 27px;
	font-weight: 400;
}

.text-green-small{
	color: #51632d;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.text-tan-large{
	color: #94865E;
	font-family: abril-fatface, serif;
	font-size: 40px;
}

.text-tan-medium{
	color: #94865E;
	font-family: 'Roboto', sans-serif;
	font-size: 27px;
	font-weight: 400;
}

.text-tan-small{
	color: #94865E;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.text-blue-large{
	color: #252465;
	font-family: abril-fatface, serif;
	font-size: 40px;
}

.text-blue-medium{
	color: #252465;
	font-family: 'Roboto', sans-serif;
	font-size: 27px;
	font-weight: 400;
}

.text-blue-small{
	color: #252465;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
}

/* ND */

.znd{
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
    text-transform: uppercase;
	padding: 10px;
	font-weight: 300;
	letter-spacing: 0.2em;
}

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


/* MENU */

.index-menu {
	background-color: #94865E;
	width: 950px;
	height: 58px;
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.0;
	padding-top: 8px;
}

.index-menu a{
	color: #ffffff;
	text-decoration: none;
}

.index-menu a:hover{
	color: #51632E;
}




/* LINKS AND BORDER */

a {
	color: #94875f;
}

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





/* SUBPAGE HEADERS */

.subpage-headers {
	background-color: #51632E;
	width: 715px;
	height: 91px;
	color: #FFFFFF;
	font-family: abril-fatface, serif;
	font-size: 60px;
}


/* CONTACT */

.sub-bg-index-contact {
	background-image: url("images/index2022_05.jpg");
	width: 239px;
	height: 226px;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 1.1;
}


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


.sub-bg-subpage-contact {
	background-image: url("images/subpage2022_11.jpg");
	width: 239px;
	height: 225px;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 1.1;
}


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


.contact-names {
	color: #ffffff;
	font-family: 'Rattem', sans-serif;
	font-size: 26px;
}

.contact-address {
	color: #252465;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	text-transform: uppercase;
}


/* BACKGROUNDS */

.sub-bg {
	background-color: #ffffff;
	padding: 0px 35px 0px 35px;
}

 