/* CSS for Dodge City Vintage placeholder page */

body {
  background: #b2b2b2;
  color: #373737;
  font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.625;
  margin: 2px 0;
}

a {
  color: #03b;
}

.wrap {
  background: #fff;
  font-size: 120%;
  margin: 0 auto;
  max-width: 800px;
  padding: 10px 60px 40px;
}

header {
  text-align: center;
  position: relative;
  z-index: 9999;
}

header img {
  max-width: 368px;
  width: 100%;
}

h1 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5em;
  padding-bottom: .3em;
}

p {
  margin-bottom: 1.625em;
}

footer {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.thirds {
  float: left;
  width: 33%;
}

footer .last {
  text-align: right;
}

@media only screen and (max-width: 600px)  {
  .thirds {
    float: none;
    width: 100%;
    text-align: left !important;
  }
}