body {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.montserrat-lite {
  font-family: "Montserrat-Lite", "Helvetica Neue", "Arial", "sans-serif";
}

.questrial {
  font-family: "Questrial", "Helvetica Neue", "Arial", "sans-serif";
}

.header {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5.5em 0 5.5em;
}

.header .header-inner {
  margin: 0 0 0 1em;
  padding: 1em 0 15em 0;
  position: relative;
}

.header .header-inner:after {
  content: "";
  background-image: url(../images/plan-large.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 450px;
  height: 450px;
  opacity: 0.4;
  top: 0;
  left: 0;
  /* bottom: 0; */
  right: 0;
  position: absolute;
  z-index: -1;   
}

.header .header-inner .logo {
  background-image: url(../images/logo.gif);
  height: 148px;
  width: 218px;
}

.footer {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1em 5.5em 1em 5.5em;
}

.footer .row {
  background-color: #027753;
  color: #fff;
  font-family: "Questrial", "Helvetica Neue", "Arial", "sans-serif";
  padding: 0.5em 1em;
}

.footer .row .column-one {
  box-sizing: border-box;
  float: left;
  padding: 0 1em 0 0;
}

.footer .row .column-two {
  box-sizing: border-box;
  float: right;
  padding: 0 0 0 1em;
}

.page {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5.5em;
}

.page .row {
  margin: 0 0 4em 0;
  padding: 1em;
}

.page .row:nth-of-type(even) {
  background-color: #f9f9f9;
}

.footer .row .clear,
.page .row .clear {
  clear: both;
}

.page .row .column-one,
.page .row .column-two {
  width: 50%;
}

.page .row .column-one {
  box-sizing: border-box;
  float: left;
  padding: 0 1em 0 0;
}

.page .row .column-two {
  box-sizing: border-box;
  float: right;
  padding: 0 0 0 1em;
}

.page .bold {
  color: #000;
  font-family: "Questrial", "Helvetica Neue", "Arial", "sans-serif";
  font-weight: 400;
}

.page .column-one .bold {
  font-size: 2em;
  margin-right: 3em;
}

.page .small {
  color: #525252;
  font-family: "Questrial", "Helvetica Neue", "Arial", "sans-serif";
  font-size: 0.8em;
}

.page .row .column-one .small {
  margin-top: 2em;
}

.page .main {
  color: #525252;
  font-family: "Montserrat-Lite", "Helvetica Neue", "Arial", "sans-serif";
  line-height: 2;
}

.page .picture {
  background-image: url("../images/pic-one.jpg");
  background-position: center;
  background-size: cover;
  /* box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.25); */
  height: 338px;
  width: 100%;
}

.page ul {
  margin-left: -20px;
  padding-left: 40px;
}

.page .main .bbb-logo {
  float: left;
  margin: 0 1em 0 0;
}

/* Smaller than 800 */
@media only screen and (max-width: 799px) {
  .footer {
    padding: 0 1em 1em 1em;
  }

  .header {
    padding: 0 1em;
  }

  .header .header-inner {
    margin: 0;
    padding: 1em 1em 15em 1em;
  }

  .page {
    padding: 0 1em;
  }

  .page .bold {
    margin-right: 0;
  }

  .footer .row .column-one,
  .page .row .column-one {
    float: none;
    padding: 0 0 1em 0;
    width: 100%;
  }

  .footer .row .column-two,
  .page .row .column-two {
    float: none;
    padding: 1em 0 0 0;
    width: 100%;
  }
}

.gallery .page .picture-gallery {
  background-position: center;
  background-size: cover;
  /* box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.25); */
  height: 338px;
  width: 100%;
}

/* Smaller than 400 */
@media only screen and (max-width: 399px) {
  .header .header-inner {
    padding: 1em 1em 9.5em 0;
  }

  .header .header-inner:after {
    background-size: 330px;
  }
}
