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

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


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

img { border: 0px; }


/* TEXT */
.text-gray-large{
	color: #6E6E6E;
	font-family: 'Antonio', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
}

.text-gray-med{
	color: #6E6E6E;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}

.text-gray-small{
	color: #6E6E6E;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 200;
	line-height: 1.2;
}

.text-green-large{
	color: #94b960;
	font-family: 'Antonio', sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
}

.text-green-med{
	color: #94b960;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}

.text-green-small{
	color: #94b960;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 200;
	line-height: 1.2;
}
.text-green-xsmall{
	color: #94b960;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 200;
	line-height: 1.2;
}

/* ND */

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

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


/* SUBPAGE HEADERS */

.subpage-headers-bg {
	background-color: #000000;
	width: 950px;
	height: 86px;
	color: #94b960;
	font-family: 'Antonio', sans-serif;
	font-weight: 700;
	font-size: 70px;
	text-transform: uppercase;
	padding-bottom: 12px;
}


/* MENU */

.index-menu {
	background-image: url("images/index2023_03.jpg");
	width: 223px;
	height: 358px;
	color: #252525;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 38px;
	text-transform: lowercase;
	line-height: 1.26;
	padding-bottom: 8px;
	padding-right: 5px;
}

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


.index-menu a:hover{
	color: #83a956;
}


.subpage-menu {
	background-image: url("images/subpage2023_03.jpg");
	width: 196px;
	height: 273px;
	color: #252525;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 30px;
	text-transform: lowercase;
	line-height: 1.3;
	padding-bottom: 28px;
	padding-right: 5px;
}

.subpage-menu a{
	color: #252525;
	text-decoration: none;
}


.subpage-menu a:hover{
	color: #83a956;
}


/* LINKS AND BORDER */

a {
	color: #252525;
}

.border {
	border: 3px solid #94b960;
}
.pageborder {
	box-shadow: 0px 1px 10px 5px rgba(0,0,0,0.85); }



/* CONTACT */

.sub-bg-index-contact {
	background-image: url("images/index2023_07.jpg");
	width: 517px;
	height: 169px;
	color: #646568;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.2;
}


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



.sub-bg-subpage-contact {
	background-color: #ffffff;
	width: 486px;
	height: 171px;
	color: #646568;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.2;
}


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

.contact-names1 {
	color: #83a956;
	font-family: 'Antonio', sans-serif;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
}

.contact-names2 {
	color: #939598;
	font-family: 'Antonio', sans-serif;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
}




/* BACKGROUNDS */

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


 