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

.bg_stars{
  position: absolute;
  top: 0;
  left: 0;
  width: 1400px;
  height: 100%;
}

#rocketstory {
  max-width:960px;
  margin: auto:
}

/* BLUEPRINT */

.blueprint_container {
  position: relative;
  float: left;
  width: 100%;
}

.blueprint_header {
  position: relative;
  z-index: 30;
  margin: 5%;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
  font-size: 1.688em;
  color: rgb(255, 255, 255);
}

.blueprint_text {
  font-size:1.3em;
  position: relative;
  float: left;
  z-index: 29;
  width: 90%;
  border: none;
  color: white;
  margin: 5%;
}

.blueprint_text .text {
  color: white;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
}

.man_with_blueprint {
  position: relative;
  float: left;
  width: 100%;
  max-width:300px;
}

@media (min-width: 760px) {
  .blueprint_text {
    width: 45%;
  }
  .man_with_blueprint {
    display: block;
    z-index: 27;
    width: 50%;
    overflow: hidden;
    margin-left:5%;
  }
}

/* SERVICES */

.services_container {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}

.services_header {
  position: relative;
  clear:both;
  margin: 5% 0 0 5%;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
  font-size: 1.688em;
  color: rgb(255, 255, 255);
}

.services_text {
  position: relative;
  float: left;
  clear: both;
  z-index: 22;
  width: 80%;
  margin: 25px 20px 0 50px;
  font-size: 1.563em;
  color: #ffffff;
}

.services_rocket {
  display: none;
}

.description_lines{
  display: none;
}


@media (min-width: 440px) {
  .description_lines {
    display: block;
    position: absolute;
    z-index: 25;
    width: 25%;
    top: 80px;
    right: 25%;
    height: 70%;
  }

  .services_rocket {
    display: block;
    position: absolute;
    z-index: 19;
    height: 100%;
    right: 5%;
    top: 20px;
  }

  .services_text {
    width: 40%;
    margin: 25px 0 0 5.25%;
    text-align: right;
  }
}


/* WORK */

.work_container {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  min-height: 470px;
  margin-bottom:45px;
}

.work_header {
  position: relative;
  float: left;
  z-index: 30;
  margin: 5%;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
  font-size: 1.688em;
  color: rgb(255, 255, 255);
}

.moon {
  display: block;
  position: absolute;
  top: 105px;
  left: 50px;
  z-index: 8;
  width: 200px;
  height: auto;
  overflow: hidden;
}

.work_rocket {
  display: block;
  position: absolute;
  top: 52px;
  left: 106px;
  z-index: 18;
  width: 50px;
  height: auto;
  overflow: hidden;
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
}

#work_text {
  display:block;
  position: absolute;
  z-index: 29;
  width: 90%;
  padding: 20px;
  margin-top: 300px;
}

.work_text .text {
  margin: 10px;
  font-size: 1em;
  color: white;
}

@media (min-width: 700px) {
  .moon {
      width: 244px;
      left: 200px;
  }

  .work_rocket {
    left: 250px;
  }

  .work_container {
     min-height: 350px;
  }

  #work_text {
    z-index: 29;
    right: 5%;
    top:20px;
    width:30%;
    border: 18px solid rgb(255, 255, 255);
    background-color: #e6e7e8;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
    margin: 5%;
  }

  .work_text .text {
    font-size: 1em;
    color: rgb(0, 0, 0);
    padding-bottom: 20px;
  }

}

/* CONTACTS */

.map_container {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  min-height: 400px;
}

.map {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.map_header {
  position: relative;
  float: left;
  clear: both;
  z-index: 4;
  margin: 5%;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
  font-size: 1.688em;
  color: rgb(255, 255, 255);
}

.map_rocket {
  display: none;
}

.map_text {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 10px;
}

.map_text .text {
  margin-left: 10.80392%;
  color: white;
  padding-bottom: 20px;
  clear: both;
  width: 60%;
  font-size: 1em;
}

.map_text .header {
  margin-top: 39px;
  font-size: 1.75em;
}

@media (min-width: 570px) {
  .map {
    position:absolute;
    right: 30%;
    height: 400px;
  }
  .map_rocket {
    display: block;
    position: absolute;
    z-index: 5;
    width: 20%;
    height: auto;
    top: 30%;
    right: 10px;
    overflow: hidden;
  }

  .map_text .text {
    color: rgb(0, 0, 0);
  }
  .map_text {
    position: absolute;
    z-index: 3;
    top: 30px;
    max-width: 350px;
    padding: 10px;
    width: 50%;
    right: 5%;
    background-color: #e6e7e8;
    border: solid white 20px
  }
}
