@import url(https://fonts.googleapis.com/css?family=Special+Elite);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
body {
  text-align: center;
  background: black;
  margin: 100px 0;
  font-family: 'Special Elite', monospace;
  color: whitesmoke;
  font-size: 0;
}
a {
  color: white;
  opacity: .8;
  text-decoration: none;
  display: inline-block
}
.about {
  max-width: 1000px;
  display: block;
  margin: 40px auto;
  line-height: 30px;
}
.button, input[type='submit'] {
  display: inline-block;
  padding: 10px 50px;
  padding-bottom: 5px;
  margin: 20px;
  border: 1px solid;
  border-radius: 10px;
  opacity: 1;
  -webkit-transition: padding 1s; /* Safari */
  transition: padding 1s;
}
input[type='submit'] {
  font-family: inherit;
  font-size: inherit;
  background: inherit;
  color: inherit;
  cursor: pointer;
  line-height: inherit;
  outline: none;
}
.fa {
  padding: 10px;
}
socials {
  margin: 30px;
  display: block;
}
socials a {
  display: inline-block;
  font-size: 30px;
  vertical-align: top;
}
footer {
  margin: 50px 0 0;
}
footer img {
  padding: 10px;
}
.itunes, .amazon, .google {
  height: 50px
}
.amazon, .google {
  padding-left: 30px
}
iframe {
  width: 100vw;
  height: 56.25vw;
  border: 0
}
.ello {
  height: 20px
}
mobile {
  display: none
}
input[type='image'] {
  width: 127px;
  padding: 10px;
  margin: -10px 0;
  outline: none;
  opacity: 0;
}
store .button {
  margin-top: 60px;
}
h2 {
  font-size: 15px;
  max-width: 610px;
  margin: 0 auto 50px;
  line-height: 150%;
}
wrap {
  width: 300px;
  height: 300px;
  display: inline-block;
  background: #151515;
  vertical-align: top;
  max-width: 100%;
}
inner {
  display: none;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: initial;
  line-height: 150%;
  padding: 10px;
}
.art {
  width: 100%;
}
wrap .button {
  margin: 6px
}
form {
  padding-top: 10px;
}
h1 {
  font-size: 30px;
  letter-spacing: 30px;
  margin: 40px 0;
}
store {
  width: 1300px;
  display: inline-block;
  max-width: 100%;
}
@media only screen and (min-device-width : 1000px) {
  a:hover {
    opacity: 1
  }
  .button:hover, input[type='submit']:hover {
    padding-left: 70px;
    padding-right: 70px;
  }
  wrap:hover .art {
    display: none;
  }
  wrap:hover inner {
    display: inline-block;
  }
}
@media only screen and (max-device-width : 1000px) {
  .about {
    width: auto;
  }
  iframe {
    display: none
  }
  mobile {
    display: initial
  }
  mobile iframe {
    display: initial;
    height: 400px;
    padding: 30px 0;
  }
  wrap {
    height: auto;
    margin-bottom: 30px;
  }
  inner {
    display: block;
    position: initial;
    transform: none;
    padding: 30px 10px;
  }
  form {
    margin: 0;
  }
  input[type='submit'] {
    margin: 0;
  }
}
@media only screen and (max-device-width : 500px) {
  body {
    margin: 20px
  }
  store .logo {
    width: 100%;
    padding-top: 50px
  }
  .about {
    font-size: 14px
  }
  iframe {
    width: calc(100% + 40px);
    ;
    padding: 0;
    margin-left: -20px
  }
  .itunes, .amazon, .google {
    padding: 10px
  }
  footer {
    margin-top: 40px
  }
  socials a {
    font-size: 30px;
  }
  .ello {
    height: 30px
  }
  .fa {
    padding: 5px
  }
  mobile iframe {
    height: 250px;
  }
  footer img {
    margin-bottom: 50px
  }
}