*:before,
*:after {
	box-sizing: inherit;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}


@font-face {
	font-family: "Chalet";
  	src: url("fonts/chalet.woff2") format("woff2"),
    	url("/fonts/chalet.woff") format("woff");
	}


h1, ul {
	font-family: Chalet, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

h2, p {
	font-family: Avenir, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	
}

.bottom {
	background: rgba(233,0,108,1);
	background: -moz-linear-gradient(left, rgba(233,0,108,1) 0%, rgba(0,160,255,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(233,0,108,1)), color-stop(100%, rgba(0,160,255,1)));
	background: -webkit-linear-gradient(left, rgba(233,0,108,1) 0%, rgba(0,160,255,1) 100%);
	background: -o-linear-gradient(left, rgba(233,0,108,1) 0%, rgba(0,160,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(233,0,108,1) 0%, rgba(0,160,255,1) 100%);
	background: linear-gradient(to right, rgba(233,0,108,1) 0%, rgba(0,160,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9006c', endColorstr='#00a0ff', GradientType=1 );
	
}

#section-1, #section-2 {
	width: 100%;
    height: 100vh;
	position: relative;
	min-height: 50vw;
}

.top, .bottom {
	height: 50%;
	text-align: center;
}

.top .logo {
    width: 47vw;
}

.btn {
	position: relative;
}

.btn img {
	width: 100%;
	height: auto;
}

.top ul {
	margin-top: 2vw;
}

.top ul li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 3.5vw;
    margin-right: 4vw;
}

.top ul li:last-child {
    margin-right: 0;
}

.web .btn {
	display: inline-block;
	width: 40vw;
	margin-bottom: 2vw;
}

.web h2 {
	color: #fff;
	font-weight: normal;
	font-weight: 400;
	font-size: 2vw;
}


#section-2 {
    color: #fff;
    background: #00A0FF;
	text-align: center;
}

#section-2 h2 {
    font-weight: normal;
    font-weight: 400;
    font-size: 1.7vw;
    text-transform: uppercase;
    margin-bottom: 3vw;
    line-height: 1.75;
}

#section-2 h1{
	text-transform: uppercase;
	font-weight: normal;
	font-weight: 400;
	font-size: 4.5vw;
	margin-bottom: 3vw;
}

#section-2 .btn {
	display: inline-block;
	width: 40vw;
	margin-bottom: 3vw;
}

.v-align {
	 top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	position: relative;
}

.max {
	max-width: 1220px;
    width: 70vw;
	padding: 2vw;
    margin: 0 auto;
}


.mobile {
	display: none;
}
.full {
	max-width: 1220px;
	padding: 0 20px;
}

.temp {
	position: absolute;
	top:0;
	width: 100%;
	left: 0;
	opacity: .4;
	z-index: 1000;
	pointer-events: none;
}

p {
	font-size: 10px;
	}

a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 825px) {
	.web {
		display: none;
	}
	.mobile {
		display: block;
	}
	
	/*.v-align {
		top: auto;
		transform:none;
	}*/
	
	#section-1, #section-2 {
		width: 100%;
		height: 100vh;
		min-height: 170vw;
		position: relative;
	}
	
	.bottom {
    	height: 100%;
	}
	
	.bottom .logo {
    	width: 84vw;
	}
	
	.mobile-wt {
		background: #fff;
		width: 82vw;
		margin: 0 auto;
		padding: 7vh 0 2vh;
		margin-top: 3vh;
	}
	
	.mobile-wt ul {
		list-style: none;
    font-size: 8vw;
    text-transform: uppercase;
		margin-bottom: 2.hvh;
		
	}
	
	.mobile-wt ul li {
		margin-bottom: 2vh;
		
	}
	
	.mobile-wt .btn {
		width: 68vw;
    	margin: 0 auto 2vh;	
	}
	
	.mobile-wt h2 {
		font-size: 3vw;
	}
	
	.max {
		width: 90vw;
	}
	
	#section-2 h2 {
		font-size: 3vw;
		margin-bottom: 4vw;
	}
	
	#section-2 h1 {
		font-size: 9.5vw;
		margin-bottom: 4vw;
	}
	
	#section-2 .btn {
		width: 57vw;
		margin-bottom: 7vw;
	}
	
	

	@media screen and (orientation:landscape) {
		 #section-1, #section-2, .bottom {
			height: 100vw;
			 min-height: 100vh;
		 }
		
	}
	
}