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

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


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

img { border: 0px; }


/* TEXT */

.text-white-large{
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
}

.text-white-medium{
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 27px;
	font-weight: 400;
	line-height: 1.2;
}

.text-white-small{
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
}


.text-white-xsmall{
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
}

.text-tan-large{
	color: #BA9C80;
	font-family: 'Poppins', sans-serif;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
}

.text-tan-medium{
	color: #BA9C80;
	font-family: 'Poppins', sans-serif;
	font-size: 27px;
	font-weight: 400;
	line-height: 1.2;
}

.text-tan-small{
	color: #BA9C80;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
}


.text-tan-xsmall{
	color: #BA9C80;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
}

.text-green-large{
	color: #80876b;
	font-family: 'Poppins', sans-serif;
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
}

.text-green-medium{
	color: #80876b;
	font-family: 'Poppins', sans-serif;
	font-size: 27px;
	font-weight: 400;
	line-height: 1.2;
}

.text-green-small{
	color: #80876b;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
}

.text-green-xsmall{
	color: #80876b;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
}


/* SUBPAGE HEADERS */

.subpageheaders {
	background-image: url("images/subpage2022_05.jpg");
	width: 638px;
	height: 99px;
	color: #474735;
	font-family: 'Poppins', sans-serif;
	font-size: 60px;
    text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.subpageheaders-repro {
	background-image: url("images/subpage2022_05.jpg");
	width: 638px;
	height: 99px;
	color: #474735;
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
    text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.02em;
}

/* 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;
}


/* MENU */

.index-menu {
	background-color: #241F3A;
	width: 950px;
	height: 48px;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 700;
}

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


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

.subpage-menu {
	background-color: #241F3A;
	width: 950px;
	height: 48px;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 700;
}

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


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


.menu-divider {
	font-weight: 300;
	padding: 0 10px 0 10px;
}


/* LINKS AND BORDER */

a {
	color: #ffffff;
}

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



/* CONTACT */

.sub-bg-index-contact {
	background-image: url("images/index2022_05.jpg");
	width: 455px;
	height: 101px;
	color: #484837;
	font-family: 'Mudhead', sans-serif;
	font-size: 22px;
	line-height: 1.0;
}

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


.sub-bg-subpage-contact {
	background-image: url("images/subpage2022_12.jpg");
	width: 455px;
	height: 101px;
	color: #484837;
	font-family: 'Mudhead', sans-serif;
	font-size: 22px;
	line-height: 1.0;
}

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

/* BACKGROUNDS */

.sub-bg {
	background-color: #241F3A;
	padding: 10px 35px 10px 35px;
}

 