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

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


body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000000;
	color: #000000;
	font-family: "big-shoulders-dis-variable", sans-serif;
	font-style: normal;
	font-size: 26px;
	border: 0px;
}

img { border: 0px; }


/* TEXT */

.text-red-bold-large{
	color: #7F1D06;
	font-family: "Provi", sans-serif;
	font-size: 60px;
	line-height: 1.1;
}

.text-red-bold-small{
	color: #7F1D06;
	font-family: "Provi", sans-serif;
	font-size: 23px;
	line-height: 1.1;
}

.text-red-medium{
	color: #7F1D06;
	font-family: "big-shoulders-dis-variable", sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.1;
}

.text-red-small{
	color: #7F1D06;
	font-family: "big-shoulders-dis-variable", sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.1;
}

.text-black-bold-large{
	color: #000000;
	font-family: "Provi", sans-serif;
	font-size: 60px;
	line-height: 1.1;
}

.text-black-bold-small{
	color: #000000;
	font-family: "Provi", sans-serif;
	font-size: 23px;
	line-height: 1.1;
}

.text-black-medium{
	color: #000000;
	font-family: "big-shoulders-dis-variable", sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.1;
}

.text-black-small{
	color: #000000;
	font-family: "big-shoulders-dis-variable", sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.1;
}

.text-gray-bold-large{
	color: #7E7E7E;
	font-family: "Provi", sans-serif;
	font-size: 60px;
	line-height: 1.1;
}

.text-gray-bold-small{
	color: #7E7E7E;
	font-family: "Provi", sans-serif;
	font-size: 23px;
	line-height: 1.1;
}

.text-gray-medium{
	color: #7E7E7E;
	font-family: "big-shoulders-dis-variable", sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.1;
}

.text-gray-small{
	color: #7E7E7E;
	font-family: "big-shoulders-dis-variable", sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.1;
}



/* ND */

.znd{
	color: #929292;
	font-family: "big-shoulders-dis-variable", sans-serif;
	font-size: 16px;
    text-transform: uppercase;
	padding: 14px;
	font-weight: 300;
	letter-spacing: 0.1em;
}

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


/* HEADERS */
.subpage-headers-bg {
	background-image: url("images/subpage2026_02.jpg");
	width: 950px;
	height: 137px;
}

.subpage-headers-bg h1 {
	color: #ffffff;
	font-family: "Provi", sans-serif;
	font-size: 100px;
    text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 0;
}


/* MENU */
.index-menu-top {
	background-image: url("images/index2026_03.jpg");
	width: 422px;
	height: 70px;
}

.subpage-menu-top {
	background-image: url("images/subpage2026_04.jpg");
	width: 422px;
	height: 70px;
}

.index-menu-links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 34px;
	width: 100%;
	height: 100%;
	padding-right: 40px;
	box-sizing: border-box;
}

.index-menu-links a {
	font-family: "big-shoulders-dis-variable", sans-serif;
	font-size: 43px;
	color: #020101;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.3s ease, transform 0.3s ease;
}

.index-menu-links a:hover {
	color: #ffffff;
	transform: scale(1.05);
}

.index-menu-links a.active {
	color: #691804;
}

.index-menu-links a.active:hover {
	color: #ffffff;
}

.index-menu-bottom {
	background-image: url("images/index2026_06.jpg");
	width: 590px;
	height: 70px;
}

.subpage-menu-bottom {
	background-image: url("images/subpage2026_07.jpg");
	width: 590px;
	height: 70px;
}


/* LINKS AND BORDER */

a {
	color: #7E7E7E;
}

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


/* CONTACT */

.sub-bg-index-contact {
	background-image: url("images/index2026_07.jpg");
	width: 950px;
	height: 208px;
}

.sub-bg-index-contact table{
	color: #97989b;
	font-family: "big-shoulders-dis-variable", sans-serif;
	font-size: 23px;
}

.sub-bg-subpage-contact {
	background-image: url("images/subpage2026_11.jpg");
	width: 950px;
	height: 149px;
}

.sub-bg-subpage-contact table{
	color: #97989b;
	font-family: "big-shoulders-dis-variable", sans-serif;
	font-size: 23px;
}


.contact-names {
	color: #000000;
	font-family: "Provi", sans-serif;
	font-size: 31px;
}



/* BACKGROUNDS */

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

 