@charset "UTF-8";
html {
  scroll-behavior: smooth;
min-height: -webkit-fill-available;
}
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	min-height: 100vh;
	min-height: -webkit-fill-available;
	font-display: swap;
	/*overflow: hidden;*/
}

body { margin: 0; }

/* Modal */
#contentModal {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.90);
	position: fixed;
	z-index: 2;
}
#contentModal h2 {
    position: absolute;
    top: 6.5em;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    /* left: 50%; */
    display: block;
    z-index: 2;
    color: #FFFFFF;
    font-family: poleno, sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 2.5em;
	font-display: swap;
}

#contentModal p {
    position: fixed;
    top: 8.5em;
    width: 80%;
    text-align: center;
    /* left: 50%; */
    display: block;
    z-index: 2;
    color: #FFFFFF;
    font-family: poleno, sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 2.5em;
	font-display: swap;
}

#modalMenu {
	width: 80%;
	position: fixed;
	top: 65%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}

#modalMenu .option {
	cursor: pointer;
	text-align: center;
	border: 2px solid white;
	border-radius: 10px;
	padding: 15px;	
	color: #FFFFFF;
    font-family: poleno, sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 1.5em;
	font-display: swap;
	width: 25%;
	float: left;
}

.option:hover {
	color: #000000 !important;
	background: rgba(255,255,255,1.00);
}

/* Vimeo Container */
.vimeo-container {
  padding: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.vimeo-container iframe {
  box-sizing: border-box;
  width: 177.77777778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Vimeo Container */
.vimeo-containerArticle {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.vimeo-containerArticle iframe, .vimeo-containerArticle object, .vimeo-containerArticle embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Container */
#container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: transparent !important;
	position: relative;
	top: 100vh;
	padding-top: 5%;
}
/* Navigation */
header {
	position: relative;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	border-bottom: none;
	opacity: 0;
}

strong {
    font-weight: 400;
}

figure {
	margin-left: 10vw;
	margin-right: 10vw;
}

figcaption {
	margin-top: 1vh;
}

.logo {
	opacity: 0;
    width: 146px;
    top: 0.75em;
    min-width: 146px;
	z-index: 10;
}

ul {
	list-style-type: none;
  	margin: 0;
  	padding: 0;
    overflow: hidden;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 5%;
	display: grid;
  	grid-auto-flow: column;
 	 max-width: 600px;
}

li {
	flex: 1;
	flex-basis: 10%;
	float: left;
    font-family: poleno, sans-serif;
	display: flex;
  justify-content: center;
  align-items: center;
    letter-spacing: 2px;
    font-weight: 400;
    font-style: normal;
	/*align-self: flex-start;*/
	margin-right:auto;
}

.mainlogo {
	height: 5vh;
}
/*nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;
	font-family: poleno, sans-serif;
	font-weight: 400;
font-style: normal;
	font-display: swap;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: 400;
font-style: normal;
	transition: all 0.3s linear;
}*/
ul li a {
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
ul li:hover a {
	color: #7F7F7F;
}

.separator {
	font-size: 2.5em;
	color: #ffffff;
	text-align: center;
	padding-top: 1em !important;
	padding-bottom: 1em !important;
}

.hero_header {
	color: transparent !important;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}

.buttonSection:after {
	content: " ";
   display: block; 
   height: 0; 
   clear: both;
}

#bottomCaption {
	margin-bottom: 10vw;
}
/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { 
  font-family: halyard-text, sans serif;  
  color: #555555;
	font-display: swap;
}
input:-moz-placeholder { 
  font-family: halyard-text, sans serif;  
  color: #555555;
	font-display: swap;
}
input::-moz-placeholder { 
  font-family: halyard-text, sans serif;  
  color: #555555;
	font-display: swap;
}
input:-ms-input-placeholder { 
  font-family: halyard-text, sans serif;  
  color: #555555;
	font-display: swap;
}

textarea::-webkit-input-placeholder { 
  font-family: halyard-text, sans serif;  
  color: #555555;
	font-display: swap;
}
textarea:-moz-placeholder { 
  font-family: halyard-text, sans serif;  
  color: #555555;
	font-display: swap;
}
textarea::-moz-placeholder { 
  font-family: halyard-text, sans serif;  
  color: #555555;
	font-display: swap;
}
textarea:-ms-input-placeholder { 
  font-family: halyard-text, sans serif;  
  color: #555555;
	font-display: swap;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: transparent;
  position: relative;
  z-index: 1;
}

.contact100-map {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.wrap-contact100 {
  width: 1170px;
  background: #fff;
  border-radius: 10px;
  padding: 82px 180px 33px 180px;
  position: relative;
  display: none;
}

.show-wrap-contact100 {
  visibility: visible;
  opacity: 1;
}


/*==================================================================
[ Form ]*/

.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 68px;
}

.contact100-form-title {
  display: block;
  width: 100%;
  font-family: Poppins-Bold;
  font-size: 39px;
  color: #333333;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 44px;
	font-display: swap;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 13px;
  margin-bottom: 65px;
}

.rs1-wrap-input100 {
  width: calc((100% - 30px) / 2);
}

.label-input100 {
  font-family: poleno, sans serif;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  line-height: 1.5;
  padding-left: 5px;
	font-display: swap;
}

.input100 {
  display: block;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  background: transparent;
  font-family: halyard-text, sans serif;
  font-size: 2em;
  color: #555555;
  line-height: 1.2;
  padding: 0 5px;
  font-weight: 100;
	font-display: swap;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #ff0179;
}


/*---------------------------------------------*/
input.input100 {
  height: 40px;
}


textarea.input100 {
  min-height: 110px;
  padding-top: 9px;
  padding-bottom: 13px;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: -25px;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 5px;

  font-family: poleno, sans serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 1.2;
	font-display: swap;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background-color: #333333;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
  .wrap-contact100 {
    padding: 82px 80px 33px 80px;
  }
}

@media (max-width: 768px) {
  .rs1-wrap-input100 {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 82px 15px 33px 15px;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;

  font-family: halyard-text, sans serif;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
	font-display: swap;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
	font-display: swap;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


/*==================================================================
[ Contact more ]*/

.contact100-more {
  font-family: halyard-text, sans serif;
  font-size: 14px;
  color: #999999;
  line-height: 1.5;
	font-display: swap;
}

.contact100-more-highlight {
  color: #ff0179;
}

/*==================================================================
[ Button hide form ]*/

.contact100-btn-hide {
  color: #333333;
  font-size: 14px;

  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 50%;
  top: -15px;
  right: -15px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-btn-hide:hover {
  background-color: #333333;
  color: #fff;
}


/*==================================================================
[ Button show form ]*/

.contact100-btn-show {
  color: #fff;
  font-size: 39px;

  position: fixed;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contact100-btn-show::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #ff0179;
  border-radius: 50%;

  top: 0;
  left: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-animation: beatbtn 0.9s ease-in-out infinite;
  animation: beatbtn 0.9s ease-in-out infinite;
}

/* Hero Section */
.hero {
	padding-top: 15vh;
	padding-bottom: 15vh;
    border: none;
	width: 50%;
    float: left;	
	cursor: pointer;
}

.articleHero {
	padding-top: 0;
	padding-bottom: 0;
    border: none;
	width: 100vw;;
	height: 100vh;
	display: table-cell;
	vertical-align: middle;
}

#hero1 {
	background-image: url("../images/leyaPublishing.webp");
	background-color: rgba(95,193,151,1.00);
	background-position: center;
	background-size: cover;	
    float: left;
}

.hero1 {
	background-image: url("../images/leyaPublishing.webp");
	background-color: rgba(95,193,151,1.00);
	background-position: center;
	background-size: cover;	
	float: none;
}

#hero2 {
	background-image: url("../images/leyaEducation.webp");
	background-color: rgba(95,193,151,1.00);
	background-position: center;
	background-size: cover;
}

.hero2 {
	background-image: url("../images/leyaEducation.webp");
	background-color: rgba(95,193,151,1.00);
	background-position: center;
	background-size: cover;	
	float: none;
}

#hero3 {
	background-image: url("../images/adidas.webp");
	background-color: rgba(95,193,151,1.00);
	background-position: center;
	background-size: cover;
	width: 100%;
    float: left;
}

.hero3 {
	background-image: url("../images/adidas.webp");
	background-color: rgba(95,193,151,1.00);
	background-position: center;
	background-size: cover;	
	float: none;
}

#hero4 {
	background-image: url("../images/sara.webp");
	background-color: rgba(95,193,151,1.00);
	background-position: center;
	background-size: cover;
}

.hero4 {
	background-image: url("../images/sara.webp");
	background-color: rgba(95,193,151,1.00);
	background-position: center;
	background-size: cover;	
	float: none;
}

#hero5 {
	background-image: url("../images/umbro.webp");
	background-color: rgba(95,193,151,1.00);
	background-position: center;
	background-size: cover;
}

.hero5 {
	background-image: url("../images/umbro.webp");
	background-color: rgba(95,193,151,1.00);
	background-position: center;
	background-size: cover;	
	float: none;
}

#hero6 {
	background-image: url("../images/audi.webp");
	background-color: rgba(95,193,151,1.00);
	background-position: center;
	background-size: cover;	
	width: 100%;
    float: left;
}

.hero6 {
	background-image: url("../images/audi.webp");
	background-color: rgba(95,193,151,1.00);
	background-position: center;
	background-size: cover;	
	float: none;
}

#hero7 {
	background-image: url("../images/heinz.webp");
	background-color: rgba(95,193,151,1.00);
	background-position: center;
	background-size: cover;	
	width: 100%;
    float: left;
}

.hero7 {
	background-image: url("../images/heinz.webp");
	background-color: rgba(95,193,151,1.00);
	background-position: center;
	background-size: cover;	
	float: none;
}

#about {
	/*background-image: url("../images/about.webp");*/
	background-image: linear-gradient(to right, rgba(205,228,235,0), rgba(205,228,235,0), rgba(205,228,235,0),rgba(205,228,235,0.75),rgba(205,228,235,1), rgba(205,228,235,1), rgba(205,228,235,1)),url("../images/about.webp");
	background-color: rgba(205,228,235,1.00);
	background-position: center;
	background-size:cover;	
	background-attachment: scroll;
	width: 100%;
    float: none !important;
    height: 100%;
    /*margin-top: 5vw;
	margin-bottom: 5vw;*/
	padding-top: 2.5vw;
	padding-bottom: 2.5vw;
	cursor: initial;
}
	#about img {
		display: none;
	}

#about p {
	position: relative;
	left: 50%;
	width:40%; 
	float: none !important; 
	font-size: 1.5em; 
	line-height: 1.5em;
	margin: 5vw;
}

#socialicons {
	text-align: center;
	padding-top: 1em !important;
}

#contact a img {
	width: 3%;
}

.centered {
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
}
.desktop {
	display: block !important;
}

.mobile {
	display: none !important;
}

.light {
	/*font-weight: bold;*/
	color: #fff;
	font-size: 6em;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	width: 29%;
	text-align: justify;
	/*line-height: 25px;*/
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
}

.text_column_right {
	width: 29%;
	text-align: justify;
	/*line-height: 25px;*/
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}

.image_column {
	width: 49%;
	text-align: justify;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
}

.about {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-top: 0px;
}
/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 25%;
	text-align: center;
	float: left;
	margin-top: 35px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #52BAD5;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #A3A3A3;
}
/* Parallax Section */
.banner {
	background-color: #2D9AB7;
	background-image: url("../media/led.mp4");
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.bannerelli {
	background-color: #2D9AB7;
	background-image: url("../images/elli.gif");
	height: 400px;
	background-attachment: fixed;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: top
}

.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}
.copyright {
	text-align: center;
	font-family: poleno, sans-serif;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #000000;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-display: swap;
}
.footer_banner {
	background-color: #000000;
	margin-bottom: 0px;
}


footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 320px) {
/* Modal */
	
#contentModal h2 {
    top: 6.5em;
    width: 100%;
    text-align: center;
    font-size: 1em;
	line-height: 1em;
}

#contentModal p {
    top: 8.5em;
    width: 90%;
    text-align: center;
    font-size: 1em;
	line-height: 1em;
}

#modalMenu {
	width: 90%;
	position: fixed;
	top: 20em;
	margin: 0 auto;
	display: block;
}

#modalMenu .option {
	position: unset;
    width: 100%;
    float: none;
    display: inline-block;
	padding: 0 !important;
	padding-bottom: 7px !important;
	padding-top: 7px !important;
	margin-bottom: 1em;
}
	
.hero {
	padding-top: 125px !important;
	padding-bottom: 125px !important;
}
	
.desktop {
	display: none !important;
}

.mobile {
	display: block !important;
}
	
.logo {
	width: 30vw;
    top: -24%;
    min-width: inherit;
    z-index: 10;
    height: 56%;
	cursor: pointer;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
	width: 100vw !important;
	padding: 0 !important
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}

nav {
	float: none !important;
    width: 100vw !important;
    text-align: center !important;
    margin-right: unset !important;	
		
	}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
.heroContent p {
	text-align: center !important;
}
	
.videoSmall {
	float: none !important;
		width: 100% !important;
	margin: 0 !important;
	max-width: none !important;
	}

#contact a img {
	width: 10%;
	margin-top: 2vw;
	margin-bottom: 2vw;
}

.closeOverlay {
    display: none;
    position: fixed;
    right: 40vw !important;
    bottom: 0.5vw !important;
    width: 19vw !important;
    height: 19vw !important;
    opacity: 0;
    z-index: 9;
}
	
.close {
    display: none;
    position: fixed;
    right: 40vw !important;
    bottom: 1vw !important;
    width: 17vw !important;
    height: 17vw !important;
    opacity: 0.5;
    z-index: 8;
    /* border-width: 1em; */
    border: 2px solid #000;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.25) !important;
}

.close:before, .close:after {
    position: absolute;
    left: 8vw !important;
    top: 3.5vw !important;
    content: ' ';
    height: 10vw !important;
    width: 2px;
    background-color: #000;
}

.hiddenTitle{
  display: block !important;
}
	
.showHover {
	padding: 0px !important;
    line-height: 1em !important;
	font-weight: 400 !important;
	font-size: 1em !important;
	text-align: left !important;
}
	
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
	
/* Modal */
	
#contentModal h2 {
    top: 6.5em;
    width: 100%;
    text-align: center;
    font-size: 1em;
	line-height: 1em;
}

#contentModal p {
    top: 8.5em;
    width: 90%;
    text-align: center;
    font-size: 1em;
	line-height: 1em;
}

#modalMenu {
	width: 90%;
	position: fixed;
	top: 20em;
	margin: 0 auto;
	display: block;
}

#modalMenu .option {
	position: unset;
    width: 100%;
    float: none;
    display: inline-block;
	padding: 0 !important;
	padding-bottom: 7px !important;
	padding-top: 7px !important;
	margin-bottom: 1em;;
	
}
	
.desktop {
	display: none !important;
}

.mobile {
	display: block !important;
}

figure img {
	float: none!important;
	width: 100% !important;
}	

#bottomCaption {
	margin-bottom: 20vw !important;
}
	
#instafeed-container {
	margin-bottom: 20vw !important;
}
	
.hero {
	padding-top: 125px !important;
	padding-bottom: 125px !important;
}
	
.separator {
		padding-top: 0em !important;
		padding-bottom: 0em !important;
	}
	
	
.logo {
	    width: 30vw;
    top: -24%;
    min-width: inherit;
    z-index: 10;
    height: 56%;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: none;
	background: #52bad5;
}
header nav ul {
	padding: 0px;
	float: none;
	display: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	display: none;
}
	#about {
	/*background-image: url("../images/aboutMobile.webp");*/
	background-color: rgba(205,228,235,1.00);
	/*background-position: bottom;
	background-size:contain;	
	background-attachment: scroll;*/
	width: 100%;
    float: left;
    /*height: 220vw;*/
    margin-top: 10vw;
	margin-bottom: 10vw;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
	#about p {
		width: 90%;
		left: 5%;
    float: left !important;
    text-align: center;
    margin: 0 auto;
    margin-top: 6vw;
	margin-bottom: 6vw;
	margin-right: 6vw;
    font-size: 1em;
    line-height: 1.15em;
	}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}

#contact a img {
	width: 10%;
	margin-top: 2vw;
	margin-bottom: 2vw;
}

.heroContent p {
	text-align: center !important;
	margin-top: 20vw !important;
	margin-bottom: 20vw !important;
}

.videoSmall {
	float: none !important;
		width: 100% !important;
	margin: 0 !important;
	max-width: none !important;
	}
	
.heroContentImg {
	margin-bottom: 20vw !important;
}
	
.closeOverlay {
    right: 42vw !important;
    bottom: 0.5vw !important;
    width: 17vw !important;
    height: 17vw !important;
}
	
.close {
    right: 42.5vw !important;
    bottom: 1vw !important;
    width: 15vw !important;
    height: 15vw !important;
	background-color: rgba(51,51,51,0.25) !important;
}

.close:before, .close:after {
    left: 7.2vw !important;
    top: 2.5vw !important;
    height: 10vw !important;
}

.hiddenTitle{
  display: block !important;
}
	
.showHover {
	padding: 0px !important;
    line-height: 1em !important;
	font-weight: 400 !important;
	font-size: 1em !important;
	text-align: left !important;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {

/* Modal */
#contentModal h2 {
    top: 6.5em;
    width: 100%;
    font-size: 2em;
}

#contentModal p {
    top: 8.5em;
    width: 80%;
    font-size: 2em;
}

#modalMenu {
	width: 80%;
	position: fixed;
	top: 65%;
}

#modalMenu .option {
    font-size: 1.25em;
}
	
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}

.heroContent p {
	text-align: justify !important;
}
}

@media (min-width: 321px) and (max-width: 767px) and (orientation: landscape) {
	#about {
	/*background-image: url("../images/about.webp");*/
	background-image: linear-gradient(to right, rgba(205,228,235,0), rgba(205,228,235,0), rgba(205,228,235,0),rgba(205,228,235,0.75),rgba(205,228,235,1), rgba(205,228,235,1), rgba(205,228,235,1)),url("../images/about.webp");
	background-color: rgba(205,228,235,1.00);
	background-position: center;
	background-size:cover;	
	background-attachment: scroll;
	width: 100%;
    float: left !important;
    height: 100%;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
	#about img {
		display: none;
	}

#about p {
	width:40%; 
	float:right !important; 
	font-size: 1em; 
	line-height: 1.15em;
	text-align:inherit;
	margin-top: 6vw;
    margin-bottom: 6vw;
    margin-right: 6vw;
}
	.separator {
		padding-top: 0em !important;
		padding-bottom: 0em !important;
	}
	
	.heroContent p {
	text-align: justify !important;
}

.articleHero {
	padding-top: 0!important;
	padding-bottom: 0 !important;
    border: none;
	width: 100vw !important;
	display: table-cell!important;
	height: 100vh !important;
}
	
.closeOverlay {
    right: 44.5vw !important;
    bottom: 0.5vw !important;
    width: 12vw !important;
    height: 12vw !important;
}

.close {
    right: 45vw !important;
    bottom: 1vw !important;
    width: 10vw !important;
    height: 10vw !important;
	background-color: rgba(51,51,51,0.25) !important;
}

.close:before, .close:after {
    left: 5vw !important;
    top: 1.2vw !important;
    height: 8vw !important;
}
	
	.logo {
		    width: 12vw !important;
	}
}

@media (orientation: portrait) {
	.title {
		font-size: 3em !important;
	}
	.subTitle {
		font-size: 3em !important;
	}
	.scroll-down-article {
		bottom: 0 !important;
	}
	#about {
	background-image: none;
	background-color: rgba(205,228,235,1.00);
	/*background-position: bottom;
	background-size:contain;
	background-repeat: no-repeat;
	background-attachment: scroll;*/
	width: 100%;
    float: left;
    /*height: 220vw;*/
    margin-bottom: 10vw;
	margin-top: 10vw;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
	#about img {
		display: block;
	}
	
	#about p {
		width: 90%;
		left: 5%;
    float: left !important;
    text-align: center;
    margin: 0 auto;
    margin-top: 6vw;
    font-size: 1em;
    line-height: 1.15em;
	}
	
	
.heroContent p {
	text-align: center !important;
}
}

@media (min-width: 321px) and (max-width: 767px) and (orientation: portrait) {
	
.closeOverlay {
    right: 42.25vw !important;
    bottom: 0.5vw !important;
    width: 17vw !important;
    height: 17vw !important;
}

.close {
    right: 42.5vw !important;
    bottom: 1vw !important;
    width: 15vw !important;
    height: 15vw !important;
	background-color: rgba(51,51,51,0.25) !important;
}

.close:before, .close:after {
    left: 7.2vw !important;
    top: 2.5vw !important;
    height: 10vw !important;
}
}

/* Stuff */
#reel {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.videoWidth {
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  display: block;
}

.videoLeft {
  width: 42%;
  max-width: 42%;
  top: 0;
  left: 0;
  display: block;
  float: left;
}

.videoRight {
  margin-left: 1%;
  width: 42%;
  max-width: 42%;
  top: 0;
  left: 0;
  display: block;
  float: right;
	margin-top: 3vh;
}

#reelOverlay {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0),rgba(0,0,0,0.5), rgba(0,0,0,1)); /* Standard syntax (must be last) */
}

#aboutOverlay {
  object-fit: cover;
      width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0.75), rgba(0,0,0,1));
}

.sticky {
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 3;
}

.stickyTitle {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

.title {
	text-align: center;
	font-size: 7em;
	color: #ffffff;
}

.subTitle {
	text-align: center;
    font-family: halyard-text, sans-serif;
    font-size: 3em;
    color: #ffffff;
    font-weight: 100;
    background: rgba(0,0,0,0.3);
    width: -moz-fit-content;
    width: fit-content;
    display: table;
    padding: 10px;
    margin: auto;
}


#contentDIV {
	width: 90%;
	background-color: rgba(0,0,0,0.25);
	margin: 0 auto;
}

.showHover {
	font-family: poleno, sans-serif;
	font-style: normal;
	display: none;
	position: absolute;
	bottom: 1em;
	left: 1em;
	padding: 0px;
    margin: 0;
    line-height: 0.75;
	font-weight: 400;
	font-size: 3em;
	color:#FFFFFF;
	font-display: swap;
}

.whitebar {
	display: none;
	position: absolute;
	bottom: 0px;
	left:0px;
	height: 0.25em;
	width: 100%;
	background-color: #FFFFFF;
}

h2 {
	font-family: poleno, sans-serif;
font-weight: 400;
font-style: normal;
	font-display: swap;
}

p {
	font-family: halyard-text, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 1.5em;
	line-height: 45px;
	font-display: swap;
}

.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.showTitle:hover .showHover{
  display: block;
}

.mainLogo {
    position: absolute;
    top: 2.1em;
    width: 15%;
	margin-left: -7.5%;
    left: 50%;
    display: block;
    z-index: 2;
}

.watch {
    position: absolute;
    bottom: 2.5em;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    /* left: 50%; */
    display: block;
    z-index: 1;
    color: #FFFFFF;
    font-family: poleno, sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 2.5em;
	font-display: swap;
}

.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
	cursor: pointer;
}

.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 64px;
  height: 64px;
  border: 0px solid #FFF;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 1;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.scroll-down:before {
    position: absolute;
    transform: rotate(-45deg);
    display: block;
    width: 36px;
    height: 36px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 2px 2px;
}

.scroll-down-article {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
	cursor: pointer;
}

.scroll-down-article {
  position: absolute;
  bottom: 20vh;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 64px;
  height: 64px;
  border: 0px solid #FFF;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.scroll-down-article:before {
    position: absolute;
    transform: rotate(-45deg);
    display: block;
    width: 36px;
    height: 36px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 2px 2px;
}

.width {
	position: relative;
	padding-bottom: 56.25%; /*panorámico
	padding-top: 25px;*/
	height: 0;
}
.width iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 500px;
}

#backOverlay{
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.80);
	display: none;
	position: fixed;
    top: 0vh;
    left: 0vw;
    z-index: 1;
}

.closeOverlay {
	display: none;
  	position: fixed;
    right: 48vw;
    bottom: 0.5vw;
    width: 6vw;
    height: 6vw;
    opacity: 0;
    z-index: 9;
}

.close {
	display: none;
  position: fixed;
    right: 48.5vw;
    bottom: 1vw;
    width: 4vw;
    height: 4vw;
    opacity: 0;
    z-index: 8;
    /* border-width: 1em; */
    border: 2px solid #000;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.25);
	cursor: pointer;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
    left: 1.95vw;
    top: 0.5vw;
    content: ' ';
    height: 3vw;
    width: 2px;
    background-color: #000;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}

.heroContent {
	clear: both;
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: #FFFFFF;
    /* padding-top: 0px; */
    /* margin-top: -5px; */
    /* margin-bottom: 10vw; */
    position: fixed;
    z-index: 2;
    top: 0vh;
    left: 0vw;
    overflow: auto;
	opacity: 1;
    animation: fade 0.2s linear;
}

.heroContentImg {
	width: 80vw;
	margin-left: 10vw;
	margin-right: 10vw;
	margin-bottom: 10vw;
}

.fade{
	opacity: 0;
}

.heroContent p {
	font-family: halyard-text, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 1.75em;
    line-height: 1.25em;
    margin: 3vw;
	text-align: justify;
	font-display: swap;
}

.heroContentRight {
	margin: 0 !important;
    margin-left: 3vw !important;
}

.heroContentContract {
	clear: both;
	display: none;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
	animation: expandRev 1s ease-out;
}
#instafeed-container {
	margin: 0 auto;
    width: 100%;
	margin-bottom: 10vw;
}
#instafeed-container a img{ 
	width: 33.3333%;
}

.shrink {
	padding-bottom: 100px;
	padding-top: 100px;
	animation: contract 0ms 1 ease-out;
}

.shrink span.hiddenTitle{
	position:relative;
	display: block;
	top: 0px;
}

.shrink .whitebar {
	display: none;
}

@keyframes fade {
  0% { opacity: 0 }
  100% { opacity: 1 }
}

@keyframes expand {
  from {max-height: 0px; padding-bottom: 0px; margin-top: 0px;}
  to {max-height: 3500px; padding-bottom: 35px; margin-top: -5px;}
}

@keyframes expandRev {
  from {max-height: 3500px; padding-bottom: 35px; margin-top: -5px;}
  to {max-height: 0px; padding-bottom: 0px; margin-top: 0px;}
}

@keyframes contract {
  from {padding-bottom: 250px; padding-top: 250px;}
  to {padding-bottom: 100px; padding-top: 100px;}
}

@keyframes contractRev {
  from {padding-bottom: 100px; padding-top: 100px;}
  to {padding-bottom: 250px; padding-top: 250px;}
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}