body {
  border-top: 0px none black;
  background-color: white;
  font-family: Merriweather, serif;
  color: #333;
  font-size: 14px;
  line-height: 24px;
}
h1 {
  margin: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  text-shadow: rgba(255, 255, 255, 0.4) 0px 1px 1px;
}
h2 {
  margin: 10px 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin: 10px 0px 20px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
}
h4 {
  margin: 120px 0px;
  color: white;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 10px;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.sec-logo {
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.heading {
  height: 68px;
  padding-top: 19px;
  padding-bottom: 13px;
  background-image: url(../images/51eb9a90b48e449764000045_pano-tofino.jpg);
  background-size: auto;
  background-repeat: repeat repeat;
  background-attachment: fixed;
}
.panorama {
  position: static;
  display: block;
  overflow: visible;
  padding-top: 211px;
  padding-bottom: 0px;
  background-image: url(../images/51eb9a90b48e449764000045_pano-tofino.jpg);
  background-position: 0px 0%;
  background-size: cover;
  background-repeat: no-repeat no-repeat;
  background-attachment: scroll;
}
.header-bg {
  margin-top: 0px;
  padding: 24px 30px;
  background-color: rgba(255, 255, 255, 0.74);
  opacity: 1;
}
.copy {
  margin-top: 39px;
  margin-bottom: 40px;
}

/* :links */

a:link, a:visited {
  color: #333;
}

a:hover {
  color: #2e97c4;
}

a:active {
  color: #000;
}

/* :navigation */

a.navlink {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  padding: 10px 15px;
  color: #8c8c8c;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

a.navlink:hover {
  color: #000;
}

.sec-navigation {
  text-align: center;
}
.small-info {
  width: 340px;
  margin-top: 2px;
  text-align: left;
}
.small-info.small-info-oneline {
  line-height: 47px;
}
.info-image {
  margin-right: 12px;
  margin-bottom: 7px;
  float: left;
  clear: left;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.info-column {
  text-align: center;
}
.div-list {
  margin-bottom: 10px;
  padding-bottom: 1px;
}
.basic-list {
  margin-top: 12px;
  padding-left: 15px;
  border-left: 3px solid #76c41b;
  line-height: 22px;
  list-style-type: disc;
}
.footer {
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e8e8e8;
}
.footer-para {
  padding-right: 10px;
  padding-left: 10px;
  color: #999;
  font-size: 11px;
  line-height: 18px;
}
@media (max-width: 979px) {
  .panorama {
    padding-top: 130px;
    background-image: url(../images/51eb9a90b48e449764000045_pano-tofino.jpg);
    background-position: 0px 0%;
  }
  .header-bg {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navlink {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 20px;
    line-height: 28px;
    text-shadow: rgba(255, 255, 255, 0.4) 0px 1px 1px;
  }
  .panorama {
    background-image: url(../images/51eb9a90b48e449764000045_pano-tofino.jpg);
    background-position: 0px 0%;
  }
  .navlink {
    margin-right: 7px;
    margin-left: 7px;
    padding-right: 8px;
    padding-left: 7px;
  }
  .logo {
    width: 175px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 16px;
    line-height: 22px;
    text-shadow: rgba(255, 255, 255, 0.4) 0px 1px 1px;
  }
  .panorama {
    background-image: url(../images/51eb9a90b48e449764000045_pano-tofino.jpg);
    background-position: 50% 50%;
  }
  .navlink {
    display: block;
  }
}