@font-face {
  font-family: "HelveticaNeue";
  font-weight: normal;
  font-style: normal;
  src: url("/font/helvetica-neue-regular.woff") format("woff")
}

html, body {
  background-color: #fffbf7 !important;
  /* font-family: Georgia,serif /*,"HelveticaNeue", Helvetica, arial, sans-serif*/ !important; */
  font-family: "HelveticaNeue", Helvetica, arial, sans-serif* !important;
  font-size: 16px !important;
  font-weight: normal;
  line-height: 1.8em;
  height: 100%;
  color: #404041;
}

p { width: 100%; margin-top: 0.6em !important; }

.container { z-index: 100; }

.main {
  text-align: center;
  border: 1px solid red;
}

.main-strapline h1 {
  font-family: "HelveticaNeue", Helvetica, arial, sans-serif !important;
  font-size: 2.5em;
}

.homepage-outer {
  height: 100%;
  width: 100%;
  vertical-align: middle;
  display: table-cell;
  /*
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  border: 1px solid red;
  */
}

.homepage {
  /*
  margin: 50px;
  text-align: center;
  display: table-cell;
    vertical-align: middle;
    */
  position: absolute;
  top: 50%; left: 50%;
  width: 90%;
  transform: translate(-50%,-50%);
  /*
  display: flex;
  justify-content: center;
  */
}

.main-logo img {
  font-size: 7em;
}

.main-strapline {
  margin-top: 9em;
  text-align: center;
}

.nav {
  position: absolute;
  z-index: 1000;
  right: 0;
  list-style-type: none;
  margin-top: 1em;
  margin-left: 0.5em;
}

.nav * {
  display: inline-block;
}

.nav button:last-child {
  margin: 0.1em;
}

.nav ul {
  position: relative;
  top: -0.2em;
}

.nav.nav-closed ul {
  display: none;
}

.nav li {
  display: inline-block;
  list-style-type: none;
  margin-right: 1em;
  color: #000;
}

.nav li a {
  color: #000;
}

.nav li a:hover {
  text-decoration: underline;
}

.contact-wrapper {
  margin: 3em auto;
  width: 80%;
}

.contact-item {
  display: inline-block;
  width: 48%;
  margin-bottom: 1.2em;
}

.contact-item li {
  list-style-type: none;
  margin-bottom: 0.2em;
  text-align: center;
}

.contact-item h2 {
  font-size: 1.3em;
}

.about-logo {
  text-align: center;
}
.about-logo img {
  height: 2.5em;
}

.redLine {
  width: 100px;
  border-top: 3px solid #1bd60a;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

@media only screen and (min-width : 320px) and (max-width : 568px) {
  .main-strapline h1 {
    font-size: 1.4em !important;
  }

  .contact-item {
    width: 100%;
  }
}
