.body {
  background-color: #000;
}

p a { color: #FFF; }

.back-bar {
    width: 100%;
    background: #000;
    color: #FFF;
    position: fixed;
    z-index: 999;
}
.back-bar > a {
    color: #FFF;
    font-family: Arial;
    text-decoration: none;
    font-size: 17px;
    padding: 22px 34px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.012em;
}
.back-bar > a:hover {
    color: red;
}
.back-bar div {
    padding-right: 50px;
    float: right;
}
.back-bar .float-right a {
    padding: 20px 31px;
    float: left;
}
.back-bar a icon {
    fill: #FFF;
    height: 20px;
    width: 20px;
    float: left;
}
.back-bar a:hover icon {
    fill: red;
}

.text-block {
  width: 550px;
  margin: 35px auto;
  font-family: Inconsolata, monospace;
  color: #fff;
  font-size: 15px;
  line-height: 35px;
  font-style: normal;
  font-weight: 400;
  text-align: justify;
}

.rich-text-block {
  width: 550px;
  margin-right: auto;
  margin-left: auto;
}

.rich-text-block-2 {
  width: 550px;
  margin: 0% auto 0px;
  padding-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  font-weight: 100;
  text-align: justify;
  letter-spacing: 0.8px;
}

.heading {
  width: 550px;
  margin-right: auto;
  margin-left: auto;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
}

.html-embed {
  width: 550px;
  margin-right: auto;
  margin-left: auto;
}

.div-block {
  margin-top: 0px;
  margin-bottom: 65px;
}

.image {
  margin-top: 0px;
  margin-bottom: 5px;
}

.image-2 {
  margin-top: 5px;
  margin-bottom: 25px;
}

.image-3 {
  margin-top: 5px;
  margin-bottom: 35px;
}

.image-4 {
  margin-top: 5px;
  margin-bottom: 35px;
}

.image-5 {
  margin-top: 5px;
  margin-bottom: 35px;
}

.image-6 {
  margin-top: 5px;
  margin-bottom: 35px;
}

.image-7 {
  margin-top: 5px;
  margin-bottom: 35px;
}

.div-block-2 {
  width: 100%;
  height: 100%;
  padding-top: 40%;
  padding-bottom: 25px;
  background-image: url('../images/restup.jpg');
  background-position: 0px 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}

a { cursor: pointer; }

@media (max-width: 991px) {
  .div-block-2 {
    height: 100%;
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .rich-text-block-2 {
    width: 90%;
  }
  .heading {
    width: 90%;
    font-size: 26px;
  }
  .html-embed {
    width: 90%;
  }
  .div-block-2 {
    height: 100%;
    padding-bottom: 25px;
  }
}

@media (max-width: 479px) {
  .rich-text-block-2 {
    font-size: 14px;
  }
  .heading {
    font-size: 26px;
    line-height: 36px;
  }
  .div-block-2 {
    height: 100%;
  }
}