body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin:0;
  text-align: center;
  background:url("../img/hardrock-destop3.jpg") no-repeat left top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #FFF;
  }

h1 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  color:#FFFFFF;
}

p {font-weight: 200; margin-bottom: 20px;}

div {
  position: relative;
  display: block;
  min-height: 50px;
  }

strong {
font-weight: 500;
}

span {font-size: 0.8em}


.background {
  background:url("../img/hardrock-destop3.jpg") no-repeat left top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.logo {
  padding-top: 100px;
}

.messaging {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px, 0, 15px,0;
  position: absolute;
  bottom: 0;
  width: 100%;

}

#apps {
  display: inline;
  box-sizing: border-box;
  height: 50%;
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 990px) {

body {
  background:url("../img/hardrock-mobile2.jpg") no-repeat left top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

p {
  font-size: 0.8em;
}

h1 {
  font-size:1.1em;
  padding: 0 10px;
  margin-bottom: -5px;
}

.logo {
  padding-top: 40px;
}

.logo img {
  max-height: 20vh;
}

.powered {
  margin: -10px 0;
}
.powered img {max-height: 20px}

}
