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

@font-face { font-family: Cornero; src: url('images/Cornero.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: "Figtree", sans-serif;
	font-style: normal;
	font-size: 17px;
	font-weight: 300;
	border: 0px;
}

img { border: 0px; }


/* TEXT */

.text-white-modern-large{
	color: #ffffff;
	font-family: 'Cornero', sans-serif;
	font-size: 55px;
	line-height: 1.2;
}

.text-white-modern-small{
	color: #ffffff;
	font-family: 'Cornero', sans-serif;
	font-size: 25px;
	line-height: 1.2;
}

.text-white-large{
	color: #ffffff;
	font-family: "Bebas Neue", sans-serif;
	font-size: 50px;
	text-transform: uppercase;
	line-height: 1.0;
}

.text-white-med{
	color: #ffffff;
	font-family: "Figtree", sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2;
}

.text-white-small{
	color: #ffffff;
	font-family: "Figtree", sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.2;
}

.text-orange-modern-large{
	color: #FE7702;
	font-family: 'Cornero', sans-serif;
	font-size: 55px;
	line-height: 1.2;
}

.text-orange-modern-small{
	color: #FE7702;
	font-family: 'Cornero', sans-serif;
	font-size: 25px;
	line-height: 1.2;
}

.text-orange-large{
	color: #FE7702;
	font-family: "Bebas Neue", sans-serif;
	font-size: 50px;
	text-transform: uppercase;
	line-height: 1.0;
}

.text-orange-med{
	color: #FE7702;
	font-family: "Figtree", sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2;
}

.text-orange-small{
	color: #FE7702;
	font-family: "Figtree", sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.2;
}

/* MENU */

.menu-index {
    background-color: #000000;
    width: 950px;
    height: 60px;
    color: #ffffff;
    font-family: "Bebas Neue", sans-serif;
    font-size: 37px;
    text-transform: uppercase;
	line-height: 0.9;
	padding-bottom: 0px;
	padding-top: 10px;
}

.menu-index a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.4s ease, transform 0.2s ease;
    padding: 12px;
}

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


/* ND */

.znd{
	color: #ffffff;
	font-family: "Figtree", 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-image: url("images/subpage2026_05.jpg");
	width: 600px;
	height: 70px;
	color: #000000;
	font-family: 'Cornero', sans-serif;
	font-size: 60px;
	text-transform: uppercase;
	padding-top: 10px;
}


/* HOMEPAGE FB*/

.index-fb-background {
	background-image: url("images/index2026_05.jpg");
	width: 439px;
	height: 374px;

}

/* CONTACT */

.index-contact {
	background-image: url("images/index2026_04.jpg");
	width: 431px;
	height: 402px;
	color: #ffffff;
	font-family: "Figtree", sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	line-height: 1.2;
}

.index-contact a{
	color: #c0c0c0;
	text-decoration: none;
}

.subpage-contact {
	background-image: url("images/subpage2026_10.jpg");
	width: 620px;
	height: 277px;
	color: #ffffff;
	font-family: "Figtree", sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	line-height: 1.2;
}

.subpage-contact a{
	color: #c0c0c0;
	text-decoration: none;
}

.contact-names {
	color: #FF7703;
	font-family: 'Cornero', sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	line-height: 1.0;
}

.contact-email {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
}

.contact-address {
	font-family: "Fjalla One", sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	line-height: 1.2;
}


/* LINKS AND BORDER */

a {
	color: #c0c0c0;
}

.border {
	border: 3px solid #FF7703;
}
.pageborder {
	box-shadow: 1px 1px 25px 2px rgba(0,0,0,0.35); }



/* BACKGROUNDS */

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



 