*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: "Montserrat", sans-serif;
  font-size: 62.5%;
}

.paragraph {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}
@media (min-width: 992px) {
  .paragraph {
    font-size: 1.8rem;
    line-height: 25px;
  }
}
@media (min-width: 1200px) {
  .paragraph {
    font-size: 2rem;
    line-height: 30px;
  }
}

.headline {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .headline {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .headline {
    font-size: 2.8rem;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .headline {
    font-size: 3.2rem;
  }
}
.headline--align-left {
  text-align: left;
}

.text-green {
  color: #7ed957;
}

.field:not(:last-child) {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .field:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .field:not(:last-child) {
    margin-bottom: 130px;
  }
}
.field__image-container {
  width: 75%;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .field__image-container {
    width: 95%;
    margin: 0;
  }
}
.field__image {
  width: 100%;
  z-index: 10;
}
.field__image-border {
  background-color: #ffde59;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  z-index: -1;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 992px) {
  .field__image-border {
    top: 15px;
    left: 15px;
  }
}
.field__paragraph {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .field__paragraph {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .field__text {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .field__text {
    padding-left: 80px;
  }
}
@media (min-width: 992px) {
  .field__text--left {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .field__text--left {
    padding-right: 80px;
  }
}

.footer {
  padding: 50px 0;
  background-color: #262626;
}
@media (min-width: 1200px) {
  .footer {
    padding: 75px;
  }
}
.footer__copyright-text {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .footer__copyright-text {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .footer__copyright-text {
    font-size: 2rem;
  }
}
.footer__developer-plug {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  color: #9b9b9b;
}
@media (min-width: 992px) {
  .footer__developer-plug {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .footer__developer-plug {
    font-size: 1.6rem;
  }
}
.footer__developer-link:link, .footer__developer-link:visited, .footer__developer-link:active, .footer__developer-link:hover {
  text-decoration: underline;
  color: #fff;
}

.header {
  position: relative;
  margin-bottom: 60px;
  min-height: 350px;
  height: 70vh;
  max-height: 400px;
}
@media (min-width: 992px) {
  .header {
    max-height: 450px;
    margin-bottom: 100px;
  }
}
@media (min-width: 1400px) {
  .header {
    min-height: 500px;
    max-height: 750px;
  }
}
.header--home {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/money-2696219_1920.jpg");
  background-size: cover;
  background-position: center;
}
.header--about {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/trucks-3771870_1920.jpg");
  background-size: cover;
  background-position: center bottom;
}
.header--contact {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/strip-mall-2352212_1920.jpg");
  background-size: cover;
  background-position: center bottom;
}
.header__captions-container {
  position: absolute;
  width: 100%;
  max-width: 475px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .header__captions-container {
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  .header__captions-container {
    max-width: 800px;
  }
}
.header__caption {
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  margin-top: 0;
}
@media (min-width: 768px) {
  .header__caption {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .header__caption {
    font-size: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .header__caption {
    font-size: 4.2rem;
  }
}
.header__sub-caption {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .header__sub-caption {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .header__sub-caption {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .header__sub-caption {
    font-size: 2.2rem;
  }
}

.brand-circles {
  margin-top: 20px;
}

.brand-circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .brand-circle {
    width: 15px;
    height: 15px;
  }
}
.brand-circle:last-child {
  margin-right: 0px;
}
.brand-circle--large-margin {
  margin-right: 20px;
}

.circle-red {
  background-color: #ff1616;
}

.circle-yellow {
  background-color: #ffde59;
}

.circle-green {
  background-color: #7ed957;
}

.circle-white {
  background-color: #ffffff;
}

.button-link:link,
.button-link:visited {
  font-size: 1.6rem;
  font-weight: 600;
  color: white;
  background-color: #7ed957;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 992px) {
  .button-link:link,
.button-link:visited {
    font-size: 1.8rem;
    padding: 15px 25px;
  }
}

.button-link:active,
.button-link:hover {
  color: white;
}

.about-us {
  margin-bottom: 75px;
  text-align: center;
}
@media (min-width: 768px) {
  .about-us {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .about-us {
    margin-bottom: 100px;
  }
}
.about-us__headline {
  text-align: center;
}
@media (min-width: 992px) {
  .about-us__headline {
    text-align: left;
  }
}
.about-us__paragraph {
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .about-us__paragraph {
    padding-right: 100px;
    margin-top: 0;
  }
}

.text-bold {
  font-weight: 600;
}

.contact-methods {
  margin-bottom: 100px;
}

.contact-method {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .contact-method {
    margin-bottom: 100px;
  }
}
.contact-method__heading {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .contact-method__heading {
    font-size: 2.8rem;
  }
}
.contact-method__seperator {
  margin-bottom: 20px;
}
.contact-method__paragraph {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .contact-method__paragraph {
    font-size: 2.4rem;
  }
}
@media (min-width: 1400px) {
  .contact-method__paragraph {
    font-size: 2.8rem;
  }
}

.introduction {
  margin-bottom: 75px;
  text-align: center;
}
@media (min-width: 768px) {
  .introduction {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .introduction {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .introduction__headline {
    text-align: left;
  }
}
.introduction__paragraph {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .introduction__paragraph {
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .introduction__paragraph {
    padding-right: 100px;
  }
}
.introduction__logo-container--mobile {
  margin-bottom: 30px;
}
.introduction__logo {
  width: 75%;
  max-width: 200px;
}
@media (min-width: 768px) {
  .introduction__logo {
    width: 100%;
    max-width: 1000px;
  }
}

.company-fields {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .company-fields {
    margin-bottom: 110px;
  }
}

.navigation-bar {
  padding: 50px 0;
}
.navigation-bar__brand {
  font-size: 2rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .navigation-bar__brand {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .navigation-bar__brand {
    font-size: 3.2rem;
  }
}

.navbar {
  padding: 25px 20px;
}
@media (min-width: 576px) {
  .navbar {
    padding: 25px 0;
  }
}

.u-navigation-bar-row {
  align-items: center;
}

.navigation {
  display: none;
  text-align: right;
}
@media (min-width: 768px) {
  .navigation {
    display: inline;
  }
}
.navigation > ul {
  list-style: none;
}
.navigation > ul > li {
  display: inline-block;
}
.navigation > ul > li:not(:last-child) {
  margin-right: 20px;
}
@media (min-width: 768px) {
  .navigation__hamburger {
    display: none;
  }
}
.navigation__link:link, .navigation__link:visited {
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  color: #000000;
}
@media (min-width: 992px) {
  .navigation__link:link, .navigation__link:visited {
    font-size: 1.8rem;
  }
}
.navigation__link--active:link, .navigation__link--active:visited {
  color: #7ed957;
}

.navbar-nav > li:not(:last-child) {
  margin-right: 20px;
}

body {
  max-width: 2000px;
  margin: 0 auto;
}

.u-wrap-here {
  display: inline-block;
}

/*# sourceMappingURL=style.css.map */
