body {
  background-color: white;
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  color: white;
  font-size: 120%;
  font-weight: 300; }

a {
  color: white;
  font-weight: 300;
  text-decoration: underline; }

a:hover, a:focus {
  border: 0px none;
  text-decoration-style: double; }

.pierre-hover-highlight {
  opacity: 0.7;
  filter: alpha(opacity=70); }

.pierre-hover-highlight:hover {
  opacity: 1.0;
  filter: alpha(opacity=100); }

#menu {
  z-index: 3;
  position: absolute;
  display: inline-block;
  width: 100%;
  left: 0;
  top: 10px;
  font-size: 25px;
  text-align: center; }

#homebutton img {
  width: 30px;
  height: 30px; }

#homebutton {
  float: left;
  margin-left: 20px;
  vertical-align: center; }

@media (max-width: 400px) {
  #homebutton {
    margin-left: 9px; } }
#container {
  position: relative;
  overflow: hidden !important;
  width: 100%;
  margin: 0 auto; }

#main-img-bg {
  position: relative;
  top: 0px;
  z-index: -2;
  text-align: center;
  width: 100%; }

#main-img-bg img {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px; }

@media (max-width: 1920px) and (min-width: 660px) {
  #main-img-bg {
    width: 1920px;
    left: 50%;
    margin-left: -960px; } }
@media (max-width: 660px) {
  #main-img-bg {
    width: 740px;
    left: 50%;
    margin-left: -370px; } }
#buy {
  width: 100%;
  height: 60px;
  text-align: center;
  background-color: white;
  color: black;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  overflow-x: hidden;
  font-size: 20px;
  line-height: 40px; }

#buy * {
  box-sizing: border-box; }

#buy-band-container {
  max-width: 1400px;
  margin: 0 auto; }

#btn-container {
  float: left;
  margin-top: 10px;
  display: inline-block;
  text-align: right;
  width: 50%; }

#btn-container span {
  border-radius: 9px;
  padding: 10px;
  background: black;
  color: white;
  line-height: 40px;
  font-weight: 300; }

#btn-container * {
  margin-right: 20px; }

#price-container span {
  margin-left: 20px;
  font-size: 90%; }

#price-container {
  float: right;
  margin-top: 10px;
  display: inline-block;
  text-align: left;
  width: 50%;
  min-width: 240px; }

#btn-container img {
  vertical-align: middle; }

@media (max-width: 500px) {
  #buy {
    height: 100px; }

  #btn-container {
    float: none;
    text-align: center; }

  #btn-container * {
    margin-right: 0; }

  #price-container span {
    margin-left: 0; }

  #price-container {
    margin-top: 5px;
    float: none;
    text-align: center; } }
.band {
  clear: both;
  min-height: 400px;
  background-color: #403f48; }

.band * {
  box-sizing: border-box; }

.color1 {
  background-color: #97698a; }

.color2 {
  background-color: #eb7070; }

.color3 {
  background-color: #ff9371; }

.band-container {
  max-width: 1400px;
  min-height: 400px;
  margin: 0 auto; }

.screenshot {
  width: 50%;
  height: 400px;
  position: relative;
  overflow-x: hidden; }

.screenshot img {
  position: absolute;
  left: 50%;
  margin-left: -350px; }

.desc {
  width: 50%;
  height: 400px; }

.desc h3 {
  top: 30px;
  font-weight: 300;
  font-size: 30px;
  position: relative; }

.desc p {
  text-align: justify;
  position: relative;
  font-weight: 300;
  top: 90px;
  max-width: 400px;
  height: 115px;
  margin: 0 auto; }

.feature {
  margin: 0px 15px;
  width: 40px;
  height: 40px;
  position: relative;
  top: 50px; }

.lefty {
  float: left; }

.righty {
  float: right; }

@media (max-width: 1000px) {
  .lefty {
    float: none; }

  .righty {
    float: none; }

  .band-container {
    max-width: 700px; }

  .screenshot {
    width: 100%; }

  .desc {
    width: 100%;
    height: initial; }

  .desc h3 {
    padding-top: 20px;
    position: initial; }

  .feature {
    margin: 10px 15px;
    position: initial; }

  .desc p {
    position: initial;
    padding: 20px 10px 40px 10px;
    height: initial; } }
@media (max-width: 500px) {
  .screenshot {
    height: 285px; }

  .screenshot img {
    width: 500px;
    height: 285px;
    margin-left: -250px; } }
#footer {
  padding: 30px 0 20px 0;
  background-color: white;
  text-align: center;
  font-size: 12px;
  color: #b4b4b4; }
