body {
  margin-bottom: 50px;
  background-image: url('../images/bg.png');
  background-size: cover;
  background-attachment: fixed;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 150px;
  margin-bottom: 0px;
  margin-left: 9%;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 24px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  width: 50%;
  min-width: 580px;
  margin-top: 100px;
  margin-bottom: 5px;
  margin-left: 9%;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 24px;
  line-height: 42px;
  font-weight: 300;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.quote {
  margin-top: -5px;
  margin-left: 9%;
  font-family:'Open Sans', sans-serif;
  color: #bababa;
}
.shape {
  margin-top: 40px;
  margin-left: 9%;
}
.stay {
  margin-top: 100px;
  margin-left: 9%;
  color: #bababa;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.be {
  width: 30px;
  height: 30px;
  margin-top: 25px;
  margin-bottom: 50px;
  margin-left: 9%;
  background-image: url('../images/be.png');
  opacity: 0.6;
}
.be:hover {
  opacity: 1;
}
.facebook {
  width: 30px;
  height: 30px;
  margin-top: 0px;
  margin-bottom: 50px;
  margin-left: 15px;
  padding-bottom: 0px;
  background-image: url('../images/facebook.png');
  opacity: 0.6;
}
.facebook:hover {
  opacity: 1;
}
.ph2 {
  margin-top: 30px;
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
  body {
    background-color: #030303;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  p {
    min-width: 420px;
  }
}
@media (max-width: 479px) {
  body {
    background-color: #030303;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  p {
    min-width: 240px;
    float: none;
  }
}