/* Moose Hunt Page Styles */

/* Hero */
.mhHero {
  height: 70vh;
  background-image: url(/images/tna_1.jpg);
  background-size: cover;
  background-position: top;
  background-attachment: scroll;
  overflow: hidden;
  font-size: 2rem;
  color: white;
  text-align: center;
  width: 100%;
}

/* Main Moose Story Section */
.moose1 {
  padding: 100px 0;
  background-color: white;
  overflow: hidden;
}

.mHuntStory {
  color: var(--font-black);
  font-size: 1.75rem;
  line-height: 2rem;
}

.moose1 h2 {
  color: var(--red);
  font-family: 'Shadows Into Light', cursive;
  font-size: 3rem;
  line-height: 3.8rem;
  margin-bottom: 2.5rem;
  padding: 0 40px;
}

.mHuntStory p {
  margin-bottom: 2rem;
  padding: 0 40px;
}

.mHuntImg {
  width: 99vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.mHuntImg img {
  width: 100%;
  height: auto;
}

/* Moose Accommodations Section */
.moose_include {
  color: white;
  background-image: url(../images/207k9-bg-map.png);
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  font-size: 1.75rem;
  line-height: 2rem;
  padding: 4rem 0;
}

.moose_include h2 {
  color: var(--red);
  font-family: 'Shadows Into Light', cursive;
  font-size: 2rem;
  line-height: 2.75rem;
  margin-bottom: 2.5rem;
  padding: 0 40px;
}

.moose_include ul li {
  line-height: 2rem;
  margin-bottom: .5rem;
}

.moose_include h2 a {
  color: var(--red);
  font-style: italic;
  cursor: pointer;
}

.moose_include h2 a:hover,
.moose_include h2 a:active {
  color: var(--hover-color);
}

/* Package Section */
.box-2 {
  padding: 2rem;
  color: var(--font-black);
  flex-direction: column;
  background-color: white;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.box-2 h2 {
  margin-top: 80px;
  margin-bottom: .75rem;
  line-height: 1.6em;
}

.box-2 h3 {
  margin-bottom: .75rem;
}

.box-2 ul li {
  line-height: 1.75rem;
}

.box-2 section:last-child {
  margin-bottom: 80px;
}

/* Maine Moose Permit Information Section */
/* Maine Moose Permit Information Section */
.moose-hunt-info {
  background-color: white;
  color: var(--font-black);
  font-size: 1.75rem;
  line-height: 2rem;
  padding: 100px 0;
  width: 100%;
}

.moose-hunt-info h2,
.moose-hunt-info p {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.moose-hunt-info h2 {
  padding: 2rem 40px;
}

.moose-hunt-info p {
  padding: 0 40px;
  margin-bottom: 1rem;
}

.moose-hunt-info p a {
  font-style: oblique;
  color: var(--font-black);
}

.moose-hunt-info p a:hover,
.moose-hunt-info p a:active {
  color: var(--hover-color);
}

/* Moose Video Section */
.moose_video {
  justify-content: space-between;
  min-height: 75vh;
  flex-direction: column;
}

iframe {
  border-radius: .5rem;
  margin-top: 2rem;
}

/* Shared Background Sections */
.bg,
.moose_video,
.two,
.box {
  background-image: url(../images/207k9-bg-map.png);
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  overflow: hidden;
  justify-content: space-around;
  padding: 4rem;
}

/* General List Styling */
ul {
  line-height: 1.5rem;
}

li {
  margin-left: 3rem;
}

/* Gallery */
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 4px;
  background-image: url(../images/207k9-bg-map.png);
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
}

.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Tablet / Small Desktop */
@media (min-width: 40rem) {
  .package_info_container,
  .moose_video {
    flex-direction: row;
  }

  .moose-hunt-info p {
    text-align: justify;
  }

  .box {
    height: 80vh;
  }

  .box-2,
  .bg,
  .moose_video,
  .two,
  .box,
  .mhHero {
    background-attachment: fixed;
  }
}

/* Desktop */
@media (min-width: 900px) {
  .moose1 {
    padding: 100px 80px;
  }

  .mHuntStory {
    max-width: 1200px;
    margin: 0 auto;
  }

  .moose1 h2,
  .mHuntStory p {
    padding: 0;
  }

  .mHuntImg {
    width: 38vw;
    margin-left: 80px;
    float: right;
    border-radius: .75rem;
  }

  .moose_include {
    background-attachment: fixed;
    padding: 100px 80px;
  }
  

  .moose_include h2 {
    margin-top: 2.25rem;
  }
  
  .moose_include .content-wrap {
    max-width: 1200px;
    margin: 0 auto;
  }

  .row {
    background-attachment: fixed;
  }
}

/* Gallery Responsive */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}