body{
  padding: 0px;
  margin: 0px;
  background: #fbf8ee; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #fbf8ee 0%, #f8f4e3 18%, #efe6c1 69%, #e5d698 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fbf8ee), color-stop(18%,#f8f4e3), color-stop(69%,#efe6c1), color-stop(100%,#e5d698)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg,  #fbf8ee 0%,#f8f4e3 18%,#efe6c1 69%,#e5d698 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg,  #fbf8ee 0%,#f8f4e3 18%,#efe6c1 69%,#e5d698 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg,  #fbf8ee 0%,#f8f4e3 18%,#efe6c1 69%,#e5d698 100%); /* IE10+ */
  background: linear-gradient(135deg,  #fbf8ee 0%,#f8f4e3 18%,#efe6c1 69%,#e5d698 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbf8ee', endColorstr='#e5d698',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  min-height: 1000px;
  font-family: 'Cinzel', cursive;
  color: #5e5e5e;
  text-shadow: 0px 1px 0px #ffffff;
  position: relative;
  font-size: 35px;

}

h1,h2,h3,h4,h5,h6,p,div{
  margin: 0;
  padding: 0;
}
#container{
  width: 720px;
  margin: 0 auto;
  background: url(images/copper-builders-logo.png) no-repeat center top;
  background-size: 330px;
  height: 220px;
  
}

hr{
  position: absolute;
  top: 282px;
  left: 0px;
  width: 100%;
  background: #ddd3b3;
  border: 0px none;
  box-shadow: 0px 1px 0px #fdfbf6;
  height: 1px;
  display: block;
}

h1{
  font-size: 100%;
  text-align: center;
  font-weight: normal;
  margin-top: 220px;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

a{
  color: #5e5e5e;
  font-size: 100%;
  text-decoration: none;
}
a:hover{
  color: #af9629;
}

#container div{
  float: left;
  width: 40%;
  border-right:1px solid #ddd3b3;
  box-shadow: 1px 0px 0px #fdfbf6;
  margin-right: 5%;

}
#container div.email{
 border: 0px none;
 box-shadow:none;
 padding-top: 0px;
}

div.email a{
  font-size: 75%;
}

@media (max-width: 720px) {
  #container {
    width: 100%;
    font-size: 75%;
  }
  hr{
    display: none;
  }
  #container div{
    clear: both;
    text-align: center;
    width: 100%;
    border:0px none;
    box-shadow: none;
    border-bottom:1px solid #ddd3b3;
    box-shadow: 0px 1px 0px #fdfbf6;
    padding-bottom: .5em;
    padding-top: .5em;

  }
}