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

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


body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: top center; /* Aligns the background to the top center */
	background-repeat: no-repeat;
	background-size: cover; /* Ensures the background covers the entire viewport */
	background-color: #000000;
	color: #ffffff;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-size: 16px; 
	border: 0px;
	margin: 0; /* Removes default body margin that might cause spacing issues */
	padding: 0;
}

img { border: 0px; }


/* TEXT */
.text-white-large {
	color: #ffffff;
	font-family: "Roboto", sans-serif;
	font-size: 45px;
	font-weight: 900;
	line-height: 1.2;
}

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

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

.text-blue-large {
	color: #0FA4E6;
	font-family: "Roboto", sans-serif;
	font-size: 45px;
	font-weight: 900;
	line-height: 1.2;
}

.text-blue-med{
	color: #0FA4E6;
	font-family: "Roboto", sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.2;
}

.text-blue-small{
	color: #0FA4E6;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.2;
}


/* ND */

.znd{
	color: #60ADEF;
	font-family: "Roboto", sans-serif;
	font-size: 11px;
    text-transform: uppercase;
	padding: 10px;
	font-weight: 300;
	letter-spacing: 0.2em;
}

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


/* SUBPAGE HEADERS */

.subpage-headers-bg {
	background-image: url("images/subpage2025_04.jpg");
	width: 950px;
	height: 119px;
	padding-top: 5px;
	
}

.subpage-headers-bg h1{
	color: #1793de;
	font-family: "Roboto", sans-serif;
	font-size: 90px;
	text-transform: uppercase;
	margin: 0;
	padding: 0px 0px 10px 0px;
	font-weight: 900;
	line-height: 0;
	text-shadow: 6px 6px 8px rgba(0, 0, 0, 0.5);
}


/* MENU */
.menu-index {
    background-image: url("images/index2025_02.jpg");
    width: 950px;
    height: 63px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 29px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
}

.menu-index a {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 0px 18px;
    transition: transform 0.3s ease, color 0.3s ease, text-shadow 0.3s ease;
}

.menu-index a:nth-of-type(1),
.menu-index a:nth-of-type(3),
.menu-index a:nth-of-type(5) {
    font-weight: 800;
}

.menu-index a:nth-of-type(2),
.menu-index a:nth-of-type(4) {
    font-weight: 300;
}

.menu-index a:hover {
    color: #A5DFFF;
	text-shadow: 0 0 8px #A5DFFF;
    transform: translateY(-3px);
}

.menu-subpage {
    background-image: url("images/index2025_02.jpg");
    width: 950px;
    height: 63px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 27px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
}

.menu-subpage a {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 0px 17px;
    transition: transform 0.3s ease, color 0.3s ease, text-shadow 0.3s ease;
}

.menu-subpage a:nth-of-type(odd) {
    font-weight: 800;
}

.menu-subpage a:nth-of-type(even) {
    font-weight: 300;
}

.menu-subpage a:hover {
    color: #A5DFFF;
	text-shadow: 0 0 8px #A5DFFF;
    transform: translateY(-3px);
}



/* LINKS AND BORDER */

a {
	color: #A9A9A9;
}

.border {
	border: 3px solid #0FA4E6;
}
.pageborder {
	box-shadow: 0px 1px 10px 5px rgba(0,0,0,0.85); }



/* HOMEPAGE */

.sub-bg-index-recent-updates {
	background-image: url("images/index2025_06.jpg");
	width: 480px;
	height: 198px;
	color: #c8c8c8;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 20px;
	padding: 20px;
}

.sub-bg-index-recent-updates a{
	color: #c8c8c8;
	text-decoration: none;
}

.recent-updates-header {
	color: #ffffff;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 25px;
}



/* CONTACT */

.sub-bg-index-contact {
	background-image: url("images/index2025_07.jpg");
	width: 480px;
	height: 277px;
	color: #c8c8c8;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 22px;
	padding: 20px;
}

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

.sub-bg-subpage-contact {
	background-image: url("images/subpage2025_11.jpg");
	width: 480px;
	height: 277px;
	color: #c8c8c8;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 22px;
	padding: 20px;
}

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

.contact-name {
	color: #ffffff;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 29px;
}

.contact-email {
	color: #ffffff;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: 0.05em;
}



/* BACKGROUNDS */

.sub-bg {
	background-color: #030C1A;
	padding: 20px;
}


 