/*
Theme Name: ETH GT x Sinapsis
Author: @DnznJuan
Author URI: https://sinapsis.com.gt/dnznjuan
Description: WordPress theme for ETH Guatemala
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: ethgt_wpt_frame
*/

/* HI THERE! WELCOME TO SINAPSIS, WE ARE CURRENTLY SERVING MAYHEM */

/* MAP: */
/* 0. RESET RULES ------------------ */
/* 1. EMBEDED FONTS ---------------- */
/* 2. GLOBAL SETTINGS/VARIABLES  --- */
/* 3. UNITS, HELPERS & ANIMATINOS -- */
/* 4. .CONTENT --------------------- */
/* 5. Z-INDEXING ------------------- */
/* 6. ELEMENTS --------------------- */
/*    ATOMS / MOLECULES / ORGANISMS- */
/* 7. TEMPLATES -------------------- */
/* 8. PAGES ------------------------ */


/* 0. RESET RULES ------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
html {
	min-height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow: auto;
}
body {
	font-size: 62.5%;
	line-height: 1;
	font-family: Arial, Tahoma, sans-serif;
	word-break: break-word;
	hyphens: auto;
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0 !important; max-width: 100%; display:block;}
p { font-size: 1.2em; line-height: 1.0em; margin: 0;}
a {text-decoration: none;}
a:hover {cursor: pointer !important;}
a:focus {outline: none;}
input {-webkit-appearance: none !important;}
input[type='submit']:focus {outline: none;}
input[type='button']:focus {outline: none;}
/* ENDS RESET RULES -------------------------------------------------------------------- */


/* 1. EMBEDED FONTS ---------------- */
/* FONTS */

/* INTER VARIABLE FONT*/
/* NO VARIABLE WIDTH, JUST WEIGHT AND SLANT */
@font-face {
	font-family: 'Inter';
	font-weight: 300 700; /* adjust as needed */
	src: url('fonts/inter/Inter-VariableFont_slnt,wght.ttf') format('truetype');
}



/* 2. GLOBAL SETTINGS/VARIABLES  --------------------- */

:root {
	/* COLORS */
	/* WHITE */
	--white-hue: 228;
	--white: var(--white-hue), 64%, 92%;

	/* BLACK */
	--black-hue: 196;
	--black: var(--black-hue), 7%, 10%;

	/* BLLUE */
	--blue-hue: 225;
	--blue: var(--blue-hue), 85%, 50%;

	/* GREEN CTA */
	--green-cta-hue: 84;
	--green-cta: var(--green-cta-hue), 100%, 59%;

	/* AQUA */
	--aqua-hue: 174;
	--aqua: var(--aqua-hue), 84%, 67%;

	/* BUTTON TEXT */
	--button-txt-hue: 112;
	--button-txt: var(--button-txt-hue), 70%, 12%;

	/* FONTS */
	--ff-inter: 'Inter', sans-serif;
	--ff-roboto: 'Roboto', sans-serif;

	/* HELPERS */
	--line-opacity: .4;
}

/* TEXT SELECTION */
::-moz-selection {
	background: hsla(var(--green), 1) !important;
	color: hsla(var(--white), 1) !important;
}

::selection {
	background: hsla(var(--green), 1) !important;
	color: hsla(var(--white), 1) !important;
}

body {
	background-color: hsla(var(--blue), 1);
	color: hsla(var(--white), 1);
	font-family: var(--ff-inter);
}

/* 3. UNITS, HELPERS, ANIMATIONS -------------------------------------- */

/* UNITS */
.wrapper-fullWidth {
	width: 100%;
}

.wrapper-mainWidth {
	width: 82%;
	max-width: 1000px;
	margin: 0 auto 0 auto;
}

.layer {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto 0 auto;
}

.lineH {
	clear: both;
	width: 100%;
	height: 1px;
	display: block;
}

.lineV {
	clear: both;
	width: 1px;
	height: 100%;
	display: block;
}

.clearer {
	clear: both;
	width: 100%;
	height: 1px;
	display: block;
}

.s5,
.s10,
.s15,
.s20,
.s25,
.s30,
.s40,
.s50,
.s60,
.s70,
.s80,
.s90,
.s100 {
	clear: both;
	display: block;
	width: 100%;
}

.s5		{ height: 5px; 	}
.s10	{ height: 10px; }
.s15	{ height: 15px; }
.s20	{ height: 20px; }
.s25	{ height: 25px; }
.s30	{ height: 30px;	}
.s40	{ height: 40px;	}
.s50	{ height: 50px;	}
.s60	{ height: 60px;	}
.s70	{ height: 70px;	}
.s80	{ height: 80px;	}
.s90	{ height: 90px;	}
.s100	{ height: 100px;}
.s120 	{ height: 120px;}
.s140 	{ height: 140px;}
.s160	{ height: 160px;}
.s180	{ height: 180px;}
.s200 	{ height: 200px;}


/* BUTTONS */
.button {
	display: inline-block;
	padding: 14px 20px 12px 20px;
	border: none;
	background: var(--m-yellow-100);
	background: linear-gradient(0deg, var(--s-yellow-100) 0%, var(--m-yellow-100) 100%);
	color: var(--m-blue-90);
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 4px;
}

.button:hover {
	color: var(--m-blue-100);
	background: var(--s-yellow-100);
	background: linear-gradient(0deg, var(--s-yellow-100) 0%, var(--m-yellow-100) 60%);
}

.button:active {
	background: var(--m-yellow-100);
	background: linear-gradient(0deg, var(--s-yellow-100) 0%, var(--m-yellow-100) 30%);
}


.disabled,
.button:disabled {
	opacity: .4;
	pointer-events: none;
}

.button i.iconToLeft,
i.iconToLeft {
	padding-right: 6px;
}

.button i.iconToRight,
i.iconToRight {
	padding-left: 10px;
}


/* HELPERS */
.copyCenter {
	text-align: center;
}

.copyRight {
	text-align: right;
}

.hide {
	display: none;
}

.glowS {
	text-shadow: hsla(var(--aqua), 0.33) 0px 0px 8px;
}

.glowM {
	text-shadow: hsla(var(--aqua), 0.33) 0px 0px 12px;
}

.glowXl {
	text-shadow: hsla(var(--aqua), 0.34) 0px 0px 17px;
}



/* ANIMATIONS */
.aniIntro {
	opacity: 0;
}

.fullRotation {
	animation: fullRotation 0.8s infinite;
	animation-timing-function: linear;
}



@keyframes fullRotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
	}
}


/* 4. .CONTENT ---------------------------------------- */
.content {
	color: rgba(var(--white), 1);
	text-align: justify;
}

.content h1 {
	font-size: 70px;
}

.content h2 {
	font-size: 22px;
	line-height: 28px;
}

.content h3 {
	font-size: 30px;
	font-weight: 700;
	line-height: 32px;
}

.content h4 {
	font-size: 20px;
	line-height: 32px;
}

.content p {
	font-size: 16px;
	line-height: 32px;
}

.content a:hover {
	text-decoration: underline;
}

.content a,
.content a:visited {
	color: rgba(var(--blue-highlight), 1);
	border-bottom: 1px solid rgba(var(--blue-highlight), 1);
}

.content .footnote {
	font-size: 12px;
}


/* LISTS */
.content ul li {
	line-height: 22px;
	padding-left: 40px;
	margin-bottom: 10px;
}

.content ul.disc li::before {
	content: "•";
	padding-right: 8px;
	font-size: 20px;
}


/* FORMS */
.label-input-pair {
	clear: both;
	margin-bottom: 20px;
}

.content label,
.content .label {
	clear: both;
	display: block;
	margin-bottom: 4px;
	margin-left: 4px;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
}

.content label.required-field:after {
	display: inline-block;
	vertical-align: super;
	height: 100%;
	padding-left: 2px;
	font-family: 'FontAwesome';
	content: '\f069';
	color: var(--s-blue-100);
	font-size: 6px;
}

.content input,
.content select {
	box-sizing: border-box;
	width: 100%;
	max-width: 380px;
	height: 40px;
	padding: 0 4px 0 6px;
	border-radius: 8px 8px 0px 0px;
	border: 2px solid var(--m-blue-10);
	border-bottom: 1px solid var(--m-blue-30);
	background-color: var(--m-blue-15);
	color: var(--m-blue-100);
	/* font-family: var(--ff-roboto); */
	font-size: 14px;
	font-weight: 500;
	outline: none;
	transition: border 0.2s;
}

.content input[type='radio']{
	float: left;
	width: 24px;
	height: 24px;
	margin: 0 10px 0 0;
	border: 1px solid var(--m-blue-30);
	border-radius: 50%;
	transition: background .3s;
}

.content input:focus {
	border-left: 2px solid var(--s-blue-100);
	border-top: 2px solid var(--s-blue-100);
	border-right: 2px solid var(--s-blue-100);
	border-bottom: 1px solid var(--s-blue-70);
}

.content input[type='radio']:checked {
	background-color: var(--m-yellow-100);
	border: none;
}

.content input[type='radio']:focus {
	border: 1px solid var(--s-yellow-100);
}

.content input.is-invalid {
	border-bottom: 2px solid var(--m-red);
}

.content span.is-invalid-feedback,
.content span.is-valid-feedback {
	display: block;
	padding: 6px 0 0 2px;
	font-size: 11px;
	font-weight: 500;
}

.content span.is-invalid-feedback {
	color: var(--m-red);
}

.content span.is-valid-feedback {
	color: var(--m-green);
}

.content span.togglePassword {
	margin-left: -30px;
	font-size: 14px;
	cursor: pointer;
	color: var(--m-blue-70);
}

.content span.togglePassword:hover {
	color: var(--m-blue-100);
}

.content select {
	width: calc(100% - 2px);
    font-size: 12px;
    padding: 5px 4px 0 6px;
}


/* TABLE */
.content table {
	width: 100%;
	font-size: 16px;
	/* font-family: var(--ff-roboto); */
	line-height: 24px;
	text-align: left;
}

.content table tr {
	border-bottom: 1px solid var(--white);
}

.content table tbody tr:last-child {
	border-bottom: none;
}

.content table thead tr th {
	height: 16px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 10px 0 0;
}

.content table th,
.content table td {
	position: relative;
	box-sizing: border-box;
	height: 48px;
	padding: 16px 8px 16px 0;
	vertical-align: middle;
}

.content table th:last-child,
.content table td:last-child {
	text-align: center;
	min-width: 94px;
	padding: 0 12px;
}



/* 5. Z-INDEXING */
#o-headerPos 						{ z-index: 100;}
	#bgBlueGradient					{ z-index: 10;}
	#o-headerLeftPos 				{ z-index: 20;}
		#a-logo 	  				{ z-index: 100;}
	#o-headerRightPos 				{ z-index: 30;}
		#m-headerMenu-switcherPos	{ z-index: 200;}
		#m-headerMenu-menuPos 		{ z-index: 100;}
#contentWrapper 					{ z-index: 50;}

/* FRONT PAGE */
#o-bgImages 			{ z-index: 10;}
#o-spheres 				{ z-index: 20;}
#o-contentFrontpage 	{ z-index: 30;}


/* 6. ELEMENTS */
/* ATOMS MOLECULES ORGANISMS */

/* LIGHBOX ------------------------*/
.lightbox-wrapper-pos {
	display: none;
}

.lightbox-wrapper-pos {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	/* display: block; */
	background-color: var(--white-lightbox-bg);
	z-index: 9999;
}

.lightbox-background-clic {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: none;
}

.lightbox-content-wrapper {
	position: absolute;
	box-sizing: border-box;
	display: block;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-60%);
	height: inherit;
	min-height: 24px;
	max-width: 90%;
	max-height: 65%;
	margin: 0 auto 0 auto;
	overflow: hidden;
	transition: width .3s;
	z-index: 2;
}

.lightbox-variable-content-wrapper {
	position: relative;
	box-sizing: border-box;
	display: block;
	border-radius: 6px;
	/* padding: 0 40px 0 40px; */
	border: 40px solid transparent;
	background-color: var(--white);
	-webkit-box-shadow: 0px 3px 8px 0px rgba(20,34,70, 0.2);
	box-shadow: 		0px 3px 8px 0px rgba(20,34,70, 0.2);
	height: calc(100% - 90px);
	overflow: scroll;
}

.lightbox-alert {
	position: absolute;
	box-sizing: border-box;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto 0 auto;
}

.lightbox-alert i {
	font-size: 80px;
	margin-bottom: 30px;
}

.lightbox-alert p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 6px;
}


@media screen and (min-width:500px) {
	.lightbox-variable-content-wrapper {
		height: calc(100% - 52px);
	}

	.lightbox-content-wrapper {
		width: 540px;
	}
}

@media screen and (min-width: 900px) {
	.lightbox-content-wrapper {
		width: 800px;
	}
}

/* LIGHTBOX BUTTONS */
.lightbox-buttons {
	box-sizing: border-box;
	margin-top: 10px;
	text-align: center;
}

.lightbox-buttons p {
	margin: 0 10px 20px 0;
	line-height: 16px;
}

.lightbox-buttons .button {
	margin-right: 10px;
}

.lightbox-buttons .button {
	min-width: 60px;
}

@media screen and (min-width: 500px){
	.lightbox-buttons {
		padding-right: 30px;
		text-align: right;
	}	

	.lightbox-buttons p {
		width: calc(100% - 250px);
		display: inline-block;
		margin: 0 10px 0 0;
		vertical-align: middle;
	}
}



/* HEADER -------------------------*/
/* #o-headerPos {
}

@media screen and (min-width: 700px) {
	#o-headerPos {
	}
} */



/* HEADER BAR */
.header-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	flex-flow: row;
	border-bottom: 1px solid hsla(var(--white), var(--line-opacity));
}

.fullHeaderBar {
	height: 90px;
}

.compactHeaderBar {
	height: 50px;
}


/* LEFT POS */
/* --------------------------------*/
#o-headerLeftPos {
	display: flex;
	height: 100%;
}

/* BLUE GRADIENT */
/* --------------------------------*/
#bgBlueGradient {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 42vh;
	background: linear-gradient(168deg, hsla(var(--blue), 1) 0%, hsla(var(--blue), 0) 42%);
}

/* HEADER LOGO
/* --------------------------------*/
#header-brand-logo-pos {
	display: flex;
	align-items: center;
	height: 100%;
	border-right: 1px solid hsla(var(--white), var(--line-opacity));
}

#a-logo {
	width: 143px;
	margin: 0 27px;
	transition: width .3s, margin .3s;
}

.compactHeaderBar #a-logo {
	width: 106px;
	margin: 0 12px;
}


/* @media screen and (min-width: 700px) {
	#a-logo {
		width: 128px;
	}
} */


/* HEADER SOCIALS */
#header-socials {
	display: flex;
	align-items: center;
	border-right: 1px solid hsla(var(--white), var(--line-opacity));
}

#m-socials ul {
	display: flex;
	margin: 0 12px;
}

#m-socials ul li {
	font-size: 14px;
}

#m-socials ul li a {
	color: hsla(var(--white), .8);
	padding: 12px;
	cursor: pointer;
}

@media screen and (max-width: 290px) {
	#m-socials ul {
		margin: 0 8px;
	}

	#m-socials ul li a {
		padding: 8px;
	}
}

/* HEADER MIDDLE ORGANISM */
/* --------------------------------*/
/* #o-headerMiddlePos {
	display: none;
} */

/* @media screen and (min-width: 700px) {
	#o-headerMiddlePos {
	}	
} */


/* HEADER RIGHT POS ORGANISM */
/* --------------------------------*/
#o-headerRightPos {
	height: 100%;
	display: flex;
	align-items: center;
	width: 100%;
	/* background-color: hsla(var(--white), .1); */
}

/* HEADER MENU */
/* --------------------------------*/
/* HEADER MENU SWITCH */
#m-headerMenu-switcherPos {
	position: relative;
	float: right;
	margin-right: 20px;
	font-size: 20px;
	display: block;
}

#a-switch-hamburger {
	cursor: pointer;
	color: hsla(var(--white), .8);
	transition: color .3s;
}

#a-switch-hamburger:hover {
	color: hsla(var(--green-cta),1 );
}


/* HEADER MENU */
#o-headerMenu {
	width: 100%;
	text-align: right;
	z-index: 10000;
}

#m-headerMenu-menuPos {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

#m-headerMenu {
    box-sizing: border-box;
	width: 100%;
	padding: 12px 0 0 0;
	border-radius: 0 0 4px 4px;
	text-align: center;
	background-color: hsla(var(--blue), 1);
	border-bottom: 1px solid hsla(var(--white), .2);
	overflow: hidden;
	display: none;
}

#m-headerMenu li a {
	display: block;
	color: hsla(var(--white), 1);
	padding: 22px 30px 22px 30px;
	border-bottom: 1px solid hsla(var(--white), .2);
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 1.4;
	transition: color .2s;
}

#m-headerMenu li:last-child a {
	border: none;
}

#m-headerMenu li a:hover {
	color: hsla(var(--green-cta), 1);
}

@media screen and (min-width: 855px) {
	#m-headerMenu-switcherPos {
		display: none;
	}

	#m-headerMenu-menuPos {
		top: 0;
		right: 14px;
		left: auto;
		height: 100%;
		border-left: 1px solid hsla(var(--white), var(--line-opacity));
		padding-left: 14px;
	}

	#m-headerMenu{
		width: 100%;
		margin: 14px 0 0 0;
		display: block !important;
		border: none;
		background-color: transparent;
	}
	
	.compactHeaderBar #m-headerMenu{
		margin-top: -4px;
	}

	#m-headerMenu li {
		display: inline-block;
	}

	#m-headerMenu li a {
		border: none;
		padding: 8px 16px;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 700;
		color: hsla(var(--white), 1);
	}
}



/* SOCIALS */
/* --------------------------------*/
#o-headerSocialsPos {
	/* --socialsIconMargin: 40px;
	position: absolute;
	top: 75px;
	right: 8px; */
}

#o-headerSocialsPos #m-socials,
#o-headerSocialsPos #m-socials div a {
	/* color: hsla(var(--white), .8);
	font-size: 24px;
	transition: color 0.3s; */
}

#o-headerSocialsPos #m-socials div a:hover {
	/* color: hsla(var(--white), 1); */
}

@media screen and (min-width: 700px){
	#o-headerSocialsPos {
		/* --socialsIconMargin: 30px;
		top: 60px;
		right: 5px; */
	}

	#o-headerSocialsPos #m-socials,
	#o-headerSocialsPos #m-socials div a {
		/* font-size: 20px; */
	}
}

/* SOCIALS VERTICAL */
#m-socials.socialsVertical > div {
	/* margin-bottom: var(--socialsIconMargin);
	text-align: center; */
}

#m-socials.socialsVertical > div:last-child {
	/* margin-bottom: 0; */
}




/* 7. TEMPLATES -------------------- */


/* 8. PAGES ------------------------ */



/* FRONT PAGE */
#contentWrapper {
	position: relative;
	background-color: hsla(var(--green-cta), .3);
	/* overflow: auto; */
}

/* BG IMAGES */
#o-bgImages {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

.bgImage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-size: cover !important;
	background-position: 50% 50% !important;
}

/* SPHERES - WEBGL THREE */
#o-spheres {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

/* CONTENT FRONTPAGE */
#o-contentFrontpage {
	position: relative;
	width: 100%;
	height: 100vh;
	/* background-color: blueviolet; */
}

.contentFrontPageWrapper {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	border-bottom: 1px solid hsla(var(--white), var(--line-opacity));
	/* background-color: greenyellow; */
}

.contentFrontPage {
	width: 100%;
	display: flex;
	align-items: center;
	/* background-color: green; */
	background-color: rgba(103, 19, 155, 0);
}

.fullHeaderBar .contentFrontPage { margin-top: 90px; }
.compactHeaderBar .contentFrontPage { margin-top: 50px; }


.contentFrontPageInfo {
	width: 100%;
	box-sizing: border-box;
	/* background-color: fuchsia; */
	background-color: rgba(20,34,70, 0);
	text-align: center;
	padding: 0 10%;
}

@media screen and (min-width: 500px) {
	.contentFrontPageInfo {
		padding: 0 20%;
	}
}

/* .contentFPLeft .contentFrontPageInfo { margin-right: 10%; padding: 0 0 0 10%; }
.contentFPRight .contentFrontPageInfo { margin-left: 10%; padding: 0 10% 0 0; text-align: right;} */


.contentFrontPageInfo h2 {
	font-family: var(--ff-inter);
	color: hsla(var(--aqua), 1);
	font-size: 50px;
}

.contentFrontPageInfo h3 {
	font-family: var(--ff-inter);
	font-weight: 350;
	font-size: 	17px;
	line-height: 1.4;
}

.contentFrontPageInfo strong {
	font-weight: 700;
}

.contentFrontPageInfo .fpButton {
	display: inline-block;
	padding: 14px 16px;
	color: hsla(var(--button-txt), 1);
	border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
	line-height: 1.6;
	text-transform: uppercase;
	
	background: rgb(138,232,87);
	background: -moz-linear-gradient(170deg, rgba(138,232,87,1) 0%, rgba(230,235,82,1) 100%);
	background: -webkit-linear-gradient(170deg, rgba(138,232,87,1) 0%, rgba(230,235,82,1) 100%);
	background: linear-gradient(170deg, rgba(138,232,87,1) 0%, rgba(230,235,82,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8ae857",endColorstr="#e6eb52",GradientType=1);
	transition: letter-spacing 0.6s;
	align-self: start;
}

.contentFrontPageInfo .fpButton span {
	position: relative;
}

.contentFrontPageInfo .fpButton i {
	font-size: 16px;
	margin-right: 8px;
}

.contentFrontPageInfo .fpButton:hover {
	letter-spacing: 3px;
}

.contentFrontPageSpacer {
	width: 0%;
	opacity: 0;
	box-sizing: border-box;
	/* background-color: tomato; */
	background-color: rgba(20,34,70, 0);
}

/* .contentFPRight .contentFrontPageSpacer { margin-left: 10%; }
.contentFPLeft .contentFrontPageSpacer { margin-right: 10%; } */

.contentFrontPageSpacer img {
	margin: 0 auto;
}


@media screen and (max-width: 650px) {
	.contentFrontPageInfo {
		width: 100%;
	}

	.contentFrontPageSpacer {
		width: 0;
		margin: 0;
		display: none;
	}	
}

