
html {
  height:100%;
  width:100%;
}

body {
  height:100%;
  width:100%;
  background-image: url('/gfx/room3.png');
  background-size: cover;
  background-position: center;
  /*background-repeat: no-repeat;*/
  background-attachment: fixed
}

h1 {
  text-align: center;
  color: #febf04;
  font-weight: bold;
  text-shadow: 2px 2px 2px #666;
}

a:link {
  font-weight: bold;
  color: #febf04;
}

a:visited {
   color: #febf04;
}

a:hover {
  color: #666;
}

a:active {
  color: #febf04;
}

.button, .button-primary {
  border-radius: 100px;
  background-color: #febf04 !important;
  border-color: #fff !important;
}

.section {
  padding: 3rem 0 4rem;
  text-align: center;
  /*font-size: 1.5rem;*/
}

.hero {
  height: 340px;
 /* background-color: rgba(0,0,0);*/
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 2px #666;
  padding-bottom: 5rem;
}

.bubble {
  margin-top: 35px;
  text-align: center; 
  padding: 20px;
  border-radius: 70px;
  background-color: rgba(0,0,0,0.8);
}

.box {
  width: 480px;
}

.features {
  background-color: #fff;
}

.build {
  background-color: #fff;
  font-size: 1.6rem;
}

.descText {
  margin-top: 10px;
  min-height: 75px;
}

.number {
  float: left;
  margin-left: -20px;
  margin-bottom: -40px;
  font-size: 60px;
  color: #febf04;
  font-weight: bold;
  text-shadow: 2px 2px 2px #666;
}


@media (max-width: 980px) {
  .box {
    width: 120%;
  }

  #hero-bubble {
    margin-top: 5px;
  }
}

@media (max-width: 900px) {
  h4 {
    font-size: 25px;
  }
}

@media (max-width: 730px) and (min-width: 551px) {
  h4 {
    font-size: 20px;
  }
}

@media (max-width: 550px) {
  .features {
    margin-top: 15px;
  }
}

@media (max-width: 830px) {
  #hero-bubble {
    width: 100%;
  }

  .boxContainer {
    width: 90% !important;
  }

  .box {
    width: 100%;
  }
}
