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

/*  @font-face { font-family: Conn; src: url('Connoisseurs.otf'); } */

body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000;
	color: #1D1D1D;
	font-family: 'Nunito', sans-serif;
	font-style: normal;
	font-size: 16px;
	border: 0px;
}

img { border: 0px; }


/* TEXT */
.text-dark-orb-large{
	color: #1D1D1D;
	font-family: 'Orbitron', sans-serif;
	font-size: 50px;
	font-weight: 700;
}

.text-dark-medium{
	color: #1D1D1D;
	font-family: 'Nunito', sans-serif;
	font-size: 24px;
    font-weight: 400;
	line-height: 1.2;
}

.text-dark-small{
	color: #1D1D1D;
	font-family: 'Nunito', sans-serif;
	font-size: 17px;
    font-weight: 300;
	line-height: 1.2;
}

.text-blue-orb-large{
	color: #0E75A5;
	font-family: 'Orbitron', sans-serif;
	font-size: 50px;
	font-weight: 700;
}

.text-blue-medium{
	color: #0E75A5;
	font-family: 'Nunito', sans-serif;
	font-size: 24px;
    font-weight: 400;
	line-height: 1.2;
}
.text-blue-medium-caps{
	color: #0E75A5;
	font-family: 'Nunito', sans-serif;
	font-size: 21px;
    font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase
}
.text-blue-orb-medium{
	color: #0E75A5;
	font-family: 'Orbitron', sans-serif;
	font-size: 21px;
	font-weight: 700;
}

.text-blue-small{
	color: #0E75A5;
	font-family: 'Nunito', sans-serif;
	font-size: 17px;
    font-weight: 300;
	line-height: 1.2;
}



/* ND */

.znd{
	color: #9fb3c2;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 13px;
    letter-spacing: 0.2em;
	padding: 15px 0 15px 0;
    text-transform: uppercase;
    font-weight: 300;
}

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




/* LINKS AND BORDER */

a {
	color: #1D1D1D;
}

.border {
	border: 3px solid #52B9E2;
}
.pageborder {
	box-shadow: 0px 0px 18px 18px rgba(0,0,0,0.25); }


/* CONTACT */

.sub-bg-index-contact {
	background-color: #1E1E1E;
	width: 950px;
	height: 42px;
    color: #FFF;
    font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.1em;
}

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



/* BACKGROUNDS */

.sub-bg {
	background-color: #f1f3f1;
	padding: 15px 25px 0px 25px;
}

.sub-bg-index-menu {
	background-image: url("images/index2020_01.jpg");
	width: 950px;
	height: 53px;
    color: #1f1f1f;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0.05em;
}

.sub-bg-index-menu a {
	color: #1f1f1f;
    text-decoration: none;
}

.sub-bg-index-menu a:hover {
	color: #c0c1c3;
    text-decoration: none;
}

.menu-divider {
	padding: 0 34px 4px 34px;
}

.sub-bg-subpage-menu {
	background-image: url("images/subpage2020_01.jpg");
	width: 950px;
	height: 53px;
    color: #1f1f1f;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
	font-size: 26px;
	font-weight: 800;
	letter-spacing: 0.05em;
}

.sub-bg-subpage-menu a {
	color: #1f1f1f;
    text-decoration: none;
}

.sub-bg-subpage-menu a:hover {
	color: #c0c1c3;
    text-decoration: none;
}

.menu-dividersub {
	padding: 0 20px 4px 20px;
}


