:root {
  --dark-slate-blue: #373b50;
}

.container {
  width: 1160px;
}

.nav-section {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.navbar {
  background-color: #0000;
}

.nav-link {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  padding: 40px 0 40px 120px;
  font-family: proxima-nova, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.nav-link:hover, .nav-link:active, .nav-link:focus {
  color: var(--dark-slate-blue);
}

.nav-link:focus-visible {
  color: var(--dark-slate-blue);
}

.nav-link[data-wf-focus-visible], .nav-link:visited {
  color: var(--dark-slate-blue);
}

.logo {
  width: 160px;
  margin-top: -65px;
  margin-left: 110px;
}

.header-image {
  width: 82vw;
  position: relative;
  inset: 0% auto auto -20%;
}

.header-section {
  max-width: 1400px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-text {
  z-index: 5;
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  max-width: 80%;
  font-family: proxima-nova, sans-serif;
  font-size: 4.5vw;
  font-weight: 800;
  line-height: 4.5vw;
  position: absolute;
  inset: 13% 0% 0% 450px;
}

.content-section {
  background-image: url('../images/bg2x.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100vw;
  margin-left: auto;
  margin-right: auto;
}

.transport-image {
  float: left;
  clear: left;
  width: 383px;
  margin-top: 20px;
  position: relative;
}

.content {
  margin-top: -140px;
  position: relative;
}

.text-block {
  color: var(--dark-slate-blue);
  width: 450px;
  margin-top: 220px;
  margin-left: 440px;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  line-height: 24px;
  position: relative;
}

.contact-section {
  background-image: url('../images/bg2x.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100vw;
}

.image {
  z-index: -10;
  position: absolute;
  inset: auto 0% -60vw;
}

.footer-details {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  font-family: proxima-nova, sans-serif;
  position: absolute;
  inset: auto 0% 30px auto;
}

.copyright {
  color: #333;
  text-align: right;
  margin-bottom: 30px;
  font-size: 16px;
}

.contact-phone {
  color: #333;
  text-align: right;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.contact-email {
  color: #333;
  text-align: right;
  font-size: 13px;
  font-weight: 400;
}

.footer-contact {
  float: left;
  color: var(--dark-slate-blue);
  width: 890px;
  margin-top: 170px;
  padding-bottom: 210px;
  padding-left: 0;
  font-family: proxima-nova, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 60px;
}

.footer {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.content-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.email {
  float: right;
  clear: both;
  text-align: right;
}

.phonenumber {
  float: right;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .logo {
    margin-left: 0;
  }

  .header-image {
    width: 100vw;
    left: 0%;
  }

  .header-text {
    font-size: 6vw;
    line-height: 6vw;
    left: 20%;
  }

  .transport-image {
    width: 280px;
  }

  .content {
    margin-top: -120px;
  }

  .text-block {
    width: 55%;
    margin-left: 310px;
  }

  .image {
    bottom: -37vw;
  }

  .footer-contact {
    width: auto;
    padding-left: 0;
    font-size: 40px;
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .nav-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link {
    padding-left: 50px;
    font-size: 20px;
  }

  .logo {
    width: 110px;
  }

  .transport-image {
    width: 180px;
    margin-top: 20px;
  }

  .content {
    margin-top: 0;
  }

  .text-block {
    margin-top: 70px;
    margin-left: 200px;
    font-size: 16px;
    line-height: 20px;
  }

  .image {
    bottom: -23vw;
  }

  .footer-contact {
    width: 80vw;
    font-size: 30px;
    line-height: 40px;
  }

  .footer, .content-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  .nav-section {
    padding-right: 0;
  }

  .nav-link {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    font-size: 16px;
  }

  .nav-link:hover, .nav-link:active, .nav-link:focus {
    color: #fff;
  }

  .nav-link:focus-visible {
    color: #fff;
  }

  .nav-link[data-wf-focus-visible], .nav-link:visited {
    color: #fff;
  }

  .logo {
    width: 60px;
    margin-top: -75px;
  }

  .header-section {
    margin-top: 0;
  }

  .header-text {
    text-align: right;
    right: 20px;
  }

  .content-section {
    padding-left: 0;
  }

  .transport-image {
    width: 130px;
  }

  .text-block {
    width: 55%;
    margin-top: 17px;
    margin-left: 145px;
  }

  .image {
    bottom: 0;
  }

  .footer-details {
    right: 0;
  }

  .footer-contact {
    margin-top: 110px;
    font-size: 24px;
    line-height: 30px;
  }

  .menu-button {
    margin-right: 0;
    padding: 35px 45px 15px 15px;
  }

  .content-container {
    padding-left: 0;
  }

  .nav-menu {
    background-color: var(--dark-slate-blue);
    color: #fff;
  }
}


