html {
  font-size: 62.5%;
}

body {
  color: #FFF;
  background-color: #222;
  font-family: "Source Sans Pro", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 1.6em;
}

img {
  max-width: 100%;
}

.container {
  display: -webkit-flex;
  display: flex;

  /* DEBUG */
  /*border: 1px solid #F00;*/
}

.cols {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.main-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.main-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.cross-center {
  -webkit-align-items: center;
  align-items: center;
}

.cross-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.none {
  -webkit-flex: none;
          flex: none;
}

.aspect-content {
  position: absolute;
  width: 100%;
  height: 100%;
}

#top-container {
  background-image: url("../../img/aride/top.png");
  background-size: cover;
  position: relative;
  width: 100%;
  padding-bottom: 40%;
}

#top-container img {
  width: 100%;
}

#bottom-container {
  background-image: url("../../img/aride/bottom.png");
  background-size: cover;
  position: relative;
  width: 100%;
  padding-bottom: 45%;
}

#middle-area {
  background: linear-gradient(rgb(54, 47, 45), rgb(45, 43, 51));
}

#lang-select {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.8rem;
  margin-top: 60px;
}

#lang-select a {
  color: rgba(255, 255, 255, 0.16);
  text-decoration: none;
  margin: 5px;
}

#lang-select a:hover {
  color: #FFF;
}

#lang-select-en:lang(en) {
  display: none;
}

#lang-select-zh:lang(zh) {
  display: none;
}

#lang-select-ja:lang(ja) {
  display: none;
}

#title-container {
  text-align: center;
  width: 60%;
}

#title {
  margin: 200px 0px 100px 0px;
}

#description {
  color: rgba(255, 255, 255, 0.66);
  text-align: center;
  font-style: italic;
  font-size: 1.8rem;
  margin: 0px 20px 0px 20px;
}

#description:lang(zh) {
  font-style: normal;
}

#description:lang(ja) {
  font-style: normal;
}

#trailer {
  width: 720px;
  height: 405px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  max-width: 100%;
  margin: 120px 0px 120px 0px;
}

#store-badges {
  margin-bottom: 100px;
}

.store-badge {
  height: 50px;
  margin: 12px;
}

#icon-links img {
  width: 28px;
  height: 28px;
  padding: 6px;
}

#text-links {
  text-align: center;
  font-style: italic;
  font-size: 1.8rem;
  margin: 40px 0px 100px 0px;
}

#text-links a {
  color: #FFF;
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  line-height: 1.8;
}

#text-links a:hover {
  border-bottom: 2px solid rgba(255, 255, 255, 1);
}

#quotes {
  width: 90%;
  flex-wrap: wrap;
  margin-bottom: 120px;
}

.single-quote {
  font-size: 1.5rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.33);
  width: 300px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
  margin: 20px;
  box-sizing: border-box;
  box-shadow: 6px 6px rgba(255, 255, 255, 0.1);
}

.single-quote:lang(zh) {
  font-style: normal;
}

.single-quote:lang(ja) {
  font-style: normal;
}

.quote-source {
  text-align: right;
  margin-top: 15px;
}

.quote-source a {
  color: rgba(255, 255, 255, 0.33);
  text-decoration: none;
  border-bottom: 1px solid;
}

.quote-source a:hover {
  color: rgba(255, 255, 255, 0.66);
}

footer {
  color: rgba(255, 255, 255, 0.33);
  background-color: #363140;
  padding: 80px 20px 20px 20px;
  font-style: italic;
  letter-spacing: 0.1rem;
}

footer a {
  color: rgba(255, 255, 255, 0.33);
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

footer a:hover {
  border-bottom: 2px solid rgba(255, 255, 255, 0.33);
}

@media (max-width: 800px) {

  #top-container {
    background-image: url("../../img/aride/top-s.png");
    padding-bottom: 56.34%;
  }

  #bottom-container {
    background-image: url("../../img/aride/bottom-s.png");
    padding-bottom: 63.38%;
  }

  #title {
    margin: 120px 0px 60px 0px;
  }

  #description {
    font-size: 1.6rem;
  }

  #trailer {
    margin: 80px 0px 80px 0px;
  }

  .single-quote {
    width: 100%;
  }

}

@media (max-width: 500px) {

  .store-badge {
    height: 44px;
    margin: 4px;
  }

}
