@font-face {
	font-family: 'Impact';
	src: local('?'), url('../fonts/impact.ttf') format('ttf');
	font-weight: normal;
	font-style: normal;
}

/*--- FOOTER STYLES ---*/

.footer {
	background-color: rgba(255,255,255,1);
	padding: 1em 2em 0.2em 2em;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1em;
	font-size: clamp(44%, 1.9vw, 100%);
}
.footer::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("../images/logo.svg");
	background-position: center right -250px;
	background-size: auto 350%;
	background-repeat: no-repeat;
	opacity: 0.15;
}
.footer > div {
	flex: 0 0 0;
}
.footer .title-container{
	font-size: 4.2em;
	font-family: Garnet-Capitals, sans-serif;
	line-height: 1em;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	position: relative;
}
.footer .logo-container img {
	width: 18em;
	height: auto;
	position: relative;
}

.subfooter{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: white;
	background-color: rgba(62,66,85,1);
	font-size: 70%;
	line-height: 1.2em;
	text-align: center;
	padding: 1em;
	gap: 1em;
}
.subfooter > div:nth-of-type(1){
	flex: 2 0 0;
	text-align: left;
}
.subfooter > div:nth-of-type(2){
	flex: 1 0 0;
	text-align: right;
}
.subfooter a{
	color: rgba(219,207,195,1);
	text-decoration: none;
	font-weight: 700;
	white-space: nowrap;
}

/*--- GENERAL STYLES ---*/

hr:not(.mobile-nav-rule) {
	display: block;
	position: relative;
	background-color: rgba(62,66,85,1.00);
	border: none;
	border-radius: 100% 0 0 0;
	height: clamp(5px, 0.9vw, 9px);
	width: 60%;
	margin: 1em 0;
	overflow: visible;
	filter: drop-shadow(0 0 15px rgba(0,0,0,0.5));
}
hr:not(.mobile-nav-rule):before {
	content: '';
	display: block;
	position: absolute;
	top: calc(100% + 1px);
	left: 67%;
	background-color: inherit;
	border: none;
	border-radius: 0 0 100% 0;
	height: 100%;
	width: 100%;
	margin: 0 0;
}
hr:not(.mobile-nav-rule):after{
	content: '';
	display: block;
	position: absolute;
	left: 83.6%;
	top: 100%;
	transform-origin: center;
	transform: translate(-50%, -50%);
	width: min(150px, 10vw);
	height: calc(200% - 6px);
	border-radius: 0;
	border: 1px solid rgb(200, 200, 200);
	background-image: linear-gradient(90deg, rgba(189,21,54,1.00), rgba(241,108,41,1.00), rgba(251,230,6,1.00), rgba(62,130,65,1.00), rgba(59,91,166,1.00), rgba(108,45,112,1.00));
}

/* -------------- WHAT WHY --------------------- */

section.whatwhy {
	background-image: url("../images/what-why-back_1.webp");
	background-position: center;
	background-size: cover;
/*	min-height: 100dvh;*/
	display: grid;
	grid-template-rows: auto 1fr;
	grid-template-columns: 1fr;
	gap: 4em 0;
	padding: 10vh 0 4em 0;
}
section.whatwhy .header {
	grid-row: 1;
	grid-column: 1;
	padding: 0;
}
section.whatwhy .main div{
	padding: 0 1em;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	font-size: clamp(1em, 1.2vw, 1.5em);
}



/* -------------------- AUTHORS --------------------------- */



section.authors-container{
	padding: 4em 1em;
	background-image: radial-gradient(circle farthest-corner at 25% 25%, white, rgb(180,180,180));
	font-size: clamp(55%, 0.7vw, 100%);
}
section.authors-container > div {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
section.authors-container .header-image-container {
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
section.authors-container .header-image-container > div{
	flex: 1 1 0;
	color: white;
}
section.authors-container .header-image img{
	width: 100%;
	height: auto;
}
.header-image-text{
	background-color: rgba(35,69,46,1);
	color: white;
	padding: 2em;
	font-size: clamp(60%, 1.1vw, 100%);
}
.header-image-text > div {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 2em;
	border: 0.5em solid white;
	height: 100%;
	font-size: 1.8em;
	line-height: 1.8em;
	font-weight: 300;
}
.header-image-text h1{
	color: rgba(143,160,150,1.00);
}

.authors-whois {
	font-family: Garnet-Capitals, sans-serif;
	font-size: 2em;
	color: rgba(130,130,130,1.00);
	margin-top: 2.5em;
	line-height: 1em;
}

.authors-name{
	font-family: Garnet-Capitals, sans-serif;
	font-size: 4em;
	margin-bottom: 1em;
	line-height: 1em;
}
.jeff-bio{
	background-color: rgba(143,160,150,1.00);
	color: white;
	font-size: 1.6em;
	padding: 2em;
	line-height: 1.8em;
}
.ej-bio{
	background-color: rgba(94,100,116,1.00);
	color: white;
	font-size: 1.6em;
	padding: 2em;
	line-height: 1.8em;
}
.jeff-bio>div,
.ej-bio>div{
	text-align: center;
	font-style: italic;
	font-size: 110%;
	margin: 0 auto 1em auto;
	width: 80%;
	max-width: 700px;
}
.quotes:before{
	content: '\201c';
	display: inline-block;
	padding: 0 5px;
	vertical-align: top;
	font-size: 300%;
	font-style: normal;
	line-height: 1em;
	height: 0;
}
.quotes:after{
	content: '\201d';
	display: inline-block;
	padding: 0 5px;
	vertical-align: top;
	font-size: 300%;
	font-style: normal;
	line-height: 1em;
	height: 0;
}


/* --------------------------- REVIEWS SUBSCRIBE --------------- */

.reviews-subscribe-container{
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr 1fr;
	min-height: 100dvh;
   font-size: clamp(80%, 1.33vw, 125%);
}

.reviews {
	background-color:rgba(143,160,150,1.00);
	color: white;
	padding: clamp(1.5em, 1.5vw, 3em);
}
.reviews h1{
	margin: 0 0 0.5em 0;
}
.reviews > div {
	border: 0.5em solid white;
	width: 100%;
	height: 100%;
	padding: 1em;
	line-height: 1.4em;
	font-style: italic;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.reviews .attestation{
	padding: 1em 0;
}
.reviews .attestant{
	font-style: normal;
	font-weight: 700;
	text-align: center;
	line-height: 1.1em;
	margin-bottom: 1em;
}


.subscribe{
	background-color:rgba(218,208,196,1.00);
	background-image: url("../images/subscribe-back.webp");
	background-blend-mode: multiply;
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: clamp(70%, 1vw, 100%);
	padding: 1em;
}

.subscribe > div:nth-of-type(1) {
	font-family: Garnet-Capitals, sans-serif;
/*	font-size: clamp(4em, 5vw, 6em);*/
	font-size: 6em;
	text-decoration: underline;
	text-decoration-thickness: 5px;
	text-underline-offset: 10px;
	line-height: 1em;
	margin-bottom: 0.7em;
}
.subscribe > div:nth-of-type(2) {
/*	font-size: clamp(1.5em, 2.5vw, 3em);*/
	font-size: 3em;
	max-width: 8em;
	margin-bottom: 1.5em;
	line-height: 1.1em;
	text-align: center;
	font-weight: 400;
}
.subscribe > form {
	text-align: center;
}
/*
.subscribe > form input[type=text] {
	border-radius: 5px 0 0 5px;
	display: inline-block;
	border: none;
	background-color: white;
	font-size: 2.5em;
	margin: 0 0 1em 0;
	line-height: 1em;
	padding: 2px 2px 4px 2px;
	vertical-align: middle;
	outline:none;
	width: 100%;
}
.subscribe > form input[type=submit] {
	border-radius: 0 5px 5px 0;
	background-color: rgba(35,69,45,1.00);
	border: none;
	color: white;
	font-size: 2.5em;
	margin: 0;
	padding: 5px 5px 7px 5px;
	line-height: 1em;
	vertical-align: middle;
	font-family: Garnet-Capitals, sans-serif;
	outline:none;
}
*/
.subscribe > div:nth-of-type(3){
	margin: 2em 1em;
	font-size: 1.4em;
	width: 100%;
	max-width: 26em;
	line-height: 1.2em;
	text-align: center;
	font-weight: 500;
}
.subscriber .inpField{
	font-size: 1rem;
}
.subscriber label {
	text-align: left;
}
.subscriber.BGM-form-vB input[type=submit]{
	background-color: rgba(35,69,45,1.00);
}


/* ----------------------- GALLERY PAGE ---------------------------------- */

.tomatq-gallery-container img{
/*
	max-height: 400px;
	width: auto;
*/
}


/*--------------------- BGM DEFAULT OVERRIDES ---------------------------- */

.BGM-newsRelease-container{
	background-image: none;
	background-color: white;
}
.BGM-newsRelease-container h1{
	text-align: left;
	margin-bottom: 0.75em;
}
	
/*--- MEDIA QUERIES ---*/

@media screen and (max-width: 1000px) {
	.reviews-subscribe-container {
		display: block;
		min-height: 0;
	}
}

@media screen and (max-aspect-ratio: 1), 
screen and (orientation: portrait),
screen and (max-width: 800px){

	.subfooter {
		display: block;
	}
	.subfooter > div {
		padding: 3px;
		text-align: center!important;
	}
	
	.header-image-container {
		display: block!important;
	}
	.header-image-container img {
		object-fit: cover;
		object-position: top left;
		width: 100%;
		aspect-ratio: 1.25;
	}
	
}




@media screen and (max-width: 500px){

}