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

/* Carousel styling */
#introCarousel, .carousel-inner, .carousel-item, .carousel-item.active {
	height: 100vh;
}

.carousel-item:nth-child(1) {
	/*background-image: url('https://mdbootstrap.com/img/Photos/Others/images/76.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	}

.carousel-item:nth-child(2) {
	/*background-image: url('https://mdbootstrap.com/img/Photos/Others/images/77.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	}

.carousel-item:nth-child(3) {
	/*background-image: url('https://mdbootstrap.com/img/Photos/Others/images/78.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	}

* Height for devices larger than 576px */
@media (min-width: 992px) {
	#introCarousel {
		margin-top: -58.59px;
		}
	}

.video-container {
	position: relative;
}

.vimeo-wrapper {
/*	position: fixed;  This messed things up in Chrome and Firefox */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	pointer-events: none;
	overflow: hidden;
}
.vimeo-wrapper iframe {
	width: 100vw;
	height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
	min-height: 100vh;
	min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.mask {
background: rgba(0,0,0,0);
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}		
.mask h1 {
	font-family: 'Big Shoulders Display', cursive;
	text-transform: uppercase;
	font-size: 10em;
	font-weight: 900;
	line-height: 1em;
	}

.mask h2 {
	font-family: 'Big Shoulders Display', cursive;
	text-transform: uppercase;
	font-size: 10em;
	font-weight: 900;
	line-height: 0.85em;
	}
.mask h3 {
	font-family: 'Big Shoulders Display', cursive;
	text-transform: uppercase;
	font-size: 5em;
	font-weight: 900;
	line-height: 0.85em;
	}


@media (max-width: 1500px) {
	.mask h1 {	font-size: 8em;}
	.mask h3 {	font-size: 4em;}
	}
@media (max-width: 1366px) {
	.mask h1 {	font-size: 7em;}
	.mask h3 {	font-size: 3.5em;}
	}
@media (max-width: 1192px) {
	.mask h1 {	font-size: 6em;}
	.mask h3 {	font-size: 3em;}
	}
@media (max-width: 1024px) {
	.mask h1 {	font-size: 5em;}
	.mask h3 {	font-size: 2.5em;}
	}
@media (max-width: 992px) {
	.mask h1 {	font-size: 4em;}
	.mask h3 {	font-size: 2em;}
	}
@media (max-width: 568px) {
	.mask h1 {	font-size: 3em;}
	.mask h3 {	font-size: 1.5em;}
	}
@media (max-width: 368px) {
	.mask h1 {	font-size: 2em;}
	.mask h3 {	font-size: 1em;}
	}

.home{
 	display: flex;
 	flex-wrap: wrap;
 	padding:50px 15px;
 	position: relative;
 }
 .home::before{
 	content: '';
 	position: absolute;
 	left:0;
 	top:0;
 	width: 100%;
 	height: 100%;
 	z-index: 1;
 }

 .home .home-text{
	text-align: center;
	position: relative;
	z-index: 2;
}

.home .home-text h3{
	color:#ffffff;
	font-size: 50px;
	line-height: 56px;
	font-weight: 700;
	margin: 0 20px;
	padding-top: 0px;
}
.home .home-text p{
	margin:0;
	overflow: hidden;
}
.home .home-text p span{
	color:#ffffff;
	display: inline-block;
	line-height: 46px;
	display: none;
	font-family: 'Big Shoulders Display', cursive;
	text-transform: uppercase;
	font-size: 8em;
	font-weight: 900;
	line-height: 1em;
	margin-top: 0px;
	padding-top: 0px;
}

@media (max-width: 1500px) {
	.home .home-text p span {font-size: 8em;}
	.home .home-text h3 {font-size: 4em;}
	}
@media (max-width: 1366px) {
	.home .home-text p span {font-size: 7em;}
	.home .home-text h3 {font-size: 3.5em;}
	}
@media (max-width: 1192px) {
	.home .home-text p span {font-size: 6em;}
	.home .home-text h3 {font-size: 3em;}
	}
@media (max-width: 1024px) {
	.home .home-text p span {font-size: 5em;}
	.home .home-text h3 {font-size: 2.5em;}
	}
@media (max-width: 992px) {
	.home .home-text p span {font-size: 4em;}
	.home .home-text h3 {font-size: 2em;}
	}
@media (max-width: 568px) {
	.home .home-text p span {font-size: 3em;}
	.home .home-text h3 {font-size: 1.5em;}
	}
@media (max-width: 368px) {
	.home .home-text p span {font-size: 2em;}
	.home .home-text h3 {font-size: 1em;}
	}

.home .home-text p span.text-in{
	display: block;
	animation: textIn .5s ease;
}
.home .home-text p span.text-out{
	animation: textOut .5s ease;
}
.brandlogo {
	width: 300px;
	height: 86px;
}
@media (max-width: 992px) {
	.brandlogo {width: 200px; height: 57px;}
	}
@media (max-width: 568px) {
	.brandlogo {width: 150px; height: 43px;}
	}