body {
  background-color: #000;
  font: 400 1em/1.38 Helvetica;
  color: rgb(0, 0, 0);
}

.image {
  display: block;
  position: fixed;
  right: 1.5%;
  width: 60px;
  height: auto;
  overflow: hidden;
}

.text {
  position: relative;
  margin-top: 15px;
  font-size: 1em;
  color: #fff;
}

.image-1 {
  top: 150px;
  z-index: 5;
}

.image-2 {
  top: 75px;
  z-index: 4;
}

.image-3 {
  top: 225px;
  z-index: 6;
}

.wrapper {
  overflow: hidden;
}

.text-1 {
  float: left;
  z-index: 2;
  margin-left: 1%;
}

.text-2 {
  float: right;
  z-index: 3;
  margin-right: 11%;
}

.wrapper-1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 95px;
  height: 23px;
}

.wrapper-2 {
  position: relative;
  z-index: 0;
  width: 78%;
  height: 1200;
  margin: 60px auto 0;
  background-color: rgb(255, 255, 255);
}

/* Frontpage Slider */
.frontpage .sy-controls {
  display: block;
}
.frontpage .sy-pager {
  margin: 1.5em 0;
}
.frontpage .external-captions {
  background-color: #fff;
  padding: 1em;
}

/* Mobile Styles */
@media only screen and (max-width: 850px) {
  body {
    background-color: #000;
  }
}


/* Desktop Styles */
@media only screen and (min-width: 851px) {
  .page {
    width: auto;
    margin: 0 auto;
  }
