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

@font-face { font-family: Alfien; src: url('Alfien-1.otf'); }  
@font-face { font-family: Gobold; src: url('Gobold High.ttf'); }  

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

img { border: 0px; }


/* TEXT */

.text-white-large{
	color: #FFF;
	font-family: 'Gobold', sans-serif;
	font-size: 55px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.text-white-medium{
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.2;
}

.text-white-small{
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.2;
}

.text-white-large-script{
	color: #FFF;
	font-family: 'Alfien', cursive;
	font-size: 55px;
}

.text-white-small-script{
	color: #FFF;
	font-family: 'Alfien', cursive;
	font-size: 27px;
}

.text-purple-large{
	color: #8660CC;
	font-family: 'Gobold', sans-serif;
	font-size: 55px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.text-purple-medium{
	color: #8660CC;
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.2;
}

.text-purple-small{
	color: #8660CC;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.2;
}

.text-purple-large-script{
	color: #8660CC;
	font-family: 'Alfien', cursive;
	font-size: 55px;
}

.text-purple-small-script{
	color: #8660CC;
	font-family: 'Alfien', cursive;
	font-size: 27px;
}

.text-gray-large{
	color: #5B5B5B;
	font-family: 'Gobold', sans-serif;
	font-size: 55px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.text-gray-medium{
	color: #5B5B5B;
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.2;
}

.text-gray-small{
	color: #5B5B5B;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.2;
}

.text-gray-large-script{
	color: #5B5B5B;
	font-family: 'Alfien', cursive;
	font-size: 55px;
}

.text-gray-small-script{
	color: #5B5B5B;
	font-family: 'Alfien', cursive;
	font-size: 27px;
}



/* ND */

.znd{
	color: #c390ac;
	font-family: 'Poppins', sans-serif;
	font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
	font-weight: 300;
	padding: 13px;
}

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




/* LINKS AND BORDER */

a {
	color: #fff;
}

.border {
	border: 3px solid #533192;
}

.pageborder {
	box-shadow: 0px 10px 5px 5px rgba(0,0,0,0.65); }


/* CONTACT */

.sub-bg-index-contact {
	background-color: #000;
	width: 950px;
	height: 87px;
}

.sub-bg-index-contact table {
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.0;
	letter-spacing: 0.1em;
}

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

.contact-bold {
	color: #a9a9a9;
	font-weight: 700;
}

.contact-names {
	color: #fff;
    font-family: 'Gobold', sans-serif;
	font-size: 30px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 1.5;
}


/* BACKGROUNDS */

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


.sub-bg-index-menu {
	background-image: url("images/index2020_01.jpg");
	width: 950px;
	height: 100px;
	color: #fff;
    font-family: 'Gobold', sans-serif;
	font-size: 32px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

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

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

.menu-divider {
	padding: 0 20px 5px 20px;
	vertical-align: middle;
}

.sub-bg-subpage-menu {
	background-image: url("images/subpage2020_01.jpg");
	width: 950px;
	height: 100px;
	color: #fff;
    font-family: 'Gobold', sans-serif;
	font-size: 28px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

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

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

.menu-dividersub {
	padding: 0 20px 5px 20px;
	vertical-align: middle;
}
