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

@font-face { font-family: Queen; src: url('TheQueenthineDemo.ttf'); }
@font-face { font-family: Heavitas; src: url('Heavitas.ttf'); }

body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #0c0a0b;
	color: #231f20;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-style: normal;
	font-size: 18px;
	border: 0px;
}

img { border: 0px; }


/* TEXT */
.text-dark-Queen-large{
	color: #0c0a0b;
	font-family: 'Queen', cursive;
	font-size: 65px;
}
.text-dark-Queen-med{
	color: #0c0a0b;
	font-family: 'Queen', cursive;
	font-size: 29px;
}
.text-dark-XL{
	color: #0c0a0b;
	font-family: 'Heavitas', sans-serif;
	font-size: 45px;
	text-transform: uppercase;
}

.text-dark-med{
	color: #0c0a0b;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.1;
}
.text-dark-small{
	color: #0c0a0b;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 21px;
	font-weight: 300;
	line-height: 1.1;
}

.text-red-Queen-large{
	color: #aa0000;
	font-family: 'Queen', cursive;
	font-size: 65px;
}
.text-red-Queen-med{
	color: #aa0000;
	font-family: 'Queen', cursive;
	font-size: 29px;
}
.text-red-XL{
	color: #aa0000;
	font-family: 'Heavitas', sans-serif;
	font-size: 45px;
	text-transform: uppercase;
}

.text-red-med{
	color: #aa0000;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.1;
}
.text-red-small{
	color: #aa0000;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 21px;
	font-weight: 300;
	line-height: 1.1;
}




.znd{
	color: #B0B0B0;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 13px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-weight: 300;
	padding: 17px 0 17px 0;
}

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

/* LINKS AND BORDER */

a {
	color: #0c0a0b;
}


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



/* BACKGROUNDS */

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

.sub-bg-index-contact {
	background-image: url("images/index2020_05.jpg");
	width: 401px;
	height: 70px;
	color: #231f20;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.1;
}

.contact-red {
	color: #aa0000;
}

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

.sub-bg-subpage-contact {
	background-image: url("images/subpage2020_09.jpg");
	width: 401px;
	height: 70px;
	color: #231f20;
	font-family: 'Saira Extra Condensed', sans-serif;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.1;
}

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


