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

@font-face { font-family: Acens; src: url('Acens.ttf'); } 
@font-face { font-family: La Compag; src: url('La Compagnie des Hirondelles.ttf'); } 


body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000000;
	color: #000000;
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-size: 17px;
	font-weight: 300;
	border: 0px;
}

img { border: 0px; }


/* TEXT */

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

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

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


.text-black-large-script{
	color: #000000;
	font-family: 'La Compag', cursive;
	font-size: 60px;
	line-height: 1.2;
}

.text-black-small-script{
	color: #000000;
	font-family: 'La Compag', cursive;
	font-size: 30px;
	line-height: 1.0;
}


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

.text-purple-med{
	color: #57237E;
	font-family: 'Inter', sans-serif;
	font-size: 24px;
	font-weight: 400;
}

.text-purple-small{
	color: #57237E;
	font-family: 'Inter', sans-serif;
	font-size: 17px;
	font-weight: 400;
}


.text-purple-large-script{
	color: #57237E;
	font-family: 'La Compag', cursive;
	font-size: 60px;
	line-height: 1.2;
}

.text-purple-small-script{
	color: #57237E;
	font-family: 'La Compag', cursive;
	font-size: 30px;
	line-height: 1.0;
}

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

.text-gold-med{
	color: #D5AF34;
	font-family: 'Inter', sans-serif;
	font-size: 24px;
	font-weight: 400;
}

.text-gold-small{
	color: #D5AF34;
	font-family: 'Inter', sans-serif;
	font-size: 17px;
	font-weight: 400;
}


.text-gold-large-script{
	color: #D5AF34;
	font-family: 'La Compag', cursive;
	font-size: 60px;
	line-height: 1.2;
}

.text-gold-small-script{
	color: #D5AF34;
	font-family: 'La Compag', cursive;
	font-size: 30px;
	line-height: 1.0;
}


/* UPDATES BAR */

.sub-bg-menu-updates {
	background-color: #ffffff;
	width: 723px;
	height: 41px;
	color: #000000;
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	padding-bottom: 2px;
}

/* MENU */

.sub-bg-menu-index {
	background-image: url("images/index_03.jpg");
	width: 950px;
	height: 52px;
	color: #d4af37;
	font-family: 'Acens', sans-serif;
	font-size: 23px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-weight: 300;
}

.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: #d4af37;
}


.sub-bg-menu-subpage {
	background-color: #57247E;
	width: 950px;
	height: 52px;
	color: #d4af37;
	font-family: 'Acens', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 300;
}

.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: #d4af37;
}




/* SUBPAGE HEADERS */

.subpage-headers {
	background-image: url("images/subpage_05.jpg");
	width: 950px;
	height: 139px;
	color: #662d91;
	font-family: 'La Compag', cursive;
	font-size: 100px;
}


/* CONTACT */

.sub-bg-index-contact {
	background-color: #57247E;
	width: 950px;
	height: 141px;
	color: #d4af37;
	font-family: 'Acens', sans-serif;
	font-size: 22px;
}

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

.contact-name {
	font-family: 'La Compag', sans-serif;
	font-size: 40px;
	color: #d4af37;
}

.contact-address {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.2;
}



/* ND */

.znd{
	color: #ffffff;
	font-family: 'Inter', 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: #57237E;
}

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

}
.pageborder {
	box-shadow: 0px 0px 35px 4px rgba(0,0,0,0.45); }



/* BACKGROUNDS */

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


 