#html5-lightbox-overlay {
  opacity: 1 !important;
}

#intro-page {
  color: white;
}

.box {
  border: 0px solid #fff;
  height: 3.8em;
  width: 15em;
  line-height: 3.5em;
  margin: 0 auto;
}

.box a {
  text-decoration: none;
}

a.sizzle {
  background: #663a14;
  border-radius: 10em;
  color: white;
  display: block;
  font-family: 'Cabin Condensed', sans-serif;
  font-size: 14px;
  padding: 0px 5px;
}

a.sizzle:hover,
a.sizzle:hover > i {
  color: #a3bd12;
}

.pagedownarrow {
  color: white;
  font-size: 10em;
  font-weight: 100;
  padding-bottom: 60px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .pagedownarrow-mobile-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 100px;
  }
}

.pagedownarrow a {
  margin: 0 auto;
}

.pagedownarrow a:hover,
.pagedownarrow a:hover > i {
  color: #a3bd12;
  text-decoration: none;
}
