body {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 20px;
	overflow-x: hidden;
}
.parallax {
	width: 100%;
	object-position: center top;
}

.header {
	text-align: center;
}
.header .panel-body {
	background: rgba(255, 255, 255, 0.5);
	padding-top: 150px !important;
	padding-bottom: 150px !important;
}
.header img {
	width: 60%;
	margin-bottom: 1em;
}
.footer {
	background: #0032a0;
	text-align: center;
	padding: 200px 20px;
}
.footer img {
	width: 45%;
}
.footer h1 {
	text-transform: uppercase;
	font-size: 7vw;
	font-weight: bold;
	color: #FFF;
	margin: 0.5em 0;
}
.panel-horizontal,
.panel {
	position: relative;
	overflow: hidden;
}
.panel .panel-img {
	width: 100%;
	z-index: 1;
}
.panel .panel-img video {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	object-fit: cover;
	object-position: center top;
}
.panel .panel-img img {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	object-fit: cover;
	object-position: center top;
}
.panel .panel-body {
	position: relative;
	top: 0;
	bottom: 0;
	z-index: 999999;
	padding-top: 200px;
	padding-bottom: 200px;
}
.panel.header .panel-body {
	padding-top: 75px !important;
	padding-bottom: 100px;
}
.panel-sm .panel-body {
	padding-top: 0;
	padding-bottom: 0;
}
.panel .panel-body > .row {
}
.panel-horizontal .panel-img {
	overflow: hidden;
	position: relative;
	height: 100%;
	top: 0;
	bottom: 0;
}
.panel-horizontal .panel-img img {
	position: absolute;
	height: 100%;
	object-fit: cover;
}

.pan-left {
	opacity: 0;
	margin-left: 100%;
	transition: 6s ease-out margin-left, 6s ease-in-out opacity;
}
.pan-left-animate {
	opacity: 1;
	margin-left: 0;
}
.pan-right {
	opacity: 0;
	margin-right: 100%;
	transition: 6s ease-out margin-right, 6s ease-in-out opacity;
}
.pan-right-animate {
	opacity: 1;
	margin-right: 0;
}

.fade {
	transition: 4s ease-in opacity;
}
.fade-fast {
	transition: 1s ease-in opacity;
}

.flipper {
	position: relative;
	left: 0;
	right: 0;
	height: 1.2em;
	overflow: hidden;
}
.flipper > div {
	position: absolute;
	top: 1.2em;
	left: 0;
	right: 0;
	opacity: 0;
	transition: 1s linear opacity; /* this has to be the same time as the setInterval() in script.js */
}
.flipper > div[data-flipper-active] {
	top: 0;
	opacity: 1;
	transition: 0.25s linear top, 1s linear opacity; /* this has to be the same time as the setInterval() in script.js */
}
.flipper > div[data-flipper-inactive] {
	top: -1.2em;
	opacity: 0;
	transition: 0.5s linear top, 0.125s linear opacity; /* this has to be the same time as the setInterval() in script.js */
}

.floaty-left,
.floaty-right {
	position: relative;
}
.floaty-left img,
.floaty-right img {
	position: absolute;
	width: 60%;
	top: 0;
}
.floaty-left img {
	left: calc(40vw - 2em);
}
.floaty-right img {
	right: calc(40vw - 2em);
}
.floaty-left img + img,
.floaty-right img + img {
	width: 40%;
	top: 25vw;
	z-index: 2;
}
.floaty-left img + img {
	left: 15vw;
}
.floaty-right img + img {
	right: 15vw;
}
.floaty-left .floaty-text,
.floaty-right .floaty-text {
	z-index: 3;
	max-width: 45vw;
	position: relative;
	background: #FFF;
	padding: 1.5em 2em;
}
.floaty-left .floaty-text {
}
.floaty-right .floaty-text {
	float: right;
}

.panel-purple .panel-body {
	background: rgba(98, 93, 156, 0.20);
}
.bg-purple {
	background: rgba(98, 93, 156, 1);
}
.text-purple {
	color: rgba(98, 93, 156, 1);
}
.panel-yellow .panel-body {
	background: rgba(182, 181, 81, 0.20);
}
.bg-yellow {
	background: rgba(182, 181, 81, 1);
}
.text-yellow {
	color: rgba(182, 181, 81, 1);
}
.panel-pink .panel-body {
	background: rgba(182, 90, 142, 0.20);
}
.bg-pink {
	background: rgba(182, 90, 142, 1);
}
.text-pink {
	color: rgba(182, 90, 142, 1);
}
.panel-blue .panel-body {
	background: rgba(0, 73, 135, 0.20);
}
.bg-blue {
	background: rgba(0, 73, 135, 1);
}
.text-blue {
	color: rgba(0, 73, 135, 1);
}
.panel-orange .panel-body {
	background: rgba(182, 128, 81, 0.20);
}
.bg-orange {
	background: rgba(182, 128, 81, 1);
}
.text-orange {
	color: rgba(182, 128, 81, 1);
}
.bg-white-75 {
	background: rgba(255, 255, 255, 0.75);
}
.bg-white-50 {
	background: rgba(255, 255, 255, 0.5);
}
.bg-white-25 {
	background: rgba(255, 255, 255, 0.25);
}
strong {
	font-weight: bold !important;
}
.text-light {
	color: rgba(255, 255, 255, 0.75) !important;
}
.clear {
	clear: both;
}

.w-125 {
	width: 125%;
}

.number {
	position: absolute;
	top: 200px;
	z-index: 1;
	width: 250px;
	height: 250px;
	padding-top: 0.125em;
	font-family: Arial, sans-serif;
	font-size: 150px;
}

/*
.section {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-shadow: 0 0 5px #000;
}

.parallax::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateZ(-1px) scale(1.5);
  background-size: 100%;
  z-index: -1;
}
*/

@media (max-width: 991px) {
	.parallax {
	}
	.header .panel-body {
		padding-top: 40px !important;
		padding-bottom: 60px !important;
	}
	.header img {
		margin-bottom: 0.5em;
	}
	.footer img {
		width: 75%;
	}
	.panel .panel-body {
		padding-top: 0;
		padding-bottom: 0;
	}
	.panel-horizontal .panel-img {
		overflow: hidden;
		position: static;
		height: 100%;
		top: 0;
		bottom: 0;
	}
	.panel-horizontal .panel-img img {
		position: static;
		height: 400px;
		width: 100%;
		object-fit: cover;
	}
	
	.floaty-left,
	.floaty-right {
		position: static;
	}
	.floaty-left img,
	.floaty-right img {
		position: static !important;
		width: 100% !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
	}
	.floaty-left .floaty-text,
	.floaty-right .floaty-text {
		max-width: 100%;
		position: relative;
		top: 0;
		padding: 0;
	}
	.floaty-left .floaty-text {
	}
	.floaty-right .floaty-text {
		float: right;
	}

	.pan-left,
	.pan-right,
	.pan-left-animate,
	.pan-right-animate,
	.fade {
		transition: 1s linear opacity
	}

	.number {
		top: 40px;
		right: 20px;
		display: inline-block;
		width: 75px;
		height: 75px;
		padding-top: 3px;
		font-size: 50px;
	}
	.number + div {
		margin-right: 115px;
	}
}