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

/* @font-face { font-family: Coolvetica; src: url('images/coolvetica compressed hv.otf'); }   */


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

img { border: 0px; }


/* TEXT */
.text-purple-large{
	color: #7f7abd;
	font-family: "Oswald", sans-serif;
	font-size: 55px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 500;
}

.text-purple-med{
	color: #7f7abd;
	font-family: "Oswald", sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2;
}

.text-purple-small{
	color: #7f7abd;
	font-family: "Oswald", sans-serif;
	font-size: 19px;
	font-weight: 300;
	line-height: 1.2;
}

.text-gray-large{
	color: #838386;
	font-family: "Oswald", sans-serif;
	font-size: 55px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 500;
}

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

.text-gray-small{
	color: #838386;
	font-family: "Oswald", sans-serif;
	font-size: 19px;
	font-weight: 300;
	line-height: 1.2;
}

.text-black-large{
	color: #000000;
	font-family: "Oswald", sans-serif;
	font-size: 55px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 500;
}

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

.text-black-small{
	color: #000000;
	font-family: "Oswald", sans-serif;
	font-size: 19px;
	font-weight: 300;
	line-height: 1.2;
}

/* ND */

.znd{
	background-color: #000000;
	width: 950px;
	color: #ffffff;
	font-family: "Oswald", sans-serif;
	font-size: 12px;
    text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.2em;
	padding-top: 10px;
	padding-bottom: 10px;
}

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


/* MENU */

.index-menu {
    background-image: url("images/index2024_01.jpg");
    width: 950px;
    height: 116px;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-size: 38px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.index-menu a {
    color: #7f7abd;
    text-decoration: none;
    transition: color 0.7s ease, transform 0.3s ease;
    padding: 0 10px;
    box-sizing: border-box;
}

.index-menu a:nth-child(even) {
    color: #838386;
}

.index-menu a:hover {
    color: #000000;
    transform: scale(1.1);
}

.index-menu a::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #000000;
    transition: width .3s;
    margin: auto;
}

.index-menu a:hover::after {
    width: 100%;
}

.subpage-menu {
    background-image: url("images/subpage2024_01.jpg");
    width: 950px;
    height: 116px;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-size: 38px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.subpage-menu a {
    color: #7f7abd;
    text-decoration: none;
    transition: color 0.7s ease, transform 0.3s ease;
    padding: 0 10px;
    box-sizing: border-box;
}

.subpage-menu a:nth-child(even) {
    color: #838386;
}

.subpage-menu a:hover {
    color: #000000;
    transform: scale(1.1);
}

.subpage-menu a::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #000000;
    transition: width .3s;
    margin: auto;
}

.subpage-menu a:hover::after {
    width: 100%;
}



/* LINKS AND BORDER */

a {
	color: #7f7abd;
}

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



/* HOMEPAGE */

.sub-bg-index-recent-news-title {
	background-image: url("images/index2024_10.jpg");
	width: 394px;
	height: 84px;
	color: #000000;
	font-family: "Oswald", sans-serif;
	font-size: 42px;
	text-transform: uppercase;
}


.sub-bg-index-recent-news-body {
	background-color: #ffffff;
	width: 376px;
	height: 244px;
	color: #000000;
	font-family: "Oswald", sans-serif;
	font-size: 30px;
	padding: 20px 10px 10px 10px;
	text-transform: uppercase;
	line-height: 1.1;
}

.recent-news-bold {
	color: #000000;
	font-family: "Oswald", sans-serif;
	font-size: 35px;
	font-weight: 600;
	text-transform: uppercase;
}


/* CONTACT */

.sub-bg-index-contact {
	background-image: url("images/index2024_18.jpg");
	width: 950px;
	height: 150px;
	color: #838386;
	font-family: "Oswald", sans-serif;
	font-size: 30px;
	text-transform: uppercase;
}

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

.sub-bg-subpage-contact {
	background-image: url("images/subpage2024_10.jpg");
	width: 950px;
	height: 140px;
	color: #838386;
	font-family: "Oswald", sans-serif;
	font-size: 30px;
	text-transform: uppercase;
}

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

.contact-bold {
	font-family: "Oswald", sans-serif;
	font-size: 30px;
	line-height: 1.0;
	color: #8785c1;
	font-weight: 600;
}


/* SUBPAGE HEADERS */

.subpage-headers {
	background-image: url("images/subpage2024_05.jpg");
	width: 767px;
	height: 104px;
	color: #ffffff;
	font-family: "Oswald", sans-serif;
	font-size: 63px;
	text-transform: uppercase;
	padding-bottom: 5px;
}


/* BACKGROUNDS */

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

 