/*
colors = blue #477AFF
*/

@font-face {
	font-family: "newyork";
	src: url("/fonts/NewYorkExtraLarge-Heavy.otf") format("opentype");

	font-family: "sfpro";
	src: url("/fonts/SF-Pro-Display-Semibold.otf") format("opentype");
}

/*--------------------*/

.hero-image {
	text-align: right;
}

/*----------------------*/

#hero {
	background-color: #477AFF;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 86%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 86%);
	padding-top: 40px;
	padding-bottom: 100px;
}

h1	{
	font-family: "newyork", serif;
	font-size: 80pt;
	color: #FFFFFF;
	letter-spacing: -1px;
	line-height: 80pt;
	font-weight: 600;
}

h2 {
	font-family: "newyork", serif;
    font-size: 58pt;
    color: #000;
    font-weight: 900;
    letter-spacing: -.5pt;
    line-height: 58pt;

    margin-bottom: 30px;
}

h3 {
	font-family: "sfpro", sans-serif;
	font-size: 18pt;
	letter-spacing: .8pt;
}

h4 {
	font-family: "newyork", serif;
    font-size: 40pt;
    color: #000;
    font-weight: 900;
    letter-spacing: -.5pt;
    line-height: 48pt;

    margin-bottom: 30px;
}

p {
	font-family: "sfpro", sans-serif;
	font-size: 16pt;
	letter-spacing: .8pt;
}



span, a {
	color: #477AFF;
}

a:hover {
	text-decoration: none;
}

.disclaimer {
	margin-top: 20px;
	font-size: 12pt;
	color: rgba(255,255,255,.5);
}

.btn {
	font-family: "sfpro", sans-serif;
	color: rgba(255,255,255,1);
	font-weight: 600;
	text-align: center;
	font-size: 18pt;
	letter-spacing: .5pt;

	background: #000;
	padding: 20px 60px;
	border: none;
	border-radius: 14px;
	transform: translateY(0px);
	box-shadow: 0 19px 25px -10px rgba(4,15,43,0);


	-webkit-transition: transform ease .2s, box-shadow ease .2s, color ease .2s;
	transition: transform ease .2s, box-shadow ease .2s, color ease .2s;


}

.btn:hover {
	transform: translateY(-1px);
    box-shadow: 0 19px 25px -10px rgba(4,15,43,0.2);
	color: rgba(255,255,255,.9);
}

.logo {
	margin-top: 20px;
}

.headline {
	margin-top: 50px;
}

.caption {
	margin-top: 40px;
}

.hero-btn {
	margin-top: 40px;
}

#scroll {
	margin-top: -125px;
	animation: pulse  1s infinite;
	animation-direction: alternate;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: .8;
  }
}


.scroll-text {
	margin-bottom: -10px;
	letter-spacing: 1pt;
}

#whats-available, #instant-book {
	margin-top: 100px;
}

.callout-copy {
	align-self: center;
}

#upsell {
	margin-top: 200px;
}

#madeby {
	margin-top: 300px;
	margin-bottom: 30px;
}

.velos-logo {
	margin-top: 30px;
}

#feedback {
	margin-top: 100px;
}

#feedback .col-lg-6 {
	background-color: #E4EDF5;
	padding: 40px 40px 60px 40px;
	border-radius: 40px;
}

#feedback p {
	font-size: 12pt;
	margin-bottom: 40px;
}

.feedback-button {
	border: 2px solid #000;
	padding: 15px 20px;
	border-radius: 50px;
}


#feedback a {
	color: #000;
	font-family: "sfpro", sans-serif;
	font-size: 12pt;
	box-shadow: 0 0px 0px 0px rgba(4,15,43,0)

	-webkit-transition: box-shadow ease .2s;
	transition: box-shadow ease .2s;
}

#feedback a:hover {
    box-shadow: 0 19px 10px -20px rgba(4,15,43,0.1);
}


.feedback-icon {
	margin-right: 10px;
}

.privacy {
	font-family: "sfpro", sans-serif;
	font-size: 12pt;
	color: #000;

	margin-top: 100px !important;
}


/*======================= max-width 1199px ========================*/
@media only screen and (max-width: 1199px) {

	#hero {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 86%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 86%);
	}

	h1	{
		font-size: 60pt;
		line-height: 68pt;
	}

	h3 {
		line-height: 30pt;
	}

	.block-1 {
		margin-top: 50px;
	}

	.block-2 {
		margin-top: 50px;
	}
}


/*======================= max-width 991px ========================*/
@media only screen and (max-width: 991px) {

	#hero {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94%);
	}

	h1, h3, .btn {
		text-align: center !important;
    	display: table;
    	margin: 0 auto;
    }

    h2 {
    	font-size: 30pt;
    	line-height: 30pt;
    }

    p {
    	font-size: 14pt;
    }

    h4 {
    	font-size: 33pt;
    	line-height: 34pt;
    }

    .hero-btn {
    	margin-top: 40px;
    }

    .hero-image {
		text-align: center;
	}

	#scroll {
		display: none;
	}

	.disclaimer {
		text-align: center !important;
	}

}

/*======================= max-width 767px ========================*/
@media only screen and (max-width: 767px) {

	.callout-copy h2, .callout-copy p {
		text-align: center;
	}


	.order-mobile-first {
		order: 1;
	}

	.order-mobile-second {
		order: 2;
	}

	#feedback .col-lg-6 {
		margin-left: 10px;
		margin-right: 10px;
	}







