html {
  scroll-behavior: smooth;
  /* background-color: rgba(10,3,3,0) */
  /* background: linear-gradient(180deg, rgba(3, 3, 10, 1) 0%, rgba(10, 3, 3, 1) 100%); */
  background: url(../images/bg.jpg);
  background-position: bottom right;
  background-size: cover;
}

/* html { height: 100%; } */
body {
  color: #999999;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  /* max-width: 1200px; */
  margin: 0 auto;
  min-height: 100%;
  background-color: rgba(10,3,3,0)
}

a:link,
a:visited {
  color: #999933;
  text-decoration: none;
}

/* a:visited {color: #cc9966; text-decoration: none;} */
a:active {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #FFFFCC;
  text-decoration: none;
}

.homepage .slidestitle,
.page-404 .headerleft .slidestitle,
.homepage .slidestitle-mobile,
.page-404 .headerleft .slidestitle-mobile {
  display: none;
}

.page-404 {
  height: 100%;
  text-align: center;
}

.page-404 h1,
.page-404 h2,
.page-404 h3 {
  width: 100%;
}

.page-404 h1 {
  font-size: 140px;
  font-weight: bold;
  margin: .5em 0 0 0;
  line-height: .75em;
}

.page-404 h2 {
  font-size: 50px;
  font-weight: bold;
  line-height: 0;
}

.page-container {}

.width-third {
  width: 33%;
  float: left;
  text-align: center;
  margin-top: 3em;
}

.width-sixth {
  width: 16%;
  float: left;
  text-align: center;
  min-height: 1px;
}

.section-gallery {
  margin-top: 2em;
  margin-bottom: 2em;
}

.read {
  text-align: left;
}

.album a {
  display: block;
  margin-bottom: -0.5em;
}

.topdiv {
  width: 30%;
  margin: 0 1em;
  float: left;
}

.video {
  width: 624px;
  height: 200px;
  float: right;
}

.buy {
  text-align: center;
  margin: 0 auto;
}

.listen {
  text-align: center;
}

.album {
  padding: 1em 0;
  margin: 0 0 1em 0;
}

.pullup {
  display: inline-block;
  margin-top: -6px;
}

.middiv {
  width: 40%;
  margin: 1em;
  float: left;
  padding-left: 2em;
}

.read {
  padding-right: 2em;
  padding-left: 2em;
}

.blurb {
  display: inline-block;
  margin: .5em 0 2em 2em;
}

.footer {
  text-align: center;
  margin: 5em auto;
  font-size: 12px;
  padding-bottom: 2em;
}

.footer-content {
  float: left;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.center {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.headerleft {
  float: left;
  width: 50%;
  margin: auto;
  height: 200px;
}

.headerright {
  float: right;
  width: 50%;
  margin-bottom: 2em;
  height: 200px;
}

.douche {
  font-family: "Font Awesome 6 Brands";
  position: absolute;
  color: #555;
  /* top: 40px; */
  left: 0;
  font-size: 2rem;
  margin: 0 0 0 .5rem;
  padding: 0;
  line-height: 1;
}

.douche a,
.douche a:visited {
  color: #555;
  transition: color 0.5s;
  margin-bottom: .5rem;
  display: inline-block;
}

.douche a:hover {
  color: #333;
  text-shadow: none;
}

.douche-mobile {
  display: none;
}

.slidestitle-mobile {
  display: none;
}

.slidestitle {
  width: 100%;
  text-align: center;
  margin-top: 176px;
}

.title1::after,
.title2::after {
  content: " : ";
}

.title-br {
  display: none;
}

.center {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.listen {
  display: block;
}

.listen-mobile {
  display: none;
}

.album-cover, .album-cover img {
  width: 300px;
  height: 300px;
  opacity: 0.8;
  transition: opacity 0.5s;
}

.album-cover:hover, .album-cover img:hover {
  opacity: 1.0;
}

.chaos .chaos-on {
  display: block;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}

.chaos .chaos-off {
  display: none;
  width: 300px;
  height: 300px;
  margin: 0 auto;
}

.chaos:hover .chaos-on {
  display: none;
}

.chaos:hover .chaos-off {
  display: block;
}

.divider-mobile {
  display: none;
}

.divider-2 {
  transform: scaleX(-1);
}

.slides {
  width: 30%;
  text-align: center;
  margin: 1em;
  float: left;
}

.crop-300 {
  width: 300px;
  height: 300px;
  overflow: hidden;
  margin: 0 auto 1em auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.crop-300 img {
  opacity: 0.8;
  object-fit: cover;
  transition: opacity 0.5s;
}

.crop-300 img:hover {
  opacity: 1;
}

.gallery-container {
  width: 100%;
}

section {
  text-align: center;
  column-width: 300px;
  column-gap: .75em;
  padding: .75em;
  max-width: 1200px;
  margin: 0 auto;
}

section img {
  margin: .5em;
  border: 1px solid #222;
  /* width: 100%; */
  width: 393px;
  cursor: pointer;
  margin-bottom: 2em;
  opacity: 0.8;
  transition: opacity 0.5s;
}

section img:hover {
  opacity: 1.0;
}

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background: #7f8c8d;
  perspective: 1000px;
}

.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}

.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
  border-radius: 5px;
}

/*.lightbox:hover img{
transform: translate(-50%, -50%) rotateY(180deg);
}*/

[class^="arrow"] {
  height: 200px;
  width: 50px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

[class^="arrow"]:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
}

.arrowr {
  right: 0;
  border-radius: 5px 0 0 5px;
}

.arrowr:after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.arrowl {
  left: 0;
  border-radius: 0 5px 5px 0;
}

.arrowl:after {
  border-left: 1px solid white;
  border-top: 1px solid white;
}

.close {
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.4);
  margin: 20px;
  cursor: pointer;
  border-radius: 5px;
}

.close:after,
.close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 90%;
  background: rgba(255, 255, 255, 0.5);
}

.close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.title {
  font-size: 20px;
  color: #000;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}

#scroll-btn,
#scroll-btn:visited {
  background-color: #ccc;
  background-color: rgba(192, 192, 192, 0.7);
  color: #666;
  color: rgba(96, 96, 96, 0.7);
  border: none;
  border-radius: 10% 10% 0 0;
  cursor: pointer;
  font-size: 26px;
  line-height: 48px;
  width: 48px;
  position: fixed;
  bottom: 0;
  right: 1.8rem;
  z-index: 100;
  opacity: 0;
  text-align: center;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transform: translateY(100px);
  transition: all .5s ease
}

#scroll-btn:hover {
  background-color: rgba(192, 192, 192, 0.8);
  color: rgba(128, 128, 128, 0.8);
}

#scroll-btn.show {
  opacity: 1;
  transform: translateY(0)
}

@media only screen and (min-width: 1799px) {
  .slides {
    width: 23%;
  }
}

/* ipads  */
@media only screen and (max-width: 1023px) {

  .headerleft {
    display: none;
  }

  .headerright {
    width: 100%;
    height: 200px;
    float: left;
    overflow: hidden;
    margin-bottom: 0;
  }

  .video {
    height: 270px;
    width: auto;
    margin-top: -70px;
    overflow: hidden;
    float: none;
  }

  .slidestitle {
    display: none;
  }

  .slidestitle-mobile {
    display: block;
    width: 100%;
    text-align: center;
  }

  .title1::after,
  .title2::after {
    content: "";
  }

  .title1,
  .title2,
  .title3 {
    display: block;
  }

  .title1 {
    margin-top: 1.5em;
  }

  .title3 {
    margin-top: .25em;
  }

  .title-br {
    display: block;
  }

  .width-third {
    width: 45%;
    float: left;
    text-align: center;
    margin-top: 3em;
  }

  .width-sixth {
    width: 5%;
  }

  .center.chaos {
    /* margin-left: 10%; */
  }

  .pullup {
    width: 80%;
  }

  .read {
    width: 40%;
    text-align: left;
    float: left;
  }
  .slides {
    width: 45%;
  }

  .douche-mobile {
    font-family: "Font Awesome 6 Brands";
    color: #555;
    font-size: 2rem;
    padding: 0;
    line-height: 1;
    display: block;
  }

  .douche-mobile a,
  .douche-mobile a:visited {
    color: #555;
    transition: color 0.5s;
    margin-bottom: .5rem;
    display: inline-block;
  }

  .douche-mobile a:hover {
    color: #333;
    text-shadow: none;
  }

  .douche-mobile a {
    margin: 0 .25em;
  }
}

/* @media only screen and (max-width: 833px) {

} */

/* iphones 8, 8+ */
@media only screen and (max-width: 728px) {
  html {
    overflow-x: hidden;
  }

  body {
    width: 100%;
    color: #ccc;
    overflow-x: hidden;
  }

  .video {
    height: 200px;
    width: auto;
    overflow: hidden;
    float: none;
  }

  .page-container {
    width: 90%;
    margin-left: 5%;
  }

  .width-third {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 3em;
  }

  .width-sixth {
    display: none;
  }

  .topdiv {
    width: 100%;
    float: left;
    margin: 0 0 3em 0;
    padding-left: 0;
    padding-top: 1em;
  }

  .listen {
    display: none;
  }

  .listen-mobile {
    display: block;
  }

  .learn {
    width: 90%;
    padding-left: 1em;
  }

  .middiv {
    width: 90%;
    padding-left: 0;
    float: left;
    padding-top: 1em;
    border-top: 1px solid #111;
  }

  .read {
    padding-left: 0;
    text-align: left;
  }

  .blurb {
    margin: .5em 0 1em 1em;
  }

  .chaos {
    margin-left: 0;
  }

  .download {
    display: none;
  }

  .title-block {
    display: none;
  }

  .divider-mobile {
    display: block;
    margin-bottom: 1em;
  }

  .divider-2 {
    transform: scaleX(-1);
    margin-left: -75%;
  }

  .divider-desktop {
    display: none;
  }

  .slides {
    width: 100%;
    height: 300px;
    text-align: center;
    margin: 0 0 5em 0;
    float: left;
  }

  .crop-300 {
    width: 300px;
    height: 300px;
    overflow: hidden;
    margin: 0 auto 1em auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  section {
    width: 100%;
    text-align: center;
  }

  section img {
    margin: 1em auto;
  }

  .footer {
    margin: 0 auto;
  }

}

/* iphones se */
@media only screen and (max-width: 568px) {
  .album-cover img, .chaos .chaos-on, .chaos .chaos-off, .crop-300 {
    width: 100%;
    height: 100%;
  }
  .chaos .chaos-off {
    display: none;
    width: 100%;
    height: 100%;
  }
  .divider-2 {
    margin-left: -110%;
  }

}
