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

/* @font-face { font-family: Abuget; src: url('images/Abuget.ttf'); }  */


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

img { border: 0px; }


/* TEXT */

.text-white-large{
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 800;
}

.text-white-medium{
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 23px;
	font-weight: 400;
	line-height: 1.3;
}

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


.text-blue-large{
	color: #27a4dc;
	font-family: "Montserrat", sans-serif;
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 800;
}

.text-blue-medium{
	color: #27a4dc;
	font-family: "Montserrat", sans-serif;
	font-size: 23px;
	font-weight: 400;
	line-height: 1.3;
}

.text-blue-small{
	color: #27a4dc;
	font-family: "Montserrat", sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.3;
}

.text-gray-large{
	color: #6d6d6d;
	font-family: "Montserrat", sans-serif;
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 800;
}

.text-gray-medium{
	color: #6d6d6d;
	font-family: "Montserrat", sans-serif;
	font-size: 23px;
	font-weight: 400;
	line-height: 1.3;
}

.text-gray-small{
	color: #6d6d6d;
	font-family: "Montserrat", sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.3;
}


/* ND */

.znd{
	color: #2B76B0;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
    text-transform: uppercase;
	padding: 10px;
	font-weight: 400;
	letter-spacing: 0.1em;
}

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


/* MENU */

.index-menu {
	background-image: url("images/index2024_02.jpg");
	width: 950px;
	height: 103px;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 800;
}

.index-menu a{
	color: #ffffff;
	text-decoration: none;
	transition: color 0.7s ease;
	padding: 0 20px 0 20px;
}

.index-menu a:hover{
	color: #05063A;
	text-shadow: 0 0 5px rgba(173, 216, 230, 0.7);
}

.subpage-menu {
	background-image: url("images/subpage2024_02.jpg");
	width: 950px;
	height: 103px;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 800;
}

.subpage-menu a{
	color: #ffffff;
	text-decoration: none;
	transition: color 0.7s ease;
	padding: 0 20px 0 20px;
}

.subpage-menu a:hover{
	color: #05063A;
	text-shadow: 0 0 5px rgba(173, 216, 230, 0.7);
}


#menurotate {
	-ms-transform: rotate(-1.5deg); /* IE 9 */
    -webkit-transform: rotate(-1.5deg); /* Chrome, Safari, Opera */
    transform: rotate(-1.5deg);
}



/* LINKS AND BORDER */

a {
	color: #bcbec0;
}

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





/* SUBPAGE HEADERS */

.subpage-headers {
	background-image: url("images/subpage2024_04.jpg");
	width: 950px;
	height: 121px;
	padding-left: 20px;
}

.subpage-headers-text {
	font-family: "Montserrat", sans-serif;
	font-style: italic;
	font-size: 70px;
	font-weight: 800;
	text-transform: uppercase;
	background: linear-gradient(90deg, #27a4dc, #165595);
  background-clip: text;
  -webkit-background-clip: text; /* For Safari/Chrome */
  color: transparent;
	opacity: .4;
	-ms-transform: rotate(-1.5deg); /* IE 9 */
    -webkit-transform: rotate(-1.5deg); /* Chrome, Safari, Opera */
    transform: rotate(-1.5deg);
}


/* CONTACT */

.sub-bg-index-contact {
	background-image: url("images/index2024_04.jpg");
	width: 562px;
	height: 134px;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.3;
	font-weight: 600;
	letter-spacing: 0.04em;
}

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

.sub-bg-subpage-contact {
	background-image: url("images/subpage2024_07.jpg");
	width: 562px;
	height: 134px;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.3;
	font-weight: 600;
	letter-spacing: 0.04em;
}

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

.contact-names{
	font-family: "Montserrat", sans-serif;
	color: #27a4dc;
	font-size: 26px;
	font-weight: 700;
}


/* BACKGROUNDS */

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

 