@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap');

/* Space out content a bit */
body {
	padding: 0;
	font-family: 'Poppins', sans-serif;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
	padding-left: 15px;
	padding-right: 15px;
}

.container {
	overflow: hidden;
}

/* Custom page header */
/*
.header {
	border-bottom: 1px solid #e5e5e5;
}
*/
.header {
	background: url('../img/header-bg.png') 50% 100% no-repeat transparent;
	color: #fff;
	text-align: center;
	min-height: 165px;
	margin-bottom: 0 !important;
}
/* Make the masthead heading the same height as the navigation */
.header h1 {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 40px;
	padding-bottom: 19px;
	padding-top: 34px;
	text-align: left;
}
.header h1 img {
	width: 140px;
}
.header ul {
	margin-top: 80px;
}
.header ul li a {
	color: #929191;
	font-size: 16px;
}
.header ul li.active a {
	background-color: #929191 !important;
	border-radius: 10px;
}

/* Custom page footer */
/*
.footer {
	padding-top: 19px;
	color: #777;
	border-top: 1px solid #e5e5e5;
}
*/
.footer {
	background: url('../img/footer-bg.png') 50% 100% no-repeat transparent;
	color: #fff;
	text-align: center;
	min-height: 174px;
	display: flex;
	align-items: center;
	padding-top: 40px;
	font-size: 20px;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.footer strong {
	text-transform: uppercase;
	font-weight: bold;
}

.page-header {
	border: 0 none;
	margin-top: 25px;
	position: relative;
}
.page-header:before {
	content: '';
	width: 148px;
	height: 159px;
	background: url('../img/forme-top.png') 50% 50% no-repeat transparent;
	position: absolute;
	right: -200px;
	top: -15px;
}
.page-header:after {
	content: '';
	width: 300px;
	border-top: 1px solid #929191;
	margin: 40px auto 0;
	display: block;
}
.page-header h2 {
	color: #929191;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 25px;
}

.panel-title {
	font-size: 14px;
}

.adsee-item {
	position: relative;
}
.adsee-item > * {
	position: relative;
	z-index: 2;
}
.adsee-item > .panel-body {
	background: #fff;
}

body {
	background: url('../img/page-bg-formes.png') 50% 300px repeat-y transparent;
}
/*
.adsee-item:nth-child(10n + 1):after {
	content: '';
	width: 301px;
	height: 198px;
	position: absolute;
	background: url('../img/forme-1.png');
	bottom: -40px;
	left: -150px;
}
.adsee-item:nth-child(10n + 3):after {
	content: '';
	width: 301px;
	height: 198px;
	position: absolute;
	background: url('../img/forme-2.png');
	bottom: 40%;
	right: -150px;
}
.adsee-item:nth-child(10n + 5):after {
	content: '';
	width: 301px;
	height: 198px;
	position: absolute;
	background: url('../img/forme-3.png');
	bottom: -40px;
	left: -280px;
}
.adsee-item:nth-child(10n + 7):after {
	content: '';
	width: 301px;
	height: 198px;
	position: absolute;
	background: url('../img/forme-4.png');
	bottom: -40px;
	right: -210px;
}
.adsee-item:nth-child(10n + 9):after {
	content: '';
	width: 301px;
	height: 198px;
	position: absolute;
	background: url('../img/forme-5.png');
	bottom: -40px;
	left: -150px;
}
*/
.over-click-item {
	position: relative;
	display: block;
}
.over-click-item:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	content: '';
	display: block;
}
.over-click-video.over-click-item:after {
	bottom: 70px;
}

/* Customize container */
@media (min-width: 768px) {
	.container {
		max-width: 1082px;
	}
	.header .container,
	.footer .container {
		max-width: 750px;
	}
}
.container-narrow > hr {
	margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
	font-size: 21px;
	padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
	margin: 40px 0;
}
.marketing p + h4 {
	margin-top: 28px;
}

.img-responsive {
	max-height: 80vh;
}
.fancybox-image.zoomed-in {
	height: auto !important;
	max-height: none !important;
}
.fancybox-inner {
	max-height: 90vh !important;
}
.fancybox-iframe {
  max-height: 100% !important;
}

.fancybox-type-iframe iframe {
  max-width: 100% !important;
} 

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
	/* Remove the padding we set earlier */
	.header,
	.marketing,
	.footer {
		padding-left: 0;
		padding-right: 0;
	}
	/* Space out the masthead */
	.header {
		margin-bottom: 30px;
	}
	/* Remove the bottom border on the jumbotron for visual effect */
	.jumbotron {
		border-bottom: 0;
	}
}

#endButton{
	display: none;
}

.show-mobile {
	display: none;
}

#mobile-alert p {
	font-style: italic;
	color: #929191;
	text-align: center;
	max-width: 340px;
	margin: 0 auto 1rem;
}

@media screen and (max-width: 767px) {
	.show-mobile {
		display: block;
	}
	.header ul {
		margin-top: 0;
		max-width: 80px;
	}
	.header {
		background: url('../img/header-bg-mob.png') 50% 100% no-repeat transparent;
    background-size: cover;
    padding-bottom: 20vw;
    padding-bottom: min(20vw, 70px);
	}
	.footer {
		font-size: 18px;
	}
	#mobile-alert {

	}
}

@media screen and (max-width: 350px) {
	#mobile-alert p {
		font-size: 13px;
	}
}
/*
@font-face {
	font-family: 'violetteviolette';
	src: url('../fonts/violette-webfont.eot');
	src: url('../fonts/violette-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/violette-webfont.svg#violetteviolette') format('svg'),
	url('../fonts/violette-webfont.woff') format('woff'),
	url('../fonts/violette-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
*/
