.hero {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.hero .hero_header {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  width: 95%;
  margin: auto;
  padding: 40% 0%;
  color: #FFFFFF;
}
.hero .hero_header h1 {
  font-size: 45px;
  line-height: 60px;
  max-width: 300px;
}
.hero .hero_img {
  position: absolute;
  opacity: .70;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url(../img/services/hero_1.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero .hero_pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(/global/img/dot_pattern.png) repeat center center;
  background-size: 2px;
}
.hero.read .hero_img {
  opacity: .3;
}
.hero .expand {
  margin-bottom: 40px;
  font-size: 25px;
}
.hero.read .expand {
  display: block;
  text-transform: none;
}
.hero.read .expand > span {
  display: block;
}
span.read {
  background-color: red;
  padding: 15px 10px;
  border-radius: 10px;
  cursor: pointer;
}
span.read:hover {
  background-color: black;
}
.services .container {
  padding: 150px 0px;
  width: 95%;
  margin: auto;
  font-size: 20px;
}
.services {
  text-align: center;
}
.services .collision_header, .services .paint_header {
  color: #FFFFFF;
  background-color: #000000;
}
.services .container img {
  max-width: 175px;
}
.services .container h1 {
  text-transform: uppercase;
}
.services .container p {
  font-size: 20px;
  line-height: 35px;
  width: 98%;
  margin: auto;
}
.services .fabrication_header {
  color: #000000;
  background-color: #FFFFFF;
}
.services > .container {
  min-height: 710px;
}
@media (min-width: 800px){

  .hero .hero_header {
    text-align: center;
  }
  .hero .hero_header h1 {
    max-width: inherit;
  }
  .hero .hero_header p {
    font-size: 30px;
  }

}
@media (min-width: 1200px){

  .services > .container {
    float: left;
    width: 33.33%;
    margin-bottom: 150px;
  }
}
