body {
  background: url('https://www.brittany-ferries.co.uk/images/autumn_refresh/bg_1920x1700.jpg');
  background-position: top center;
}

.logo-container {
  height: 126px;
  padding-bottom: 30px;
}

.helper-center {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.helper-center-content {
    vertical-align: middle;
    max-height: 60px;
    max-width: 160px;
}

.social-holder {
  background-color: #d2e7fc;
  border-radius: 5px;
  padding: 17px 10px 5px 19px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.social-holder h3 {
  font-size: 16px;
  letter-spacing: normal;
  color: #173c5c;
}

.social-holder p {
  font-size: 13px;
  color: #06080a;
  line-height: 15px;
}
.social-holder a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  padding-left: 0px;
  line-height: 16px;
}

.social-holder  a:first-of-type {
  padding-left: 0px;
}

.social-text {
  font-size: 14px;
  color: #06080a;
}


td {
  padding: 3px 10px;
  border: none;
}

h1 {
  font-size: 28px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #135a98;
  letter-spacing: normal;
}

h2 {
  font-size: 21px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #173c5c;
  letter-spacing: normal;
}

* {
   font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-weight: normal;
}


.button-unsub {
  width: 172px;
  text-transform: none;
  color: #fff;
  border: none;
  background: #df2b2b; /* Old browsers */
  background: -moz-linear-gradient(top,  #df2b2b 0%, #a22020 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #df2b2b 0%,#a22020 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #df2b2b 0%,#a22020 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df2b2b', endColorstr='#a22020',GradientType=0 ); /* IE6-9 */
}
input[readonly] {
  color: #A0A0A0;
}

a.button-email, .button.button-email {
  text-transform: none;
  color: #fff;
  border: none;
  padding: 0 60px;
  background: #508bc6; /* Old browsers */
  background: -moz-linear-gradient(top,  #508bc6 0%, #3b6692 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #508bc6 0%,#3b6692 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #508bc6 0%,#3b6692 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#508bc6', endColorstr='#3b6692',GradientType=0 ); /* IE6-9 */
}
a.button-email:hover, .button.button-email:hover {
  transition: all 0.9s ease;
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b6692+0,508bc6+100 */
  background: #3b6692; /* Old browsers */
  background: -moz-linear-gradient(top,  #3b6692 0%, #508bc6 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #3b6692 0%,#508bc6 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #3b6692 0%,#508bc6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b6692', endColorstr='#508bc6',GradientType=0 ); /* IE6-9 */

}
