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

@font-face { font-family: Belgates; src: url('Belgates Script.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: 'Open Sans', sans-serif;
	font-style: normal;
	font-size: 17px;
	font-weight: 300;
	border: 0px;
}

img { border: 0px; }


/* TEXT */

.text-black-large{
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 45px;
	font-weight: 800;
	text-transform: uppercase;
}

.text-black-med{
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 23px;
	font-weight: 400;
}

.text-black-small{
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 400;
}


.text-black-large-script{
	color: #000000;
	font-family: 'Belgates', cursive;
	font-size: 45px;
	font-weight: 700;
	line-height: 1.2;
}

.text-black-small-script{
	color: #000000;
	font-family: 'Belgates', cursive;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.0;
}


.text-blue-large{
	color: #1F72BA;
	font-family: 'Open Sans', sans-serif;
	font-size: 45px;
	font-weight: 800;
	text-transform: uppercase;
}

.text-blue-med{
	color: #1F72BA;
	font-family: 'Open Sans', sans-serif;
	font-size: 23px;
	font-weight: 400;
}

.text-blue-small{
	color: #1F72BA;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 400;
}


.text-blue-large-script{
	color: #1F72BA;
	font-family: 'Belgates', cursive;
	font-size: 45px;
	font-weight: 700;
	line-height: 1.2;
}

.text-blue-small-script{
	color: #1F72BA;
	font-family: 'Belgates', cursive;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.0;
}



/* MENU */

.sub-bg-menu-index {
	background-image: url("images/index2023_02.jpg");
	width: 332px;
	height: 368px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.52;
	padding-top: 51px;
	padding-right: 25px;
}

.sub-bg-menu-index a{
	color: #FFFFFF;
	text-decoration: none;
	transform-origin: center;
    transition: color 0.3s, transform 0.3s;
}


.sub-bg-menu-index a:hover{
	color: #8a9cc1;
}

.menuscript-index {
	font-family: 'Belgates', cursive;
	font-size: 42px;
	text-transform: lowercase;
	color: #0073ce;
	font-weight: 400;
}

.menuscript-index a {
	color: #0073ce;
	text-decoration: none;
	transition: color 0.3s, transform 0.3s;
}


.menuscript-index a:hover {
	color: #A4A4A4;
}


.sub-bg-menu-subpage {
	background-image: url("images/subpage2023_02.jpg");
	width: 332px;
	height: 368px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.49;
	padding-top: 40px;
	padding-right: 35px;
}

.sub-bg-menu-subpage a{
	color: #FFFFFF;
	text-decoration: none;
	transform-origin: center;
    transition: color 0.3s, transform 0.3s;
}


.sub-bg-menu-subpage a:hover{
	color: #8a9cc1;
}

.menuscript-subpage {
	font-family: 'Belgates', cursive;
	font-size: 37px;
	text-transform: lowercase;
	color: #0073ce;
	font-weight: 400;
}

.menuscript-subpage a {
	color: #0073ce;
	text-decoration: none;
	transition: color 0.3s, transform 0.3s;
}


.menuscript-subpage a:hover {
	color: #A4A4A4;
}




/* SUBPAGE HEADERS */

.subpage-headers {
	background-color: #000000;
	width: 501px;
	height: 106px;
	color: #FFFFFF;
	font-weight: 300;
	font-family: 'Belgates', cursive;
	font-size: 80px;
	text-transform: lowercase;
	line-height: 0.5em;
}


/* CONTACT */

.sub-bg-index-contact {
	background-color: #000000;
	width: 950px;
	height: 106px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.6;
}

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

.contactdividerblue {
	color: #0073ce;
	padding: 0 5px 0 5px;
}


/* ND */

.znd{
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
    text-transform: uppercase;
	padding: 10px 0px 10px 0px;
	font-weight: 300;
	letter-spacing: 0.3em;
}

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


/* LINKS AND BORDER */

a {
	color: #1F72BA;
}

.border {
	border: 2px solid #ffffff;
	    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4); /* Add a light box shadow */

}
.pageborder {
	box-shadow: 1px 1px 25px 2px rgba(0,0,0,0.35); }



/* BACKGROUNDS */

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


 