
body, html {
    background-color: black;
    font: 400 15px/1.8 "Lato",sans-serif;
    height: 100%;
    margin: 0;
    font-size: 25px;
    background-image: url("../img/universe.jpeg");
    background-attachment: fixed;
}

.hidden {
  display: none;
}

.bgimg-cat, .bgimg-laser, .bgimg-fists, .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5 {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    border-width: 3em;
    border-style: solid;
    border-color: transparent;
}

.bgimg-universe {
  min-height: 100%;
}
.bgimg-fists {
  background-image: url("../img/fistsscrolldown-min.png");
  min-height: 100%;
}
.bgimg-cat {
  background-image: url("../img/cat_transparent.png");
  min-height: 100%;
  background-position: bottom;
}
.bgimg-laser {
  background-image: url("../img/laser.png");
  min-height: 100%;
  background-position: bottom;
  display: none;
}
.bgimg-1 {
  background-image: url("../img/1-1.jpg");
  min-height: 100%;
}
.bgimg-2 {
    background-image: url("../img/2-1.jpg");
    min-height: 100%;
}
.bgimg-3 {
    background-image: url("../img/3-1.jpg");
    min-height: 100%;
}
.bgimg-4 {
    background-image: url("../img/4-1.jpg");
    min-height: 100%;
}
.bgimg-5 {
    background-image: url("../img/5-1.jpg");
    min-height: 100%;
}

.btn {
    position: fixed;
    top: 10%;
    left: 85%;
    color: red;
    background-color: transparent;
    border-color: transparent;
}

.caption {
    color: #000;
    left: 0;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
}

.caption span.border {
    background-color: #111;
    color: #fff;
    letter-spacing: 10px;
    padding: 18px;
    background-color:transparent
}

@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-cat, .bgimg-fists, .bgimg-laser {
        background-attachment: scroll;
        border-width: 0.2em;
    }
    .bgimg-cat, .bgimg-laser {
      border-width: 0;
    }
    .caption {
      top: 47%;
    }
  }

  @media only screen and (max-device-width: 600px) {
    .caption {
      top: 47%;
      font-size: 10px;
      font-weight: bold;
    }
  }

#audio_with_controls {
  display: none;
}
