@font-face {
  font-family: "Bebas";
  src: url("../fonts/BEBAS___.ttf");
}

@font-face {
  font-family: "Libre Baskerville";
  src: url("../fonts/LibreBaskerville-Regular.ttf");
}

@font-face {
  font-family: "Libre Baskerville Bold";
  src: url("../fonts/LibreBaskerville-Bold.ttf");
}

html {
  height: 100%;
}

body {
  font-family: "Titillium Web", Helvetica, Arial, sans-serif;
  height: 100%;
}

a {
  text-decoration: none;
}

.row {
}

.copy {
  letter-spacing: 1px;
  padding: 5px;
}

.condensed {
  font-family: "Bebas", sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  letter-spacing: 4px;
  word-spacing: 4px;
}

.content-condensed {
  font-family: "Bebas", sans-serif;
  color: #464648;
  font-weight: 400;
  font-size: 1.3em;
  letter-spacing: 1px;
  word-spacing: 4px;
}

.title {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 4.0em;
  letter-spacing: 7px;
}

.content-title {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 1.8em;
  letter-spacing: 2px;
}

a.big-link {
  line-height: 60px;
  vertical-align: middle;
  text-decoration: none;
  color: #7d7d7e;
  font-family: "Bebas";
  font-size: 1.5em;
  letter-spacing: 5px;
  word-spacing: 5px;
  border-bottom: 5px dotted #a3574d;
  padding: 5px 5px 5px 13px;
}

a.big-link:hover {
  color: #000000;
}

.big-row {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.medium-row {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.small-row {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.top-menu {
  background: #000000;
  color: #ffffff;
  font-family: "Bebas", sans-serif;
  height: 100px;
  width: 100%;
  letter-spacing: 1px;
}

.top-menu .columns {
  padding-top: 40px;
}

.top-menu ul {
  list-style: none;
  margin-top: -12px;
}

.top-menu ul li {
  list-style: none;
  float: right;
  padding-top: 10px;
}

.top-menu a {
  text-decoration: none;
  color: #ffffff;
  margin: 0px 15px 0px 15px;
  padding: 5px 0px 5px 3px;
}

.top-menu a:hover {
  border-bottom: 3px solid #a3574d;
}

.scroll-menu {
  background: #2C2C2E;
  color: #ffffff;
  font-family: "Bebas", sans-serif;
  height: 60px;
  width: 100%;
  z-index: 9999;
  text-align: center;
}

.scroll-menu .columns {
  padding-top: 5px;
}

.scroll-menu ul {
  display: inline-block;
}

.scroll-menu ul li {
  list-style: none;
  float: left;
  padding-top: 10px;
}

.scroll-menu a:hover {
  border-bottom: 3px solid #a3574d;
}

.brand img {
  height: 30px;
  margin-top: -5px;
}

.brand a:hover {
  border-bottom: none;
}

.active {
  border-bottom: 3px solid #a3574d;
}

.lede {
  color: #ffffff;
  background-image: url("../images/homepageheader.jpg");
  background-size: cover;
  text-align: center;
  min-height: 95%;
}

.location {
  background-image: url("../images/statuebackground.jpg");
  background-size: cover;
}

.location-overlay {
  text-align: left;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.8)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(85%,rgba(255,255,255,0)));
  background: -webkit-linear-gradient(left, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 85%);
  background: -moz-linear-gradient(left, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0) 85%);
  background: -ms-linear-gradient(left, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 85%);
  background: -o-linear-gradient(left, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,0) 85%);
}

.guide {
  background-color: #f1f2f1;
}

.guide-text {
  padding-right: 8.5%;
  padding-left: 8.5%;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

#ed_pic {
}

#ed_closeup {
  text-align: center;
  overflow: hidden;
}

#ed_closeup > img {
  height: 550px;
}

.tour {
  text-align: center;
  background-color: #f1f2f1;
}

.tour-details {
  background-image: url("../images/treeoverlaybackground.jpg");
  background-size: cover;
  font-family: "Libre Baskerville";
  font-size: 1.2rem;
  color: #a3574d;
  text-align: center;
}

.tour-icon {
  height: 5rem;
  padding-bottom: 3rem;
  padding-top: 2.5rem;
}

.booking {
  background-color: #f1f2f1;
}

.contact {
  background-color: #a3574d;
  background-image: url("../images/contactheader.jpg");
  background-size: cover;
  color: #ffffff;
}

.contact .content-condensed {
  color: #ffffff;
}

.contact .title-break {
  color: #ffffff;
  background-color: #ffffff;
}

.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}

.footer ul {
  list-style: none;
  margin-top: -12px;
  display: inline-block;
}

.footer ul li {
  list-style: none;
  float: right;
  padding-top: 10px;
  font-size: 1.1rem;
}

.footer a {
  text-decoration: none;
  color: #ffffff;
  margin: 0px 15px 0px 15px;
  padding: 5px 0px 5px 3px;
  font-family: "Bebas", sans-serif;
  font-weight: 400;
  font-size: 1.3em;
  letter-spacing: 1px;
  word-spacing: 4px;
}

.footer a:hover {
  color: #a3574d;
}

.footer-title {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 1.8em;
  letter-spacing: 2px;
  padding-bottom: 10px;
}

.footer img {
  height: 130px;
  padding-bottom: 4.0rem;
}

.title-break {
  width: 12rem;
  color: #a3574d;
  background-color: #464648;
  height: 5px;
}

.left-title-break {
  text-align: left;
  margin-left: 0px;
}

.right-title-break {
  text-align: right;
  margin-right: 0px;
}

.big-button {
  font-size: 1.1em;
  line-height: 60px;
  height: 60px;
}

.red-button {
  background-color: #a3574d;
  color: #ffffff;
  border: none;
}

.red-button:hover {
  color: #ffffff;
}

.gray-button {
  background-color: #2c2c2e;
  color: #ffffff;
  border: none;
}

.gray-button:hover {
  color: #ffffff;
}

.img-button {
  height: 60px;
}

.no-display {
  display: none;
}

.text-right {
  text-align: right;
}

.credits {
  font-size: 1.1em;
  color: #B7B5B3;
}

.credits a {
  margin: 0px;
  color: #B7B5B3;
  font-size: 0.8em;
}

.grid-sizer, .grid-item {
  width: 33.333333%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.u-full-width, .container {
  max-width: 100%;
  padding: 0px;
}

@media (max-width: 550px) {
  .brand a {
    margin-left: 0px;
    padding-left: 0px;
  }

  .top-menu ul {
    margin-top: -95px;
  }

  .top-menu ul li {
    background-color: #000000;
  }

  .show-small {
    visibility: visible;
    display: inherit;
  }

  .hide-small {
    visibility: hidden;
    display: none;
  }

  .scroll-menu a {
    text-decoration: none;
    color: #ffffff;
    margin: 0px 10px 0px 0px;
    padding: 5px 0px 5px 3px;
    letter-spacing: 1px;
  }

  .booking {
    min-height: 480px;
  }
  
  #ed_pic {
    visibility: hidden;
    display: none;
  }

  #ed_closeup {
    visibility: visible;
    display: inherit;
  }
}

@media (min-width: 550px) {
  .show-small {
    visibility: visible;
    display: inherit;
  }

  .hide-small {
    visibility: hidden;
    display: none;
  }

  .scroll-menu a {
    text-decoration: none;
    color: #ffffff;
    margin: 0px 20px 0px 20px;
    padding: 5px 0px 5px 3px;
    letter-spacing: 1px;
  }

  .booking {
    min-height: 480px;
  }

  #ed_pic {
    visibility: visible;
    display: inherit;
  }

  #ed_closeup {
    visibility: hidden;
    display: none;
  }
}

@media (min-width: 750px) {
  .show-small {
    visibility: hidden;
    display: none;
  }

  .hide-small {
    visibility: visible;
    display: inherit;
  }

  .scroll-menu a {
    text-decoration: none;
    color: #ffffff;
    margin: 0px 25px 0px 25px;
    padding: 5px 0px 5px 3px;
    letter-spacing: 3px;
  }

  .booking {
    min-height: 600px;
  }

  #ed_pic {
    visibility: visible;
    display: inherit;
  }

  #ed_closeup {
    visibility: hidden;
    display: none;
  }
}

@media (min-width: 1000px) {
  .scroll-menu a {
    text-decoration: none;
    color: #ffffff;
    margin: 0px 25px 0px 25px;
    padding: 5px 0px 5px 3px;
    letter-spacing: 3px;
  }

  #ed_pic {
    visibility: visible;
    display: inherit;
  }

  #ed_closeup {
    visibility: hidden;
    display: none;
  }
}
