@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------------------*/
/*INTRO -------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

* {
	margin:0;
}

img {max-width: 100%;}
.w-100 {width: 100% !important;}

.d-flex {display: flex !important;}
.d-inline-flex {display: inline-flex !important;}
.justify-center {justify-content: center !important;}

.text-bold {font-weight: 700 !important;}
.text-uppercase {text-transform: uppercase !important;}

@font-face {
    font-family: 'Anivers';
    src: url('/css/fonts/anivers_regular-webfont.eot');
    src: url('/css/fonts/anivers_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/anivers_regular-webfont.woff') format('woff'),
         url('/css/fonts/anivers_regular-webfont.ttf') format('truetype'),
         url('/css/fonts/anivers_regular-webfont.svg#aniversregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Anivers Bold';
    src: url('/css/fonts/anivers_bold-webfont.eot');
    src: url('/css/fonts/anivers_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/anivers_bold-webfont.woff') format('woff'),
         url('/css/fonts/anivers_bold-webfont.ttf') format('truetype'),
         url('/css/fonts/anivers_bold-webfont.svg#aniversbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
	font-family: 'Anivers', Arial, Helvetica, sans-serif;
	color: #1c1c1b;
	position: relative;
}

.quick-menu-wrapper {
	background-color: #6d1f7e;
  	padding: .25rem 0;
  	position: relative;
  	display: flex;
  	justify-content: space-between;
}

.quick-menu-wrapper a {
	color: #fff;
	font-size: 12px;
}

.landing-area-wrapper {
  	margin-bottom: 10rem;
	min-height: 350px;
}

.landing-heading-info {
	justify-content: center;
  	display: flex;
  	width: 100%;
	padding-left: 3rem;
}

.landing-heading-info h1 {
	font-size: 1.5rem;
	padding: 0;
	margin: 0 0 15px 0;
	color: #701b75;
	text-transform: uppercase;
	font-family: 'Anivers Bold';
}

.landing-heading-info h2 {
	font-size: 1.5rem;
}

.landing-heading-info h1,
.landing-heading-info h2,
.landing-heading-info h6 {
	max-width: 300px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	width: fit-content;
  	white-space: nowrap;
}

@media (min-width: 992px) {
	.landing-heading-info h1,
	.landing-heading-info h2 {
		font-size: 3rem;
	}

	.landing-heading-info h1,
	.landing-heading-info h2,
	.landing-heading-info h6 {
		max-width: 750px;
	}
}

.logo img {
	width: 150px;
}

/* GENERAL INTRO */
@media (max-width: 1024px) {
	.logo img {
		width: 150px;
	}
}

/* INTRO PO */
.headerIntro {
	background: #fff url(/images/site/headerIntro.png) top center no-repeat;
	width: 100%;
	height: 330px;
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	opacity: .2;
}

#intro {
	min-height: 100%;
}

.landing-intro {
	position: relative;
	min-height: 200px;
	margin-bottom: 3rem;
	display: flex;
  	justify-content: center;
  	align-items: center;
}

.logo {
	position: relative;
	text-align: center;
}

.landing-area {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.footerIntro {
	background: url(/images/site/footerIntro.png) bottom center no-repeat;
	height: 170px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	opacity: .2;
}

/*-------------------------------------------------------------------------------------*/
/*CONTENT LANDING ---------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

.content .landing-image {
	width: 100%;
	height: 250px;
	margin: 0;
	top: -25%;
	position: absolute;
	z-index: -1;
}

.content .landing-image img {
	height: 100%;
	width: 100%;
}

/*DIVIDER + MAX-WIDTHS----------------------------------------------------------------*/

.content .landing-divider {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}


footer {
	background-color: rgba(249, 249, 249, .3);
  	padding: 3rem 0;
}

.footer_bottom {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
  margin-top: 5rem;
}