* {
	box-sizing: border-box;
  /*   border: 1px solid black; */;
}

body {
	font-family: 'Lato';
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizelegibility;
	margin: 0 auto;
}

.mobile {
	display: none !important;
}

#copyright {
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	color:#3b3b3b;
	text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
}
#copyright a {
	color:#3b3b3b;
	text-decoration:none;
}

ul {
	display: flex;
	min-height: 100vh;
	max-height: 100vh;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}

li {
	flex: 1;
	display: flex;
	align-items: stretch;
	padding: 0;
	cursor: pointer;
	transition: all .5s ease;
	border-top: 20px solid #fff;
	border-bottom: 20px solid #fff;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
}

li:hover {
	background: #e53f2e;
}

li.active {
	flex: 5;
	background: #fff;
	cursor: default;
}

li.active h2 {
	color: #ffffff;
}

li.active .section-content {
	flex: 4;
	opacity: 1;
	transform: scaleX(1);
	color: #E74C3C;
}

li .section-title {
	flex: 1;
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: white;
	overflow: hidden;
	max-width: 300px;
}

li .section-title h2 {
	margin: 0;
	white-space: normal;
	margin-top: 40%;
}

.active .section-title {
	display: none;
}

li .section-content {
	flex: 1;
	align-items: center;
	margin: 0;
	padding: 0;
	opacity: 0;
	transition: all .25s .1s ease-out;
	flex-wrap: wrap;
}

h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0.5vw !important;
	font-weight: 600;
	color: #ffffff;
	/* white-space: nowrap; */
}
.active h2 {
	font-family: 'Raleway', sans-serif;
	text-align: center;
	font-size: 3rem;
	letter-spacing: 1.2rem !important;
	font-weight: 600;
	width:100%;
}
.active h2 > span {
	font-size: 2rem;
	font-weight: 400 !important;
	letter-spacing: 1rem !important;
}

.section-content {
	display: none;
}

.active .section-content {
	display: flex;
}

#step1 {
	background: url('../imgs/cap-geants.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border: 0;
	position: relative;
}
#step1.active {
	border: 20px solid #fff !important;
	overflow: hidden;
	background: none;
}
#step1 .imgs {
	display: none;
}
#step1.active .imgs {
	width:100%;
	height:100%;
	position: absolute;
	display: inline-block;
	transition: transform 5s ease;
}
/*
#step1.active:hover .imgs {
	-ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
*/

li .imgs { transform: scale(1); }

li.active .imgs { transform: scale(1); transition: transform 5s ease; }
li.active.ready:hover .imgs { transform: scale(1.5); }

#step2 {
	background: url('../imgs/cap-nature.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border: 0;
  position: relative;
}
#step2.active { 
  border: 20px solid #fff !important;
  overflow: hidden;
  background: none;
}
#step2 .imgs {
  display: none;
}
#step2.active .imgs {
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;   /* IMPORTANT */
  transition: transform 5s ease;
}

#step3 {
	background: url('../imgs/cap-peninsule.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border: 0;
  position: relative;
}
#step3.active { 
  border: 20px solid #fff !important;
  overflow: hidden;
  background: none;
}
#step3 .imgs {
  display: none;
}
#step3.active .imgs {
  width: 100%;
  height: 100%;
  position: absolute;
  display: inline-block;   /* IMPORTANT */
  transition: transform 5s ease;
}

.transparent {
	width: 100%;
	height: 100%;
	display: flex;
	background-color: rgba(0,0,0,0.8);
	-webkit-transition: all 1s !important;
    -moz-transition: all 1s !important;
    -o-transition: all 1s !important;
    transition: all 1s !important;
}
.transparent:hover {
	-webkit-transition: all 1s !important;
    -moz-transition: all 1s !important;
    -o-transition: all 1s !important;
    transition: all 1s !important;
	background-color: rgba(0,0,0,0.2);
}
.active .transparent {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0) !important;
	transition: background-color 0.7s ease;
}
.road-button {
	background-color: transparent !important;
	border: 3px solid #fff;
	display: inline-block;
	float: none !important;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	padding: 20px;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-align: center;
	-webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.road-button:hover {
	background-color: #0563c1 !important;
	-webkit-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.back-button {
	background-color: #ffffff !important;
	width: 40px;
	height: 40px;
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border: 0px solid #000000;
	color: #000000;
	padding: 10px;
	margin: 0;
	float: left !important;
	margin-left: 2% !important;
	margin-top: 2% !important;
	transition: width 1s;
	font-size: 0.8rem;
	margin-top: 5px;
	text-overflow: clip;
	overflow: hidden;
	line-height: 16px;
	text-decoration: none;
}
.back-button:hover {
	width: 220px;
	transition: width 1s;
}

.partners {
	letter-spacing: 1rem !important;
	font-size: 1.2rem;
}
