@charset "UTF-8";
/* CSS Document */
/* reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* LAYOUT */
html, body {
  height: 100%;
  margin: 0;
  font: 400 15px arial, sans-serif;
}
.navbar {
  width: 100%;
  position: fixed;
  z-index: 10;
  background: #090909;
  padding: 15px;
  text-transform: uppercase;
}
.navbar a {
  text-decoration: none;
  margin: 10px;
  color: #fff;
}
.navbar a:hover {
  /*color: #505050;*/
  letter-spacing: 1px;
}
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8, .bgimg-18 {
  position: relative;
  /*opacity: 0.9;*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgimg-1 {
  background-image: url("../media/more-bg.jpg");
  min-height: 100%;
}
.bgimg-2 {
  background-image: url("../img-hunter/bookbg.jpg");
  min-height: 500px;
}
.bgimg-3 {
  background-image: url("../img-hunter/soapbg.jpg");
  min-height: 500px;
  clear: both;
}
.bgimg-4 {
  background-image: url("../img-hunter/content_fill_overlay_op57.jpg");
  min-height: 500px;
}
.bgimg-5 {
  background-image: url("../img-hunter/bus-bw.jpg");
  min-height: 500px;
}
.bgimg-7 {
  background-image: url("../img-hunter/movingtree-bw.jpg");
  min-height: 500px;
  clear: both;
}
.bgimg-8 {
  background-image: url("../img-hunter/saint-bg.jpg");
  min-height: 500px;
}
.bgimg-18 {
  background-image: url("../img-hunter/Papa-AssholeCatBehaviors.jpg");
  min-height: 500px;
}
.bgimg-6 {
  background-image: url("../img-hunter/theend.jpg");
  min-height: 100%;
}
.caption-text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
}
.border {
  text-transform: uppercase;
  padding: 18px;
  font-size: 25px;
  letter-spacing: 10px;
}
.words1, .words2, .words3, .words4 {
  color: #fff;
  background-color: #090909;
  padding: 50px 80px;
  text-align: justify;
  font-size: 16px;
  line-height: 25px;
  font-family: Helvetica Neue, Helvetica, Verdana, Arial, sans-serif;
}
.words1 p {
  opacity: 0.7;
}
.words2 img {
  padding: 10px 25px 15px 0;
  width: 40%;
  float: left;
}
.words1 img {
  padding: 0 0 20px 0;
  width: 65%;
}
.position {
  position: relative;
}
.words4 img {
  padding: 10px 25px 15px 0;
  width: 65%;
}
.row > .col {
  padding: 0;
}
.col, .col1, .col2 {
  float: left;
  width: 50%;
}
p {
  clear: both;
}
footer {
  width: 100%;
  background: #090909;
}
footer p {
  text-align: right;
  padding: 0 10px 5px 0;
}
.logo img {
  height: 60px;
}
.to-top {
  position: fixed;
  bottom: 1.2rem;
  right: 1.5rem;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  -mox-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .3));
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .3))
}
.to-top.active {
  bottom: 1.2rem;
  opacity: 0.2;
}
footer a:hover {
  -mox-transform: scale(1.1) translateY(-7px);
  -webkit-transform: scale(1.1) translateY(-7px);
  transform: scale(1.1) translateY(-7px);
}
@media screen and (min-width: 1441px) {
  .bgimg-2 {
    min-height: 700px;
  }
  .bgimg-3 {
    min-height: 700px;
    clear: both;
  }
  .bgimg-4 {
    min-height: 700px;
  }
  .bgimg-5 {
    min-height: 700px;
  }
  .bgimg-7 {
    min-height: 700px;
    clear: both;
  }
  .bgimg-8 {
    min-height: 700px;
  }
  .bgimg-18 {
    min-height: 700px;
  }
  .words2 {
    text-align: left;
  }
  .words2 img {
    padding: 10px 25px 15px 0;
    max-width: 30%;
    flex-wrap: wrap;
  }
  .words1 img {
    padding: 0 0 20px 0;
    max-width: 45%;
  }
  .words4 img {
    padding: 10px 25px 15px 0;
    max-width: 45%;
    float: left;
  }
  .row > .col {
    padding: 0;
  }
  .col, .col1, .col2 {
    float: left;
    max-width: 45%;
  }
  p {
    clear: both;
  }
}
@media only screen and (max-width: 980px) {
  .words2 img {
    padding: 5px 0 10px 0;
    width: 60%;
  }
  .words1 img {
    padding: 0 0 5px 0;
    width: 100%;
  }
  .words4 img {
    padding: 5px 0 10px 0;
    width: 100%;
  }
  .border {
    padding: 14px;
    font-size: 22px;
    letter-spacing: 8px;
  }
}
@media screen and (max-width: 680px) {
  .words2 img {
    padding: 10px 0 10px 0;
    width: 100%;
  }
  .words1 img {
    padding: 0 0 5px 0;
    width: 100%;
  }
  .words4 img {
    padding: 10px 0 10px 0;
    width: 100%;
  }
  .col, .col1, .col2 {
    width: 100%;
    padding: 0;
  }
  .words1, .words2, .words3, .words4 {
    padding: 40px 10px;
  }
  .border {
    padding: 8px;
    font-size: 18px;
    letter-spacing: 6px;
  }
}