/* Contact US Page Custom Styles  */

.Headquarters{
  font-size: .7em;
}

.DIcon{
  margin-top:25px;
}

.table-form li{
  padding: 20px;
  height:25px;
  width:200px;
}

.MobileState{
  display:none;
}

section.cta {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/bg-warehouse.jpg');
  padding: 200px 0;
}
section.cta .cta-content {
  position: relative;
  z-index: 1;
}
section.cta .cta-content h2{
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
  max-width: 800px;
  font-size: 50px;
}
@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 80px;
  }
}
section.cta .overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

/* top, transparent red, faked with gradient */ 
@media (min-width: 300px){
    .table-form li{
        padding: 20px;
        height:25px;
        width:165px;
        font-size: 16px;
    }
}

@media (min-width: 800px){
       .table-form li{
      padding: 20px;
      height:25px;
      width:200px;
      font-size: 1em
    }
    .MobileState{
      display:none;
    }
    .MobileWeb{
      display: block; 
    }
}

