body {
  background-color: #301A40;
  color: #FFF;
  font-size: 14px;
  font-family: GillSansMT;
  -webkit-font-smoothing: antialiased;
  padding: 0 15px; }

.wrapper {
  width: 100%;
  max-width: 655px;
  margin: 80px auto; }

header {
  text-align: center;
  padding-bottom: 30px; }
  header img {
    width: 100%;
    max-width: 400px;
    height: auto;
    max-height: 28px; }

hr {
  border-color: #FFF;
  border-style: solid;
  border-width: 3px 0 1px 0;
  height: 5px; }
  hr.bottom {
    border-width: 1px 0 3px 0; }

a {
  color: #FFF; }

section {
  text-align: center; }
  section .contact-details {
    margin: 20px 0;
    font-size: 16px; }

footer {
  font-size: 11px;
  text-align: center; }