* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  position: relative;
  margin: 0 5rem;
}

#logo {
  background-image: url(../images/logo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 13rem;
  margin: 4rem auto;
}

#van-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 12rem;
  margin-bottom: 1rem;
}

.go-home-btn {
  border-radius: 50%;
  padding: 1rem;
  background: #7D8E96;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  background-image: url(../images/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  transform: rotate(180deg);
  position: fixed;
  bottom: 2rem;
  right: 1rem;
}

.hide {
  display: none;
}

.max-width-100 {
  max-width: 100%;
}

.banner {
  margin-top: 1rem;
  max-height: 15rem;
}

section {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 5rem;
}
section .col {
  flex: 1;
}
section .col > .card {
  width: calc(100% - 1.5rem);
}
section .col:first-child {
  margin-right: 1.5rem;
}
section .banner-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  height: 100%;
}

#contact-form {
  width: 60%;
  margin: 0 auto;
  position: relative;
}

#form-notification {
  display: none;
}

#invalid-email {
  display: none;
  color: red;
  font-size: 1rem;
}

h2 {
  text-align: center;
}

#modal {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
#modal #close-modal {
  padding: 0.75rem;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 1rem 0rem black;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  right: 0;
  top: 0;
  position: absolute;
  transform: translate(50%, -50%);
  background: white;
}
#modal #modal-body {
  padding: 1.5rem;
  background: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
}
#modal #modal-body .card {
  width: calc(100% - 2rem);
}
#modal #modal-body .card .accent-image {
  display: none;
}
#modal #modal-body .card .top-section {
  flex-direction: column;
}
#modal #modal-body .card .top-section #modal-header {
  margin-bottom: 1rem;
}
#modal #modal-body .card .top-section #modal-content {
  font-weight: normal;
}

.red {
  color: red;
}

.card {
  padding: 0.75rem;
  background: black;
  border-radius: 1rem;
  text-align: center;
  width: fit-content;
  margin: 2rem 0;
  position: relative;
  min-width: 35%;
}
.card.blue {
  background-color: #7D8E96;
}
.card.grey {
  background-color: #7A7879;
}
.card .top-section {
  background: white;
  padding: 0.2rem 0.75rem;
  min-height: 3rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card .top-section.bold {
  font-weight: bold;
}
.card .top-section.not-flex {
  display: block;
  padding: 1.5rem;
}
.card .top-section.not-flex h3 {
  margin: 1.5rem 0 0.7rem 0;
}
.card .top-section.two-columns {
  display: flex;
  align-items: Center;
  justify-content: space-between;
  flex-direction: row;
}
.card .top-section.two-columns div {
  flex: 1;
}
.card .top-section.two-columns p {
  flex: 1;
  font-weight: normal;
  margin-left: 1rem;
}
.card .bottom-bar {
  color: white;
  margin-top: 0.75rem;
}
.card a {
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-top: 1rem;
  justify-content: center;
}
.card a > p {
  display: flex;
  justify-content: center;
  color: white;
}
.card .button {
  z-index: 1;
  cursor: pointer;
}
.card .button:after {
  content: url(../images/right-arrow.svg);
  height: 1rem;
  width: 1rem;
  margin-left: 0.5rem;
  transition: 0.2s transform ease-in-out;
}
.card .button:hover:after {
  transform: translateX(0.5rem);
}
.card .accent-image {
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  opacity: 0.5;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.card .accent-image.droplet {
  background-image: url(../images/droplet.svg);
}
.card .accent-image.sponge {
  background-image: url(../images/sponge.svg);
}
.card .accent-image.screwdriver {
  background-image: url(../images/screwdriver.svg);
}
.card .accent-image.spanner {
  width: 5rem;
  height: 5rem;
  background-image: url(../images/spanner.svg);
}
.card .accent-image.hammer {
  background-image: url(../images/hammer.svg);
}
.card .accent-image.bolt {
  background-image: url(../images/bolt.svg);
}
.card .accent-image.bulb {
  background-image: url(../images/bulb.svg);
}
.card .accent-image.brush {
  background-image: url(../images/brush.svg);
}
.card .accent-image.polish {
  background-image: url(../images/car-polish.svg);
}
.card .accent-image.trigger {
  width: 5rem;
  height: 5rem;
  background-image: url(../images/trigger.svg);
}
.card .accent-image.pressurewasher {
  background-image: url(../images/pressure-washer.svg);
}
.card .accent-image.hoover {
  background-image: url(../images/hoover.svg);
}
.card .accent-image.rotate-45 {
  transform: rotate(45deg);
}
.card .accent-image.rotate-270 {
  transform: rotate(270deg);
}
.card .accent-image.rotate-315 {
  transform: rotate(315deg);
}
.card .accent-image.top-right {
  top: -10%;
  right: 5%;
}
.card .accent-image.top-left {
  top: 5%;
  left: 5%;
}
.card .accent-image.bottom-left {
  bottom: -10%;
  left: 15%;
}
.card .accent-image.bottom-right {
  top: 50%;
  left: 65%;
}

#suppliers .animation div img {
  margin: 0 1rem;
  max-height: 4rem;
}

.social-media {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 5rem;
  min-width: 5rem;
  min-height: 5rem;
}
.social-media#facebook {
  background-image: url(../images/socialmedia/facebook.png);
}

#suppliers,
#top-thumbnail-bar,
#bottom-thumbnail-bar {
  overflow: hidden;
  width: 100%;
  margin: 2rem auto;
  background: #fff;
}
#suppliers.color-thumbnails img,
#top-thumbnail-bar.color-thumbnails img,
#bottom-thumbnail-bar.color-thumbnails img {
  filter: unset !important;
  -webkit-filter: unset !important;
  -ms-filter: unset !important;
}
#suppliers .animation,
#top-thumbnail-bar .animation,
#bottom-thumbnail-bar .animation {
  width: auto;
  height: 100px;
  font-size: 0px;
}
#suppliers .animation div,
#top-thumbnail-bar .animation div,
#bottom-thumbnail-bar .animation div {
  display: inline-block;
  width: auto;
  float: none;
}
#suppliers .animation div img,
#top-thumbnail-bar .animation div img,
#bottom-thumbnail-bar .animation div img {
  height: 8rem;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -ms-filter: grayscale(1);
  transition: 0.2s filter ease-in-out;
}
#suppliers .animation div img:hover,
#top-thumbnail-bar .animation div img:hover,
#bottom-thumbnail-bar .animation div img:hover {
  filter: none;
  -webkit-filter: none;
  -ms-filter: none;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
form a {
  margin-top: 0 !important;
  display: unset !important;
}
form #submit-btn {
  width: 100% !important;
  margin-bottom: unset !important;
  cursor: pointer;
}
form #submit-btn input {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border: none;
}
form #submit-btn:after {
  content: "";
  width: unset;
  height: unset;
  margin: unset;
}
form .form-row,
form #submit-btn {
  margin-bottom: 0.5rem;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 75%;
}
form .form-row textarea,
form .form-row input,
form #submit-btn textarea,
form #submit-btn input {
  padding: 0.25rem;
}
form .form-row textarea,
form .form-row input,
form .form-row label,
form #submit-btn textarea,
form #submit-btn input,
form #submit-btn label {
  text-align: left;
  flex: 1;
}
form .form-row input[type=submit],
form #submit-btn input[type=submit] {
  text-align: center;
}
form textarea {
  min-height: 6rem;
}

footer {
  padding: 1rem;
  background: #7A7879;
  text-align: center;
  color: white;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

@media screen and (max-width: 900px) {
  #van-image {
    min-height: 10rem;
    height: 10rem;
    margin-bottom: 0;
  }

  .two-columns {
    flex-direction: column !important;
  }
  .two-columns p {
    margin-left: 0 !important;
  }

  .banner-image {
    min-height: 10rem;
    height: 10rem;
    background-position: center !important;
  }

  section {
    flex-direction: column;
    justify-content: center;
  }
  section.reverse-column {
    flex-direction: column-reverse;
  }
  section .col {
    margin-right: unset !important;
  }
}
@media screen and (max-width: 750px) {
  .animation img {
    height: 4rem !important;
  }

  #contact-form {
    width: calc(100% - 1.5rem);
  }

  section {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .card,
section {
    margin: 0;
  }

  #contact-form {
    margin: 2rem 0;
  }

  .form-row {
    flex-direction: column !important;
  }

  #modal-body {
    width: calc(90vw - 3rem);
    max-height: calc(90vh - 3rem);
  }
  #modal-body #modal-content {
    overflow-y: auto;
    max-height: 45vh;
  }
}

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