/* GLOBAL STYLES
-------------------------------------------------- */

body {
	transition: opacity 2s;
	opacity: 0;
	height: 56.24vw;
}

body>.container-fluid {
	height: 100%;
	padding-right: 1.3vw;
	padding-left: 1.3vw;
	padding-top: 1.3vw;
}

.header {
	height: 8.2%;
}

.header .col, .header .col-auto, .header .col-3 {
	height: 100%;
}

.logo-wrapper {
	position: absolute;
	z-index: 100;
	padding-top: 1.3vw;
	width: 11%;
}

.logo-wrapper img {
	margin: auto;
	height: auto;
	width: 100%;
}

.header .row {
	height: 100%;
}

.welcome {
	align-items: center;
	font-family: museo-500;
	font-size: 1.4vw;
	display: flex;
	white-space: nowrap;
}


#bubbleSlider {
	position: absolute;
	bottom: 0 !important;
	left: 0;
	z-index: 100;
	display: block;
	width: 100%;
	height: 70px;
	margin: 0;
	background: url('../../images/ft-bubble-slider.png') no-repeat bottom center;
}

.language-buttons {
	height: 35.5%;
	background-color: #e6ecef;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 1.3vw;
	padding-right: 1.3vw;
}

.language-buttons .col-3 > p {
	font-size: 133%;
}

.language-buttons>.col-3 {
	padding-right: 0;
}

.language-button {
	width: 100%;
	height: 299px;
	border: none;
	background-color: #367BAB;
}

.language-button:hover {
	background-color: #599DC4;
}

.language-button>div {
	height: 100%;
	display: flex;
	align-items: center;
}

.language-button>div>span {
	width: 100%;
	font-size: 2.6vw;
	font-weight: bolder;
	text-transform: uppercase;
	font-family: museosans-500;
	white-space: normal;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	height: 64.5%;
}

.carousel-inner {
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	height: 100%;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
	bottom: 3rem;
}

/* Declare heights because of positioning of img element */
.carousel-item {
	height: 100%;
	background-color: #777;
	overflow: hidden;
}
.carousel-item > .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
	/* Bump up size of carousel content */
	.carousel-caption p {
	margin-bottom: 1.25rem;
	font-size: 1.25rem;
	line-height: 1.4;
	}
}
