html
{
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body
{
  margin: 0;
  background: #000;
  color: #666;
  text-align: center;
}

a,
a:active,
a:hover,
a:visited
{
  outline: 0;
  color: #666;
}

h1
{
   margin-top: 1em;
   margin-bottom: 0;
   text-indent: -999em;
   position: relative;
}

h1 img 
{
   max-width: 100%;
   height: auto;
   display: block;
   margin: 0 auto;
}

p
{
   margin: 0 0 0 0;
   padding: 0;
}

p.stores
{
  margin: -2em 0 1em 0;
}

.stores a
{
  outline: 0;
  text-decoration: none;
  overflow: hidden;
}

.stores a img
{
  max-height: 50px;
  width: auto;
}

#apple
{
  
}

#google
{
  left: 60%;
}

p 
{
  font-size: 1em;
}

@media screen and (min-width: 320px)
{
   p
   {
      font-size: 0.8em;
   }    
}

@media screen and (min-width: 1120px)
{
   p
   {
      font-size: 0.8em;
   }    
}