@charset "UTF-8";

/*
green #3d7300
orange #ff8b03
red #e70200
reg. yellow #ffcd05
darker yellow #feb008
lighter yellow #ffe270
bg light #f4f0e4
bg light overlay #c9c3b8
*/

* {
	box-sizing: border-box;
	
}
html {
	scroll-behavior: smooth;
	/*scroll-snap-type: y mandatory;*/
  	overflow-x: hidden;
}
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
h1 {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 3rem;
	line-height: 3rem;
	color: #000;
	white-space: nowrap;
}
@media (max-width: 1300px){
	h1 {
		font-size: 4rem;
		line-height: 4rem;
	}
}

/* header title */
.h1-header {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 6rem;
	line-height: 6rem;
	color: #ffcd05;
	text-shadow: 0px 5px 8px rgba(0, 0, 0, 0.4);
	white-space: nowrap;
	text-align: center;
}
@media (max-width: 1300px){
	.h1-header {
		font-size: 4rem;
		line-height: 4rem;
		white-space: normal;
	}
}
h2 {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 7rem;
	line-height: 6rem;
	color: #ffcd05;
}
@media (max-width: 1300px){
	h2 {
		font-size: 5rem;
		line-height: 5rem;
	}
}
@media (max-width: 700px){
	h2 {
		font-size: 4rem;
		line-height: 4rem;
	}
}
h3 {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 3rem;
	line-height: 3rem;
	color: #000;
}
@media (max-width: 1300px){
	h3 {
		font-size: 4rem;
		line-height: 5rem;
	}
}
.h2-orange {
	color: #ff8b03;
}
.h2-black {
	color: #000;
}
strong {
	color: #000;
	text-decoration: none;
}
strong:hover {
	text-decoration: underline;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	font-family: acumin-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.1rem;
	color: #000;
}
@media (max-width: 1300px){
	p {
		font-size: 1rem;
	}
}
.p-bold {
	font-family: acumin-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.1rem;
	color: #000;
}
@media (max-width: 1300px){
	.p-bold {
		font-size: 1rem;
	}
}
.p-white {
	font-family: acumin-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.1rem;
	color: #fff;
}
@media (max-width: 1300px){
	.p-white {
		font-size: 1rem;
	}
}
.p-black {
	font-size: 1.1rem;
	color: #000;
}
.p-blue {
	font-weight: 300;
	color: #10539B;
}
.p-blue-bold {
	font-weight: 600;
	color: #10539B;
}
.p-footer {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 800;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 1.8rem;
	color: #000;
}
.p-daddy {
	font-family: permanent-marker-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2rem;
	line-height: 2rem;
	color: #000;
}
@media (max-width: 800px){
	.p-daddy {
		font-size: 1.6rem;
	}
}
.p-quote {
	font-family: acumin-pro-extra-condensed, sans-serif;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
	font-size: 2.2rem;
	line-height: 2rem;
	color: #000;
}
.p-small {
	font-family: acumin-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 0.8rem;
	color: #000;
	text-align: center;
}
.p-booking {
	font-family: acumin-pro, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	font-style: normal;
	font-size: 1.1rem;
	line-height: 1.1rem;
	color: #000;
}
a {
	color: #014777;
}
a:hover {
	color: #0062b2;
}
/* button */
.btn-booking-1 {
  	background-color: transparent;
	border: 2px solid #000;
	border-radius: 99px;
  	color: #000;
  	padding: 10px 15px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 1.1rem;
  	margin: 5px 2px;
 	transition-duration: 0.4s;
  	cursor: pointer;
	/*margin-top: 45px;*/
}
.btn-booking-1:hover {
  	background-color: #000;
	color: #ffcd05;
	box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.4);
}
.btn-booking-2 {
  	background-color: transparent;
	border: 2px solid #1c4673;
	border-radius: 99px;
  	color: #1c4673;
  	padding: 10px 15px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
	font-weight: 300;
  	font-size: 1.1rem;
  	margin: 5px 2px;
 	transition-duration: 0.4s;
  	cursor: pointer;
	/*margin-top: 45px;*/
}
.btn-booking-2:hover {
  background-color: #1c4673;
  color: #ffcd05;
}
.button-modal {
	background-color: transparent;
	border: 2px solid #ffcd05;
	border-radius: 99px;
  	color: #ffcd05;
  	padding: 10px 15px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 1.1rem;
  	margin: 4px 2px;
  	transition-duration: 0.4s;
  	cursor: pointer;
	margin-top: 45px;
}
@media (max-width: 1300px){
	.button-modal {
		padding: 10px 15px;
	}
}
.button-modal-black {
	background-color: transparent;
	border: 2px solid #000;
	border-radius: 99px;
  	color: #000;
  	padding: 10px 15px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 1.1rem;
  	margin: 4px 2px;
  	transition-duration: 0.4s;
  	cursor: pointer;
	margin-top: 45px;
}
.button-modal-black:hover {
	background-color: transparent;
	border: 0px solid #ffcd05;
}
.button-modal-1 {
	font-size: 1.1rem;
  	background-color: transparent; 
  	color: #ffcd05; 
}
.button-modal-1:hover {
 	background-color: #ffcd05;
	color: #000;
	box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.4);
}
.button-modal-black-1 {
	font-size: 1.1rem;
  	background-color: transparent; 
  	color: #000; 
}
.button-modal-black-1:hover {
 	background-color: #ffcd05;
	color: #000;
	box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1300px){
	.button-modal-black {
		padding: 10px 15px;
	}
	.button-modal-black-1 {
		padding: 10px 15px;
	}
}
@media (max-width: 1300px){
	.button-modal-1 {
		font-size: 1rem;
	}
	.button-modal-black-1 {
		font-size: 1rem;
	}
}

/* modal popup */
*, *::after, *::before {
  	box-sizing: border-box;
}
.modal {
  	position: fixed;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
  	display: none;
  	overflow: auto;
  	background-color: rgba(1, 15, 38, 0.8);
  	z-index: 9999;
	text-align: left;
}
.modal-window {
  	position: relative;
  	background-color: #ffcd05;
  	width: 60vw;
  	margin: 10vh auto;
  	border-radius: 1.5em;
  	padding: 1px 30px 60px 30px;
	box-shadow: 0px 5px 33px rgba(0, 0, 0, 0.9);
	max-height: calc(100vh - 200px);
    overflow-y: auto;
}
@media (max-width: 1300px){
	.modal-window {
		width: 80vw;
	}
}
@media (max-width: 950px){
	.modal-window {
		width: 90vw;
	}
}
.modal-window.small {
  	width: 75%;
}
.modal-window.large {
  	width: 75%;
}
.open {
  	display: block;
}
.close-modal {
	float: right;
	cursor: pointer;
}

/* header */
.header-container {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
    overflow: hidden;
	/*margin-bottom: -137px;*/
	height: 100vh;
	min-height: 600px;
}
/*@media (max-width: 1300px){
	.header-container {
		height: 1300px;
	}
}*/
.header-video {
	/*min-height: 100%;*/ 
    height: 100;
    width: 100vw;
    padding:0;
    margin: 0;
    position: relative;
	object-fit: cover;
}
#video{    
    width: 100%; 
    height: 100%;
    margin: auto;
    display: block;
	z-index: -1;
}
@media (min-aspect-ratio: 16/9) {
  #video{
    width: 100vw; 
    height:auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  #video {
    height: 100vh; 
    width:auto;
    margin-left: 50vw;
    transform: translate(-50%);
  }
}
.header-other {
	width: 100%; 
    height: 100vh;
    position: absolute; 
    top: 0px; 
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
	align-content: center;
    flex-direction: column;
	z-index: 100;
}
.logo {
	position: fixed;
    top: 10px;
    right: 10px;
    bottom: 0;
    z-index: 1;
	filter: drop-shadow(0px 2px 5px rgb(0 0 0 / 0.5));
}
.logo-hide {
    opacity: 0;
}
.logo-show {
    opacity: 1;
}
#link-logo {
	display:block;
	background-image: url("../images/logo-wca-3.svg");
	background-repeat: no-repeat;
	background-position: center; 
	height: 100px;
	width: 100px;
	cursor: pointer
}
#link-logo:hover {
	background-image: url("../images/logo-wca-1.svg");
	height: 160px;
	width: 160px;
	transition: all .2s;
}
#link-top {
	display:block;
	background-image: url("../images/logo-wca-1.svg");
	background-repeat: no-repeat;
	background-position: center; 
	height: 30vh;
	width: 30vh;
	min-height: 300px;
	min-width: 300px;
	cursor: pointer
}
@media (max-width: 1300px){
	#link-logo {
		height: 70px;
		width: 70px;
}
	#link-top {
		height: 25vh;
		width: 25vh;
		margin-top: -20vh;
	}
}
.header-1 {
	/*margin-top: 10vh;*/
	align-content: flex-start;
}
.header-2 {
  	width: 90vw;
	text-align: center;
	margin-top: -20px;
}
@media (max-width: 1300px){
	.header-2 {
		margin-top: -10px;
		width: 80vw;
	}
}
.header-3 {
	cursor: pointer;
	background-image: url("../images/icon-mouse-1.svg");
	background-repeat: no-repeat;
	background-position: center;
	height: 300px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	/*margin-top: -5vh;*/
}
@media (max-width: 1300px){
	.header-3 {
		height: 200px;
		width: 200px;
	}
}
@media (max-height: 700px) {
	.header-3 {
		visibility: hidden;
	}
	.header-1 {
		margin-top: 100px;
	}
}
.header-3:hover {
	background-image: url("../images/icon-mouse-2.svg");
	transition: 0.2s;
	filter: drop-shadow(0px 2px 5px rgb(0 0 0 / 0.5));
}

/* section fills */

.section-bg-tropico {
  	background-image: url("../images/timeline-bg-tropico-001.jpg");
	background-repeat: no-repeat;
  	background-position: center; 
	background-size: cover;
}
.section-bg-bicycle {
  	background-image: url("../images/timeline-bg-bicycle-001.jpg");
	background-repeat: no-repeat;
  	background-position: center; 
	background-size: cover;
}
.section-bg-escooter {
  	background-image: url("../images/timeline-bg-escooter-001.jpg");
	background-repeat: no-repeat;
  	background-position: center; 
	background-size: cover;
}
.section-bg-seabike {
  	background-image: url("../images/timeline-bg-seabike-001.jpg");
	background-repeat: no-repeat;
  	background-position: center; 
	background-size: cover;
}
.section-bg-kayak {
  	background-image: url("../images/timeline-bg-kayak-001.jpg");
	background-repeat: no-repeat;
  	background-position: center; 
	background-size: cover;
}
.section-bg-sup {
  	background-image: url("../images/timeline-bg-sup-001.jpg");
	background-repeat: no-repeat;
  	background-position: center; 
	background-size: cover;
}
.section-bg-skypark {
  	background-image: url("../images/timeline-bg-skypark-001.jpg");
	background-repeat: no-repeat;
  	background-position: center; 
	background-size: cover;
}
#tropico--1 {
	background-image: url("../images/timeline-tropico-001.jpg");
	background-repeat: no-repeat;
  	background-position: center; 
	background-size: cover;
	transform: rotate(7deg);
	box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.4);
	border: 6px solid #000;
	margin-left: 5vw;
	transition: all 500ms ease-in-out;
}
#tropico--1:hover {
	transform: rotate(-1deg) scale(1.2);
	border: none;
	/*border: 3px solid #000;*/
}
#tropico--2 {
	background-image: url("../images/timeline-tropico-002.jpg");
	background-repeat: no-repeat;
  	background-position: center; 
	background-size: cover;
	transform: rotate(-3deg);
	box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.4);
	border: 6px solid #000;
	margin-left: 5vw;
	transition: all 500ms ease-in-out;
}
#tropico--2:hover {
	transform: rotate(1deg) scale(1.3);
	border: none;
}
#bicycle--1 {
	background-image: url("../images/timeline-bicycle-001.jpg");
	background-repeat: no-repeat;
  	background-position: center; 
	background-size: cover;
	transform: rotate(5deg);
	box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.4);
	border: 6px solid #000;
	margin-left: 10vw;
	transition: all 400ms ease-in-out;
}
#bicycle--1:hover {
	transform: rotate(-2deg) scale(1.2);
	border: none;
}
#bicycle--2 {
	background-image: url("../images/timeline-bicycle-003.jpg");
	background-repeat: no-repeat;
  	background-position: center; 
	background-size: cover;
	transform: rotate(-3deg);
	box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.4);
	border: 6px solid #000;
	margin-left: 10vw;
	transition: all 400ms ease-in-out;
}
#bicycle--2:hover {
	transform: rotate(1deg) scale(1.1);
	border: none;
}
#escooter--1 {
	background-image: url("../images/timeline-escooter-001.jpg");
	background-repeat: no-repeat;
  	background-position: center; 
	background-size: cover;
	transform: rotate(-6deg);
	box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.4);
	border: 6px solid #000;
	margin-left: 10vw;
	transition: all 300ms ease-in-out;
}
#escooter--1:hover {
	transform: rotate(2deg) scale(1.3);
	border: none;
}
#escooter--2 {
	background-image: url("../images/timeline-escooter-002.jpg");
	background-repeat: no-repeat;
  	background-position: center; 
	background-size: cover;
	transform: rotate(4deg);
	box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.4);
	border: 6px solid #000;
	margin-left: 3vw;
	transition: all 300ms ease-in-out;
}
#escooter--2:hover {
	transform: rotate(-2deg) scale(1.2);
	border: none;
}
#seabike--1 {
	background-image: url("../images/timeline-seabike-001.jpg");
	background-repeat: no-repeat;
  	background-position: center; 
	background-size: cover;
	transform: rotate(5deg);
	box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.4);
	border: 6px solid #000;
	margin-left: 10vw;
	transition: all 400ms ease-in-out;
}
#seabike--1:hover {
	transform: rotate(-3deg) scale(1.2);
	border: none;
}
#seabike--2 {
	background-image: url("../images/timeline-seabike-002.jpg");
	background-repeat: no-repeat;
  	background-position: center; 
	background-size: cover;
	transform: rotate(2deg);
	box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.4);
	border: 6px solid #000;
	margin-left: 3vw;
	transition: all 300ms ease-in-out;
}
#seabike--2:hover {
	transform: rotate(1deg) scale(1.1);
	border: none;
}
#kayak--1 {
	background-image: url("../images/timeline-kayak-001.jpg");
	background-repeat: no-repeat;
  	background-position: center; 
	background-size: cover;
	transform: rotate(2deg);
	box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.4);
	border: 6px solid #000;
	margin-left: 10vw;
	transition: all 200ms ease-in-out;
}
#kayak--1:hover {
	transform: rotate(-3deg) scale(1.3);
	border: none;
}
#kayak--2 {
	background-image: url("../images/timeline-kayak-002.jpg");
	background-repeat: no-repeat;
  	background-position: center; 
	background-size: cover;
	transform: rotate(-8deg);
	box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.4);
	border: 6px solid #000;
	margin-left: 10vw;
	transition: all 200ms ease-in-out;
}
#kayak--2:hover {
	transform: rotate(1deg) scale(1.2);
	border: none;
}
#sup--1 {
	background-image: url("../images/timeline-sup-001.jpg");
	background-repeat: no-repeat;
  	background-position: center; 
	background-size: cover;
	transform: rotate(6deg);
	box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.4);
	border: 6px solid #000;
	margin-left: 10vw;
	transition: all 150ms ease-in-out;
}
#sup--1:hover {
	transform: rotate(-1deg) scale(1.1);
	border: none;
}
#sup--2 {
	background-image: url("../images/timeline-sup-002.jpg");
	background-repeat: no-repeat;
  	background-position: center; 
	background-size: cover;
	transform: rotate(-3deg);
	box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.4);
	border: 6px solid #000;
	margin-left: 10vw;
	transition: all 150ms ease-in-out;
}
#sup--2:hover {
	transform: rotate(1deg) scale(1.2);
	border: none;
}
#skypark--1 {
	background-image: url("../images/timeline-skypark-003.jpg");
	background-repeat: no-repeat;
  	background-position: center; 
	background-size: cover;
	transform: rotate(2deg);
	box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.4);
	border: 6px solid #000;
	margin-left: 10vw;
	transition: all 50ms ease-in-out;
}
#skypark--1:hover {
	transform: rotate(-1deg) scale(1.3);
	border: none;
}
#skypark--2 {
	background-image: url("../images/timeline-skypark-004.jpg");
	background-repeat: no-repeat;
  	background-position: center; 
	background-size: cover;
	transform: rotate(-6deg);
	box-shadow: 0px 5px 22px rgba(0, 0, 0, 0.4);
	border: 6px solid #000;
	margin-left: 10vw;
	transition: all 50ms ease-in-out;
}
#skypark--2:hover {
	transform: rotate(2deg) scale(1.3);
	border: none;
}
.rating-tropico {
	background-image: url("../images/icon-neutral.svg");
	background-repeat: no-repeat;
	background-position: center; 
}
.rating-tropico:hover {
	background-image: url("../images/icon-easy.svg");
	transform: scale(1.2);
}
.rating-bicycle {
	background-image: url("../images/icon-neutral.svg");
	background-repeat: no-repeat;
	background-position: center; 
}
.rating-bicycle:hover {
	background-image: url("../images/icon-easy.svg");
	transform: rotate(4deg) scale(1.2);
}
.rating-escooter {
	background-image: url("../images/icon-neutral.svg");
	background-repeat: no-repeat;
	background-position: center; 
}
.rating-escooter:hover {
	background-image: url("../images/icon-fun.svg");
	transform: rotate(-5deg) scale(1.2);
}
.rating-seabike {
	background-image: url("../images/icon-neutral.svg");
	background-repeat: no-repeat;
	background-position: center; 
}
.rating-seabike:hover {
	background-image: url("../images/icon-fun.svg");
	transform: rotate(4deg) scale(1.2);
}
.rating-kayak {
	background-image: url("../images/icon-neutral.svg");
	background-repeat: no-repeat;
	background-position: center; 
}
.rating-kayak:hover {
	background-image: url("../images/icon-fun.svg");
	transform: rotate(3deg) scale(1.3);
}
.rating-sup {
	background-image: url("../images/icon-neutral.svg");
	background-repeat: no-repeat;
	background-position: center; 
}
.rating-sup:hover {
	background-image: url("../images/icon-fun.svg");
	transform: rotate(-3deg) scale(1.4);
}
.rating-skypark {
	background-image: url("../images/icon-neutral.svg");
	background-repeat: no-repeat;
	background-position: center; 
}
.rating-skypark:hover {
	background-image: url("../images/icon-yikes.svg");
	transform: rotate(5deg) scale(1.5);
}
/* centreline */
.section-2-tropico {
background: -webkit-linear-gradient(rgba(255,205,5,0) 0%, rgba(255,205,5,0.23) 23%, rgba(255,205,5,1) 100%);
background: -o-linear-gradient(rgba(255,205,5,0) 0%, rgba(255,205,5,0.23) 23%, rgba(255,205,5,1) 100%);
background: linear-gradient(rgba(255,205,5,0) 0%, rgba(255,205,5,0.23) 23%, rgba(255,205,5,1) 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffcd05', endColorstr='#ffcd05',GradientType=0 ); /* IE6-9 */
}
.section-2-bicycle {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffcd05+0,b8f404+100 */
background: rgb(255,205,5); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,205,5,1) 0%, rgba(184,244,4,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,205,5,1) 0%,rgba(184,244,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,205,5,1) 0%,rgba(184,244,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd05', endColorstr='#b8f404',GradientType=0 ); /* IE6-9 */
}
.section-2-escooter {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b8f404+0,04ed14+100 */
background: rgb(184,244,4); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(184,244,4,1) 0%, rgba(4,237,20,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(184,244,4,1) 0%,rgba(4,237,20,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(184,244,4,1) 0%,rgba(4,237,20,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8f404', endColorstr='#04ed14',GradientType=0 ); /* IE6-9 */
}
.section-2-seabike {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffcd05+0,b8f404+100 */
background: rgba(4,237,20,1); /* Old browsers */
}
.section-2-kayak {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#04ed14+0,fcba05+100 */
background: rgb(4,237,20); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(4,237,20,1) 0%, rgba(252,186,5,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(4,237,20,1) 0%,rgba(252,186,5,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(4,237,20,1) 0%,rgba(252,186,5,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04ed14', endColorstr='#fcba05',GradientType=0 ); /* IE6-9 */
}
.section-2-sup {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcba05+0,f98704+100 */
background: rgb(252,186,5); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(252,186,5,1) 0%, rgba(249,135,4,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(252,186,5,1) 0%,rgba(249,135,4,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(252,186,5,1) 0%,rgba(249,135,4,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcba05', endColorstr='#f98704',GradientType=0 ); /* IE6-9 */
}
.section-2-skypark {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f98704+0,ff2605+100 */
background: rgb(249,135,4); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(249,135,4,1) 0%, rgba(255,38,5,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(249,135,4,1) 0%,rgba(255,38,5,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(249,135,4,1) 0%,rgba(255,38,5,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98704', endColorstr='#ff2605',GradientType=0 ); /* IE6-9 */
}

/* section divs */

.section {
	display: flex;
	justify-content: space-between;
	height: 100vh;
	min-height: 1000px;
}
.section-1 {
	display: flex;
	align-items: center;
  	margin: 10px;
	width: 42vw;
	height: 100vh;
	margin-top: -70px;
}
.section-copy {
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
}
.section-2 {
    width: 2vw;
	max-width: 15px;
	margin-left: auto;
	margin-right: auto;
}
.section-3 {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
  	margin: 10px;
	width: 42vw;
}
.section-3-image {
	width: 45vw;
  	height: 45vw;
}
.section-rating {
	display:block;
	justify-content: center;
	align-content: center;
	margin-left: auto;
	margin-right: auto;
	width: 250px;
	height: 120px;
	margin-top: 20px;
	cursor: pointer;
	filter: drop-shadow(0px 2px 5px rgb(0 0 0 / 0.5));
}
/* add ratio */
.section-ratio-landscape {
	width: 30vw;
  	height: 20vw;
}
.section-ratio-square {
	width: 20vw;
  	height: 20vw;
}
.section-ratio-3by2 {
	width: 35vw;
  	height: 25vw;
}

@media (max-width: 800px) {
	.section {
		flex-direction: column;
		height: 150vh;
		display: flex;
		justify-content: space-around;
	}
	.section-1 {
		order: 2;
		width: 100vw;
	}
	.section-2 {
		visibility: hidden;
	}
	.section-3 {
		order: 1;
		width: 100vw;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
		flex-direction: column;
		align-items: center;
	}
	.section-3-image {
		width: 80vw;
		height: 80vw;
		margin-top: 20px;
	}
	.section-ratio-landscape {
		width: 60vw;
  		height: 40vw;
	}
	.section-ratio-square {
		width: 50vw;
  		height: 50vw;
	}
	.section-ratio-3by2 {
		width: 70vw;
  		height: 50vw;
	}
}

/* footer */
.footer-container {
	display: flex;
	flex-direction: column;
	align-content: center;
	width: 100vw;
	margin-top: 0px;
	background-color: #ffcc02;
}
.footer-triangle {
	width: 100;
	height: 0;
	border-left: 90px solid transparent;
	border-right: 90px solid transparent;
	border-top: 90px solid #ff2605;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 800px) {
	.footer-triangle {
		visibility: hidden;
	}
}
.footer-contact {
  	align-content: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 40px;
}
.footer-socials {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.footer-instagram {
	display: flex;
	justify-content: center;
	align-items: center;
}
.instagram-logo {
	background-image: url("../images/icon-instagram-1.svg");
	background-repeat: no-repeat;
  	background-position: center; 
	background-size: cover;
	width: 120px;
  	height: 120px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.instagram-logo:hover {
	background-image: url("../images/icon-instagram-2.svg");
	transform: scale(1.2);
	filter: drop-shadow(0px 2px 5px rgb(0 0 0 / 0.5));
}
.footer-facebook {
	display: flex;
	justify-content: center;
	align-items: center;
}
.facebook-logo {
	background-image: url("../images/icon-facebook-1.svg");
	background-repeat: no-repeat;
  	background-position: center; 
	background-size: cover;
	width: 120px;
  	height: 120px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.facebook-logo:hover {
	background-image: url("../images/icon-facebook-2.svg");
	transform: scale(1.2);
	filter: drop-shadow(0px 2px 5px rgb(0 0 0 / 0.5));
}
.footer-mykonos {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
@media (max-width: 800px) {
	.footer-mykonos {
		display: flex;
		flex-direction: column;
		margin-top: 30px;
}
}
.footer-mykonos-1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	transform: rotate(-6deg);
	margin-right: -30px;
}
.footer-mykonos-2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 400px;
}
.mykonos-logo {
	background-image: url("../images/logo-cm-1.svg");
	background-repeat: no-repeat;
  	background-position: center; 
	background-size: cover;
	width: 400px;
  	height: 120px;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.mykonos-logo:hover {
	background-image: url("../images/logo-cm-2.svg");
	filter: drop-shadow(0px 2px 5px rgb(0 0 0 / 0.5));
}
@media (max-width: 800px) {
	.mykonos-logo {
		width: 300px;
  		height: 90px;
	}
}
.footer-tc {
	align-content: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 350px;
	padding: 0px 20px 0px 20px;
}
.footer-tm {
	display: flex;
	justify-content: center;
	width: 100vw;
	margin-top: 50px;
	min-height: 50px;
	background-image: url("../images/logo-tm-1.svg");
	background-repeat: no-repeat;
  	background-position: center; 
	background-size: 150px auto;
	position: relative;
	margin-bottom: 30px;
}
.footer-tm:hover {
	background-image: url("../images/logo-tm-2.svg");
}

