html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #232326;
  color: #9f9f9f;
  font-family: sans-serif;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 50%,
    from(#131316),
    to(#232326)
  );
}

#earthtone-canvas {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1024px;
  height: 575px;
}

#timeline-container {
  position: relative;
  width: 1024px;
  height: 100px;
  left: 50%;
  margin-left: -512px;
  background-color: rgba(31, 31, 38, 0.25);
}

#logo {
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B';
  font-weight: 300;
  font-style: italic;
  font-size: 40px;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #333336;
  text-align: center;
  line-height: 40px;
  /*left: 50%;
    width: 1024px;
    margin-left: -512px;
    letter-spacing: 25px;*/
}

#map-canvas {
  width: 1058px;
  height: 728px;
  top: 50%;
  left: 50%;
  margin-top: -410px;
  margin-left: -542px;
  position: absolute;
  overflow: hidden;
}

#map-tiles {
  width: 1280px;
  height: 768px;
  opacity: 0;
}

#map-tiles img {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}

#tagline {
  position: absolute;
  z-index: 1000002;
  bottom: 10px;
  left: 10px;
  line-height: 50px;
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B';
  font-weight: 300;
  font-style: normal;
  color: #efefef;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  padding: 0px 25px;
}

#tagline a {
  color: inherit;
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B';
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}

#playControl-canvas {
  position: absolute;
  z-index: 10000001;
  border-radius: 2px;
  cursor: pointer;
  opacity: 0;
}

#playControl-text {
  position: absolute;
  z-index: 10000002;
  line-height: 50px;

  color: #fff;
  width: 100px;
  bottom: 10px;
  right: 420px;
  text-align: center;
  text-transform: uppercase;
}

#timeline-canvas {
  border-radius: 2px;
  z-index: 1000001;
  opacity: 0;
}

#current-time {
  position: absolute;
  z-index: 1000002;
  bottom: 10px;
  right: 10px;
  line-height: 50px;
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B';
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 14px;
  width: 400px;
  text-align: center;
  opacity: 0;
}

.quake-info {
  position: absolute;
  font-style: normal;
  text-align: center;
  width: 200px;
  margin-left: -100px;
  color: rgba(255, 255, 255, 1);
  /*text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);*/
}

.quake-magnitude {
  font-family: 'Forza SSm A', 'Forza SSm B';
  font-weight: 300;
  font-size: 28px;
  line-height: 25px;
}

.quake-location {
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B';
  font-weight: 300;
  font-size: 12px;
}
