@import url('https://fonts.googleapis.com/css2?family=Faster+One&family=Raleway&display=swap');
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,dl,dt,dd,ol,ul,li,hr,fieldset,form,label,legend,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,summary,hgroup{padding:0;margin:0;outline:0;border:0}
html,body{width:100vw}
html{overflow-x:hidden}
/* =@viewport */
@viewport {width:extend-to-zoom; zoom:1.0;}
@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}

h1 {
  font-family: 'Faster One', sans-serif;
  font-weight: 300;
  line-height: inherit;
  letter-spacing: 0.1em;
  font-size: 9vmin;
  margin-top: 9.0vmin;
  margin-right: auto;
  margin-bottom: 4.0vmin;
  margin-left: auto;
  color: #fd8e3d;
  text-shadow: 0 0 0.5vw #21627b;
}
h2 {
  position: relative;
  font-family: 'Raleway', sans-serif;
  text-transform: lowercase;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  overflow: hidden;
  background: linear-gradient(90deg, #81c0e3, #fff, #81c0e3);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 4.5s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);

}

@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.legal {
  font-family: 'Lato', sans-serif;
  line-height: inherit;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
  color: #333333;
}

p a{color:#6aabd8;text-decoration:none;outline:0;font-family: 'Faster One', sans-serif}
p a:hover{color:#fd8e3d;text-decoration:none}

.header {
  position: relative;
  text-align: center;
  background: linear-gradient(60deg, rgba(72, 140, 201, 1) 0%, rgba(129, 192, 227, 1) 100%);
  /*background: linear-gradient(60deg, rgba(84, 58, 183, 1) 0%, rgba(0, 172, 193, 1) 100%);*/
}
.logo {
  width: 50px;
  fill: white;
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.inner-header {
  /*height: 65vh;*/
  width: 100%;
  margin: 0;
  padding: 0;
}
.hero-tagline {
  width: 100%;
  padding: 0 0 1em;
  margin: 0 0 1em;
  font-family: 'Raleway', sans-serif;
  font-size: 4vmin;
  /*color: #345d73;*/
}
.flex {
  /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 1vh;
  max-height: 15vh;
}
.content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white;
}
#racing-number {
  font-family: 'Formula1-Display-Regular';
  font-size: 11.2vmin;
  color: #345d73;
  width: 13.5vmin;
  height: 13.5vmin;
  border-radius: 13.5vmin;
  background: #fff;
  border: solid 0.65vw #fd8e3d;
  -webkit-box-shadow: 10px 10px 10px 2px #999;
  box-shadow: -0.15vw 0.0vw 0.5vw #21627b;
  cursor: default;
  text-align: center;
  margin-top: 4.0vmin;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  letter-spacing: -2.66vmin;
  padding-top: 0.8vmin;
  padding-right: 2.7vmin;
  padding-bottom: 1.1vmin;
  padding-left: -0.0vmin;
}
/* Animation */
.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}
.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
.quote-wrapper {
	display: flex;
	height: 60vh;
	padding: 0 20px;
}
.blockquote {
	position: relative;
	font-family: 'Formula1-Display-Regular';
	max-width: 95%;
	margin: 20px auto;
	align-self: center;
}
.blockquote h3 {
	font-family: 'Raleway', sans-serif;
	position: relative;
	color: #488cc9;
	font-size: 1.5rem;
	font-weight: normal;
	line-height: inherit;
	margin: 0;
	border: 2px solid #fff;
	border: solid 2px;
	border-radius: 20px;
	padding: 12px;
}
.blockquote h3 span{
	color: #fd8e3d;
}
.blockquote h3:after {
	content: "";
	position: absolute;
	border: 2px solid #488cc9;
	border-radius: 0 50px 0 0;
	width: 60px;
	height: 60px;
	bottom: -62px;
	left: 50px;
	border-bottom: none;
	border-left: none;
	z-index: 3;
}
.blockquote h3:before {
	content: "";
	position: absolute;
	width: 80px;
	border: 6px solid #fff;
	bottom: -3px;
	left: 50px;
	z-index: 2;
}
.blockquote h4 {
	position: relative;
	color: #345d73;
	font-size: 0.93rem;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	padding-top: 15px;
	z-index: 1;
	margin-left: 150px;
	padding-left: 12px;
}

.blockquote h4:first-letter {
	margin-left: -12px;
}
/*Enlarging for Desktop*/

/* =@media 768px */
@media only screen
  and (min-width: 768px) {
h1 {
  font-family: 'Faster One', sans-serif;
  font-weight: 300;
  line-height: inherit;
  letter-spacing: 0.1em;
  font-size: 16vmin;
  margin-top: 9.0vmin;
  margin-right: auto;
  margin-bottom: 4.0vmin;
  margin-left: auto;
  color: #fd8e3d;
  text-shadow: 0 0 0.5vw #21627b;
}
h2 {
  position: relative;
  font-family: 'Raleway', sans-serif;
  text-transform: lowercase;
  font-size: 1em;
  letter-spacing: 0.1em;
  overflow: hidden;
  background: linear-gradient(90deg, #81c0e3, #fff, #81c0e3);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 4.5s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);

}

@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.legal {
  font-family: 'Lato', sans-serif;
  line-height: inherit;
  letter-spacing: 0.1em;
  font-size: 0.9rem;
  color: #333333;
}
.header {
  position: relative;
  text-align: center;
  background: linear-gradient(60deg, rgba(72, 140, 201, 1) 0%, rgba(129, 192, 227, 1) 100%);
  /*background: linear-gradient(60deg, rgba(84, 58, 183, 1) 0%, rgba(0, 172, 193, 1) 100%);*/
  color: white;
}
.logo {
  width: 50px;
  fill: white;
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.inner-header {
  /*height: 65vh;*/
  width: 100%;
  margin: 0;
  padding: 0;
}
.hero-tagline {
  width: 100%;
  padding: 0 0 1em;
  margin: 0 0 1em;
  font-family: 'Raleway', sans-serif;
  font-size: 4vmin;
  /*color: #345d73;*/
}
.flex {
  /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  /*text-align: center;*/
}
.waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 30vh;
  max-height: 30vh;
}
.content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white;
}
#racing-number {
  font-family: 'Formula1-Display-Regular';
  font-size: 13.5vmin;
  color: #345d73;
  width: 17.5vmin;
  height: 17.5vmin;
  border-radius: 17.5vmin;
  background: #fff;
  border: solid 0.4vw #fd8e3d;
  -webkit-box-shadow: 10px 10px 10px 2px #999;
  box-shadow: -0.15vw 0.0vw 0.5vw #21627b;
  cursor: default;
  text-align: center;
  margin-top: 4.0vmin;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  letter-spacing: -2.66vmin;
  padding-top: 0.8vmin;
  padding-right: 2.7vmin;
  padding-bottom: 1.1vmin;
  padding-left: -0.0vmin;
}
/* Animation */
.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}
.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
.quote-wrapper {
	display: flex;
	height: 95vh;
	padding: 0 20px;
}
.blockquote {
	position: relative;
	font-family: 'Formula1-Display-Regular';
	max-width:  66%;
	margin: 20px auto;
	align-self: center;
}
.blockquote h3 {
	font-family: 'Raleway', sans-serif;
	position: relative;
	color: #488cc9;
	font-size: 2.8rem;
	font-weight: normal;
	line-height: inherit;
	margin: 0;
	border: 2px solid #fff;
	border: solid 2px;
	border-radius: 40px;
	padding: 25px;
}
.blockquote h3 span{
	color: #fd8e3d;
}
.blockquote h3:after {
	content: "";
	position: absolute;
	border: 2px solid #488cc9;
	border-radius: 0 80px 0 0;
	width: 60px;
	height: 60px;
	bottom: -62px;
	left: 50px;
	border-bottom: none;
	border-left: none;
	z-index: 3;
}
.blockquote h3:before {
	content: "";
	position: absolute;
	width: 80px;
	border: 6px solid #fff;
	bottom: -3px;
	left: 50px;
	z-index: 2;
}
.blockquote h4 {
	position: relative;
	color: #345d73;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: inherit;
	margin: 0;
	padding-top: 15px;
	z-index: 1;
	margin-left: 150px;
	padding-left: 12px;
}

.blockquote h4:first-letter {
	margin-left: -12px;
}
}