/**
* ABS Styles
*/
html {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
html body {
  padding: 0;
  margin: 0;
  background-color: #000000;
}
h1,
h2,
h3,
h4 {
  font-family: 'Teko';
}
h1 {
  font-size: 4rem;
  color: #ed1c24;
  letter-spacing: 0.15rem;
  margin: 0.5rem 0 0;
}
a {
  font-family: 'Roboto Condensed';
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  font-family: 'Roboto Condensed';
}
.show {
  display: block;
}
.hide {
  display: none;
}
.show-contact-form {
  cursor: pointer;
}
.come-in {
  transform: translateX(-150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s;
}
.already-visible {
  transform: translateX(0);
  animation: none;
}
@keyframes come-in {
  to {
    transform: translateX(0);
  }
}
section {
  border-bottom: 12pt solid black;
}
header {
  padding: 6rem 10% 0;
}
header .header-logo {
  width: 25%;
}
header .mobile-menu-link {
  color: #ffffff;
  position: absolute;
  right: 10%;
  font-size: 4rem;
  z-index: 4;
}
header .design-build-top {
  line-height: 1;
  letter-spacing: 0;
}
header .design-build-bottom {
  margin-top: 0;
  padding-top: 0;
  line-height: 1;
  margin-bottom: 3rem;
  letter-spacing: 0;
}
header .header-list-item {
  position: relative;
}
header .header-list-item .redbull {
  color: #ed1c24;
  font-size: 3rem;
  position: absolute;
  top: 1rem;
  line-height: 0;
}
header .header-list-item .header-list-content {
  margin-left: 1rem;
  font-weight: bold;
}
header p {
  color: #ffffff;
  margin-top: 0;
  font-size: 1.5rem;
}
header .inner-menu {
  display: none;
}
header .saftcurb-container {
  text-align: center;
  background: radial-gradient(#ffffff, #000000, #000000);
  padding: 4rem;
}
header .saftcurb-container img {
  max-width: 60%;
}
header .coming-soon {
  color: #ffffff;
  text-align: center;
  font-size: 2rem;
}
#mobile-menu {
  position: absolute;
  padding-top: 3rem;
  top: 5.75rem;
  right: 0;
  z-index: 2;
  max-width: 40rem;
  border-radius: 3rem;
  background-color: #a49e9d;
}
#mobile-menu .inner-menu {
  padding: 1rem 2rem 1rem 1rem;
  margin: 2rem 0 2rem 2rem;
  border-top: 0.5rem solid #ffffff;
  border-bottom: 0.5rem solid #ffffff;
}
#mobile-menu .inner-menu span {
  color: #000000;
  font-family: 'Teko';
  font-size: 4rem;
}
#mobile-menu .inner-menu ul {
  font-size: 2rem;
  color: #ed1c24;
  margin-top: 0;
}
#mobile-menu .inner-menu a {
  color: #ed1c24;
  font-size: 4rem;
  font-weight: bold;
}
#mobile-menu .inner-menu hr {
  height: 0.5rem;
  background-color: #ffffff;
}
#contact-form-container {
  position: absolute;
  right: 0;
  z-index: 5;
  background-color: #a49e9d;
  color: #000000;
  font-family: 'Roboto Condensed';
  border-radius: 20px;
  padding: 1rem 2rem;
  font-weight: bold;
}
#contact-form-container .close-icon {
  float: right;
  cursor: pointer;
}
#contact-form-container h2 {
  color: #ed1c24;
}
#contact-form-container input[type="text"] {
  width: 94%;
  margin-bottom: 0.5rem;
  padding: 0.25rem;
}
#contact-form-container input[type="text"].city {
  width: 40%;
}
#contact-form-container input[type="text"].state {
  width: 10%;
}
#contact-form-container input[type="text"].zip {
  width: 35%;
}
#contact-form-container input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: bold;
  padding: 0.5rem;
}
#content section {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
#content section img {
  width: 100%;
  display: none;
}
#content section#mining-section {
  background-image: url('images/ABS_mining.jpg');
  background-position: top;
}
#content section#government-section {
  background-image: url('images/2_ABS_MED.jpg');
}
#content section#infrastructure-section {
  background-image: url('images/3_ABS_MED.jpg');
}
#content section#engineering-section {
  background-image: url('images/4_ABS_MED.jpg');
}
#content section#safety-section {
  background-image: url('images/5_ABS_MED.jpg');
}
#content section#under-construction-section {
  background-image: url('images/REPLACEMENT_WALL.jpg');
}
#content section .description {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 90%;
  padding: 0 5% 0;
}
#content section .description .info-image-container {
  width: 32.5rem;
  border: 0.25rem solid #ffffff;
}
#content section .description .info-image-container img {
  display: block;
}
#content section .description .info-content {
  background-color: rgba(255, 255, 255, 0.75);
  font-family: 'Roboto Condensed';
  text-align: right;
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
#content section .description .info-title h2 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.25);
  width: 90%;
  padding: 0.5rem 0 0.5rem 1%;
  margin: 0;
  font-size: 1.5rem;
}
#content section .description .info-title h2 span,
#content section .description .info-title h2 br {
  display: none;
}
#content section .description .info-title .info-block {
  cursor: pointer;
  font-family: 'Teko';
  color: #ffffff;
  background-color: #ed1c24;
  padding: 0.5rem 1rem;
  position: absolute;
  right: 5%;
  bottom: 0;
  font-size: 1.5rem;
}
footer {
  padding-bottom: 2rem;
}
footer h2 {
  color: #ed1c24;
  font-size: 2.5rem;
  text-align: center;
}
footer h2 img {
  vertical-align: middle;
  width: 8rem;
}
footer h3 {
  color: #ffffff;
  text-align: center;
  font-size: 0.75rem;
}
footer h3 a {
  color: #ffffff;
}
footer p {
  color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  footer h3 {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  .hide-desktop {
    display: none;
  }
  .parallax {
    background-attachment: fixed;
    background-size: cover;
  }
  header {
    padding: 0;
    position: relative;
    height: 13rem;
  }
  header .mobile-menu-link {
    display: none;
  }
  header #mobile-menu {
    display: none !important;
  }
  header .header-logo {
    width: 150px;
    position: absolute;
    top: 10%;
    left: 50px;
  }
  header .design-build-container {
    font-size: 2.5rem;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 215px;
    line-height: 1.05;
  }
  header .design-build-container h1 {
    font-size: 3rem;
  }
  header p {
    font-size: 1rem;
    position: absolute;
    top: 54%;
    left: 215px;
  }
  header p .header-list-item .redbull {
    color: #ed1c24;
    font-size: 2rem;
    position: absolute;
    top: 0.7rem;
    line-height: 0;
  }
  header .inner-menu {
    display: block;
    position: absolute;
    top: 7%;
    left: 480px;
    border-left: 5px solid #ffffff;
    padding-left: 10px;
  }
  header .inner-menu h2 {
    color: #ed1c24;
    font-family: 'Teko';
    font-size: 1.5rem;
    margin: -0.5rem 0 0 0;
    padding: 0;
  }
  header .inner-menu .brochure-lists {
    display: flex;
  }
  header .inner-menu .brochure-lists .brochure-list {
    width: 140px;
  }
  header .inner-menu .brochure-lists .brochure-list.red-left {
    border-left: 5px solid #ed1c24;
    padding-left: 1rem;
    margin-left: -1rem;
  }
  header .inner-menu h3 {
    color: #ffffff;
    font-family: 'Teko';
    font-size: 1.25rem;
    margin: 0 0 1.5rem 0;
    line-height: 1;
    padding: 0;
  }
  header .inner-menu ul {
    color: #ffffff;
    margin-top: -1rem;
    margin-left: 0;
    padding-left: 1rem;
  }
  header .inner-menu a {
    color: #ffffff;
  }
  header .inner-menu hr {
    display: none;
  }
  header .safty-coming-soon {
    position: absolute;
    right: 0;
    width: 26%;
  }
  header .safty-coming-soon .saftcurb-container {
    display: block;
  }
  header .safty-coming-soon .saftcurb-container img {
    max-width: 122px;
  }
  header .safty-coming-soon h3 {
    margin-top: -3rem;
  }
  #content section {
    height: auto;
    background: none;
  }
  #content section img {
    display: block;
  }
  #content section .description {
    padding-left: 0;
  }
  #content section .description .info-image-container img {
    max-width: 100%;
  }
  #content section .description .info-content {
    width: 28rem;
    font-size: 1rem;
    position: absolute;
    left: 33rem;
    height: 5.45rem;
    padding-bottom: 0;
  }
  #content section .description .info-title h2 {
    width: 30rem;
    padding-left: 3rem;
    line-height: 1;
    font-size: 2.5rem;
  }
  #content section .description .info-title h2 span {
    display: inline;
    font-size: 2rem;
  }
  #content section .description .info-title h2 br {
    display: block;
  }
  #content section .description .info-title .info-block {
    left: 33rem;
    width: 2rem;
    font-size: 1rem;
    text-align: center;
    padding: 0.25rem 0.5rem;
  }
}
@media (min-width: 1330px) {
  header .header-logo {
    width: 250px;
  }
  header .design-build-container {
    left: 315px;
  }
  header .design-build-container h1 {
    font-size: 3.25rem;
  }
  header p {
    left: 315px;
    font-size: 1.25rem;
  }
  header .inner-menu {
    left: 659px;
  }
}
