h2 {
  padding-left: 3rem;
}

h3 a {
  color: #f500a0;
  text-decoration: underline;
}

/* **** Harley Poe **** */

#harley {
  text-align: center;
}

a {
  text-decoration: none;
}

.next {
  display: flex;
  place-content: space-between;
  padding-right: 15px;
}

.previous_btn {
  width: fit-content;
}

.next_btn,
.previous_btn {
  width: fit-content;
}

video {
  width: 100%;
  max-height: 600px;
}

/* **** Merch design ** */

/* h1 {
  font-size: 2.5em;
  padding: 0;
  padding-bottom: 40px;
} */

.wrappee h2 {
  font-family: source code pro;
}

/* h2 {
  font-size: 2.2em;
}

h3 {
  font-size: 1.8em;
} */

.wrapper {
  text-align: left;
}

h4 {
  font-size: 1.5em;
  color: red;
}

/* .freewind {
  font-family: freewind;
}

.elite {
  font-family: elite;
} */

.wrap {
  position: relative;
  width: 600px;
  height: 300px;
  margin: 0 auto;
}

.wrappee {
  text-align: start;
}

.window {
  overflow: hidden;
  position: relative;
  background: white;
  border: solid 2px black;
}

#carousel {
  width: 10000px;
  position: relative;
  top: 0;
  left: -450px;
}

.slide {
  height: 300px;
  width: 500px;
  cursor: pointer;
  float: left;
  border-style: solid;
  border-width: 0px 2px 0px 0px;
  border-color: black;
}

.slide#b1 {
  background: white;
}

.slide#b2 {
  height: 300px;
  width: 500px;
  background-image: url(pics/content/design_1/hoodie/3_back.webp);
  background-size: cover;
  background-position: center;
}

.slide#b3 {
  height: 300px;
  width: 500px;
  background-image: url(pics/content/design_2/dark1.webp);
  background-size: cover;
  background-position: center;
}

.slide#b4 {
  height: 300px;
  width: 500px;
  background-image: url(pics/content/design_3/a/a_front_1.png);
  background-size: cover;
  background-position: center;
}

.slide#b5 {
  background: white;
}

.inside {
  height: 300px;
  width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  cursor: grab;
  transition: 0.7s ease;
}

.inside:hover {
  opacity: 1;
  background: hsla(0, 0%, 0%, 0.9);
  color: white;
}

.inside a {
  transition: 0.5s ease;
  transform: translateX(0%);
}

.inside a:hover {
  letter-spacing: 5px;
}

.btn {
  border: solid 2px black;
  background-color: transparent;
  padding: 5px;
}

.btn:hover {
  color: #f500a0;
}

.btn#prev,
.btn#next {
  cursor: pointer;
  position: absolute;
  bottom: -80px;
  font-size: 14pt;
  font-family: source code pro;
}

.btn#prev {
  left: 0;
}

.btn#next {
  right: 0;
}

.transition {
  transition: 0.7s;
}

.prev-page {
  display: flex;
  position: relative;
}

footer {
  margin-top: 150px;
}

/* gallery */

.container_gallery {
  width: 100%;
  height: auto;
}

.gallery-wrapper {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  height: auto;
}

.gallery {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 3rem;
}

.gallery-item:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

.gallery-img {
  max-width: 100%;
  border: black 2px solid;
}

.gallery-im-caption {
  margin: 0;
  padding: 8px;
}

@media screen and (min-width: 769px) {
  .gallery-wrapper {
    max-width: 1240px;
  }

  .gallery {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .gallery-item {
    padding: 20px;
  }

  .gallery-img {
    min-width: 350px;
    max-width: 350px;
  }

  .horizontal {
    min-width: 500px;
    max-width: 600px;
  }

  .expo {
    min-width: 500px;
    max-width: 1200px;
  }
}

img:hover {
  scale: 1.3;
}

/* ******************** */
