@font-face {
  font-family: "LightWeight";
  src: url('/media/fonts/font4.woff');
}

@font-face {
  font-family: "HeavyWeight";
  src: url('/media/fonts/font5.woff2');
}

@font-face {
  font-family: "CarFont";
  src: url('/media/fonts/font9.woff2');
}

@font-face {
  font-family: "CarFontLight";
  src: url('/media/fonts/font10.woff2');
}

@font-face {
  font-family: "NormalWeight";
  src: url('/media/fonts/font13.woff2');
}

div * {
  z-index: inherit;
}

.flex-50 {
  display: flex;
}

.html-background {
  position: relative;
}

.html-background div {
  position: relative;
}

.black-background {
  background: black;
}

.contact-page-header h1 {
  color: white;
}

.contact-page-header .logo-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-page-header .logo-content img {
  margin-right: 30px;
}

.html-background img.cover {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.opacity-4 {
  opacity: 0.4;
}

.invalid-input input {
  border: 2px solid red;
}

.input-error-text {
  display: none;
  font-style: normal;
}

.invalid-input .input-error-text {
  display: block;
}

.desktop-gallery {
  background: #777777;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}

div.pro-gallery {
  width: unset !important;
}

.flex-50 > div {
  width: 50%;
  margin: 0 70px;
}

.full-width-input input, .full-width-input textarea, .full-width-input select {
  width: 100%;
}

select option:disabled {
  display: none;
}

ul {
  padding-left: 20px;
}

ul > li {
  margin-bottom: 5px;
}

.text-center {
  text-align: center;
}

.contact-us h1 {
  color: white;
}

.nav-to {
  cursor: pointer;
}

a {
  color: unset;
  text-decoration: none;
}

form label {
  display: block;
  margin-bottom: 10px;
  font-style: italic;
}

form label input, form label textarea, form label select {
  display: block;
  margin-top: 5px;
  padding: 10px 10px;
}

.action.primary {
  background: #79C693;
  color: white;
  border: 0px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.action.primary:hover {
  background: #79C693;
  transition-property: background;
  transition-duration: 0.3s;
}

.action.primary span {
  font-size: 1.4em;
  padding: 10px 20px;
}

.contact-us h2, .contact-us span, .contact-us label {
  color: white;
  text-align: left;
}

.contact-us h2 {
  margin-top: 0;
  font-size: 2em;
}

.contact-us span {
  font-size: 1.2em;
}

.contact-us label input, .contact-us label textarea {
  width: 100%;
}

.signup-divider {
  width: 2px;
  background: rgba(126, 126, 126, 0.5);
  margin: 0 110px;
}

h1.car-font-light {
  font-family: "CarFontLight";
  font-size: 4em;
  letter-spacing: 4px;
}

body .drivers-advertisers > span {
  font-family: "CarFontLight";
  font-size: 1.15em;
}

.homepage-slideshow {
  max-width: 1000px;
  width: 80vw;
  margin: auto;
}

.service .iconGroup span {
  text-align: left;
}

.service .iconGroup {
  margin: 0 15px;
  width: 33%;
}

.service .iconGroup h3 {
  margin-top: 15px;
  margin-bottom: 5px;
}

.header-parallax img {
  transform: translateY(-50vw);
}

h1, h2, h3, span, p, label {
  font-family: "NormalWeight", sans-serif;
}

h1 {
  color: #79C693;
  font-family: "NormalWeight";
  font-size: 2.4em;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.4;
}

h2 {
  color: black;
  font-family: "NormalWeight";
  font-size: 1.5em;
  margin-top: 15px;
  margin-bottom: 15px;
}

h3 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.bold {
  font-weight: 700;
}

.registered-mark {
  margin-left: 5px;
}

.hero-font1 {
  font-family: "LightWeight", sans-serif;
  letter-spacing: 3px;
  font-size: 0.8em;
  font-style: italic;
}

.hero-font2 {
  font-family: "CarFont";
  font-size: 3em;
  letter-spacing: 5px;
}

.hero-font3 {
  font-family: "LightWeight", sans-serif;
}

.carboard-advantage {
  background: #eeeeee;
  padding: 100px 15px;
}

.section {
  padding: 80px 0;
}

body {
  margin: 0;
  padding: 0;
}

img {
  max-height: 100%;
}

div, img, body, html {
  box-sizing: border-box;
}

.horizontal-center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.full-width {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	position: relative;
	right: 50%;
	width: 100vw;
}

.header-parallax {
  width: 100vw;
}

.react-parallax {
  width: 100%;
  height: 100%;
}

.react-parallax-background-children {
  bottom: 0;
  top: 0;
}

.heroContent {
  color: white;
  font-size: 2em;
  text-align: center;
}

.page-header {
  max-height: 100px;
  display: flex;
  justify-content: center;
  -webkit-box-shadow: 0px 4px 14px 3px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 4px 14px 3px rgba(0,0,0,0.35);
  box-shadow: 0px 4px 14px 3px rgba(0,0,0,0.35);
  position: fixed;
  top: 0;
  width: 100vw;
  background: white;
  z-index: 1000;
}

.lightbox {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.page-wrapper {
  padding-top: 85px;
  min-height: calc(100vh - 5px);
  display: flex;
  flex-direction: column;
  max-width: 100vw;
  overflow: hidden;
}

.header-content {
  max-height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  padding: 15px 0;
  max-width: 150px;
  padding-left: 0;
}

span.divider {
  margin: 0 15px;
}

.page-nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.drivers-advertisers span {
  font-size: 1.1em;
  font-family: "CarFontLight";
}

.drivers-advertisers span.divider {
  color: #cccccc;
}

.content-width-1 {
  width: 800px;
  margin: 0 auto;
}

.content-width-2 {
  width: 900px;
  margin: 0 auto;
}

.content-width-3 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.content-width-4 {
  width: 1200px;
  margin: 0 auto;
}

.iconGroups {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 40px;
}

.iconGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 35px;
  text-align: center;
}

.iconGroup svg {
  margin-bottom: 17px;
}

.iconGroup h3 {
  margin-top: auto;
  margin-bottom: 4px;
  font-size: 1.7em;
}

.homepage-slideshow .slick-track {
  display: flex;
}

.footer {
  background: black;
  margin-top: auto;
  padding: 30px 10px;
}

.footer .logo {
  max-width: 150px;
  padding: 0;
}

.footer-content a {
  justify-content: flex-end;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-links {
  text-align: right;
  margin-top: 15px;
}

.footer-wrapper span {
  color: white;
}

.footer-links span {
  color: #fff;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #000;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.parallax-1 {
  height: 30vw;
}

.parallax-2 {
  height: 10vw;
}

.heroContent {
  font-size: calc(12px + 1vw);
}

.parallax-1 .heroContent img {
  width: 14vw;
}

.gis-group {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 25px;
}

.gis-group h2 {
  text-align: left;
}

.signup-icons {
  width: 120px;
  height: 120px;
}

.contact-us .form-wrapper {
  display: flex;
}

.contact-us .form-wrapper > div {
  width: 50%;
}

@media (max-width: 1000px) {
  .content-width-3 {
    width: 90%;
  }
  .parallax-1 {
    height: 120vw;
  }
  .parallax-1 .react-parallax-background-children, .parallax-2 .react-parallax-background-children {
    transform: translateX(-50%) !important;
  }
  .parallax-1 .header-parallax img {
    transform: translateY(-50%);
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .parallax-2 .header-parallax img {
    transform: translateY(-70vw);
  }
  .heroContent {
    font-size: calc(12px + 0.5vw);
  }
  .parallax-1 .heroContent img {
    width: 24vw;
  }
}

@media (max-width: 768px) {
  .desktop {
    display: none !important;
  }

  .page-wrapper {
    padding-top: 75px;
  }

  button.action.primary {
    width: 100%;
  }

  .logo {
    padding: 15px 0;
    max-width: 50px;
  }

  .nav-icon {
    font-size: 22px;
  }

  .nav-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: center;
    font-size: 24px;
    min-height: 100%;
  }

  .nav-bar .nav-to {
    margin: 10px 0;
  }

  .nav-bar .divider {
    display: none;
  }

  .page-nav {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    width: 100vw;
    height: 100vh;
    transition-property: transform;
    transition-duration: 0.5s;
    transform: translateX(-100vw);
    z-index: 10000;
    padding: 60px 15px;
  }

  .nav-close {
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .drivers-advertisers {
    font-size: calc(12px + 2vw);
  }

  .page-nav-wrapper {
    flex-direction: column;
  }

  .page-nav.active {
    transform: none;
  }

  .hero-font1 {
    font-size: 1.4em;
  }

  h1.car-font-light {
    font-size: 2.7em;
  }

  .hero-font3 {
    font-size: 1.4em;
  }

  .parallax-1 .header-parallax img {
    transform: translateY(-50%);
    object-fit: cover;
    height: 100%;
  }

  .parallax-2 .header-parallax img {
    transform: translateY(-50%);
    object-fit: cover;
    top: 50% !important;
    height: 100%;
  }

  .parallax-3 .header-parallax img {
    transform: translateY(-50%);
    object-fit: cover;
    height: 100%;
  }

  .iconGroups {
    flex-direction: column;
    align-items: center;
  }

  .iconGroups .iconGroup {
    margin-top: 40px;
  }

  .service .iconGroup {
    width: 80%;
  }

  .gis-group {
    flex-direction: column;
    width: 80%;
    margin: auto;
    display: block;
    padding: 10px;
  }

  .gis-group h2 {
    text-align: center;
  }

  .gis-group img {
    margin-bottom: 40px;
    max-width: 100%;
    width: 100%;
  }

  .signup-divider {
    margin: 0 20px;
  }

  .signup-icons {
    width: 77px;
    height: 77px;
  }

  .contact-us .form-wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .contact-us .form-wrapper > div {
    width: 80%;
    margin-top: 20px;
  }

  .content-width-3 {
    max-width: 95%;
  }

  .flex-50 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .flex-50 > div {
    width: 100%;
    margin: 0;
    margin-top: 30px;
  }

  .flex-50 > div .default-icon.center {
    margin-right: auto;
    margin-left: auto;
  }

  .section {
    padding: 50px 0;
  }

  .footer-wrapper, .footer-content, .footer-links {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-content {
    margin-top: 15px;
  }

  .footer-content a {
    justify-content: center;
  }

  .footer-links span {
    display: block;
    margin-top: 15px;
  }

}

@media (min-width: 769px) {
  .mobile {
    display: none !important;
  }
}
