body {
  margin: 0px;
  background-color: white; }

#ToneNoTone {
  position: absolute;
  top: 16px;
  right: 16px;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 400; }

#Echo {
  padding-top: 30px; }
  @media (max-width: 460px) {
    #Echo {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 320px;
      height: 400px;
      margin-top: -200px;
      margin-left: -160px; } }
  @media (min-width: 461px) {
    #Echo {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 460px;
      height: 400px;
      margin-top: -200px;
      margin-left: -230px; } }

#Echo #Description {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center; }

#Echo #Play {
  margin-top: 10px;
  width: 280px;
  height: 300px;
  font-family: "Lato", sans-serif;
  cursor: pointer;
  text-align: center;
  background: url("./images/echoLogo.png");
  background-size: 280px auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: visible; }
  @media (max-width: 460px) {
    #Echo #Play {
      margin-left: 20px; } }
  @media (min-width: 461px) {
    #Echo #Play {
      margin-left: 90px; } }

#Echo #Play a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px; }

#Echo #Play:after {
  content: "play now!";
  line-height: 520px;
  font-weight: 400;
  font-size: 12px;
  color: #02acee;
  width: 100%;
  text-align: center; }

#Echo #Play:hover {
  background: none; }

#Echo #Play:hover:after {
  content: "PLAY";
  font-size: 96px;
  font-weight: 100;
  color: black;
  line-height: 246px;
  letter-spacing: 20px; }

#Echo #Play:active:after {
  color: white; }

#AppStore {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 135px;
  height: 40px;
  background: url("./images/appStore.svg");
  background-size: 100% 100%; }
