@import url("/styles/fonts.css");

@media only screen and (max-width: 1199px) {
  body {
    background-position: bottom right !important;
    background-size: contain !important;
    height: 100% !important;
  }
}

body {
  background-color: #020202;
  background-image: url("./../images/bg-bus-desktop.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  height: 100vh;
  overflow-x: hidden;
  color: #ffffff;
}

h1 {
  font-family: "DINPro-Black", sans-serif;
  font-size: 62px;
  text-transform: uppercase;
}

h3 {
  font-family: "DINPro-Light", sans-serif;
  font-size: 40px;
}

h6 {
  font-family: "DINPro-Bold", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

hr {
  margin-top: 50px;
  border-top: 1px solid #ffffff;
  opacity: 1;
}

a {
  color: #ffffff;
  text-decoration: none;
}

#socmed {
  margin-top: 30px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 319px) {
  #socmed .icons-row {
    width: 100% !important;
  }
}

#socmed img {
  position: relative;
  top: 0;
  transition: top ease 0.5s;
}

@media only screen and (max-width: 1199px) {
  #socmed img {
    margin-bottom: 20px;
  }
}

#socmed img:hover {
  top: -10px;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

@media only screen and (max-width: 319px) {
  .sales-row {
    width: 100% !important;
  }
}

@media only screen and (max-width: 992px) {
  #sales ul {
    column-count: 1 !important;
  }

  h1 {
  font-family: "DINPro-Black", sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  }

  h3 {
    font-family: "DINPro-Light", sans-serif;
    font-size: 18px;
  }

  h6 {
    font-family: "DINPro-Bold", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
  }

  hr {
    margin-top: 20px;
    border-top: 1px solid #ffffff;
    opacity: 1;
  }

  #socmed {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  #socmed img {
    margin-bottom: 10px;
    width: -webkit-fill-available;
  }

  #sales ul li {
    list-style: none;
    font-family: "DINPro-Bold", sans-serif;
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 12px;
    margin-left: 60px;
    top: 0;
    height: 40px !important;
    transition: top ease 0.25s;
  }

  #sales ul li::before {
    content: "";
    display: inline-block;
    height: 40px !important;
    width: 40px !important;
    background-size: 40px !important;
    background-image: url("./../images/icon-sales.png");
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: -60px;
  }

}

#sales ul {
  column-count: 2;
  list-style-type: none;
  padding: 0;
}

#sales ul li {
  list-style: none;
  font-family: "DINPro-Bold", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 20px;
  margin-left: 60px;
  top: 0;
  height: 50px;

  transition: top ease 0.25s;
}

#sales ul li:hover {
  top: -5px;
  cursor: pointer;
}

#sales ul li:hover::before {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

#sales ul li::before {
  content: "";
  display: inline-block;
  height: 45px;
  width: 45px;
  background-size: 45px;
  background-image: url("./../images/icon-sales.png");
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: -60px;
}

@media only screen and (min-width: 1200px) {
  .vertical-align {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
  }
}

/* Patch */
@media only screen and (min-width: 1200px) {
  .row {
    width: 100%;
  }
}
