body{
  background-image: url('../img/contacts.png');
  background-repeat: no-repeat;
  background-position: center 100px;
}

#overlay{
  height: 485px;
}

#container {
  max-width:960px;
  margin-left:auto;
  margin-right:auto;
  font-family: 'merriweather_bold', Times, serif;
  overflow: auto;
}

#container div{
  background-color:white;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

#container div p{
  padding: 30px;
}

h3 {
  text-align: center;
  padding-top: 15px;
}

#office {
  margin: 0 auto;
  width: 50%;
}

@media all and (max-width: 960px) {
  #office {
    width: 95% !important;
  }
}
