
html,body {
	background: white;
	width: 100%;
	margin: 0px;
	font-family: "proxima-nova", proxima-nova, sans-serif;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}

.container {
	position: absolute;
	min-height: 550px;
	min-width: 1000px;
	width: 100%;
	height: 100%;
	overflow: hidden;	
}

.content {
	position: absolute;
	display: block;
	width: 400px;
	bottom: 23%;
	left: 48%;
	margin-left: -180px;
}

a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#replay {
	position: absolute;
	left: 19%;
	bottom:40%;
	color: red;
}

#video_background {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%; 
	min-height: 70%;
	z-index: -1000; 
	overflow: hidden
}

#logo {
  display: block;
  text-indent: -9999px;
  width: 80px;
  margin: 0 auto;
  height: 80px;
  background: url('../assets/logorouteshare.svg');
  background-size: 80px 80px;
}

h1 {
	color: #37383a;
	font-size: 34px;
	font-weight: 600;
}

h2 {
	color: #797d82;
	font-size: 20px;
	margin-bottom: 80px;
	font-weight: normal;
}

p#price {
	color: #b6b8bc;
}

p {
	font-size: 14px;
	width: 200px;
	padding-top: 20px;
	margin: 0 auto;
	text-align: center;
	display: block;
	color: #8b9096;
}

.button {
	background-color: #087eff;
	border-radius: 5px;
	font-family: "proxima-nova", proxima-nova, sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 18px;
	color: white;
	text-decoration: none;
	padding: 20px 20px;
	display: block;
	width: 140px;
	margin: 0 auto;
}

.button:hover {
	background-color: #278fff;
}

.button:active {
	background-color: #0e73df;
}

.footer {
	position: relative;
	bottom: -100%;
	margin-top: -50px;
	text-align: center;
}

ul {
	padding: 0px;
}

li {
	display: inline-block;
	padding-right: 20px;
	color: #b6b8bc;
	font-weight: 600;
	font-size: 14px;
}

li a{
	color: #b6b8bc;
	text-decoration: none;
}

li a:hover{
	color: #087eff;
}

li:last-child {
	padding-right: 0px;
}

@media (max-width: 1100px) {
  
}


