html {
  font-size: 62.5%;
}

body {
  color: #FFF;
  background-color: #141618;
  font-family: Georgia, serif;
  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;
}

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

#part1 {
  background: #141618 url("../../img/swords/bg_texture_dark.jpg") repeat-x;
  color: #d5d1c5;
}

#title-1 {
  padding-top: 100px;
  padding-left: 40px;
  width: 540px;
  max-width: 100%;
}

.title-img {
  max-width: 75%;
}

#title-text-name {
  text-align: center;
  font-size: 2rem;
  margin-top: 70px;
  margin-bottom: 40px;
}

.title-text-small {
  font-size: 1.8rem;
}

.title-text-big {
  font-size: 2.2rem;
}

#title-2 {
  padding-right: 40px;
  width: 540px;
  text-align: right;
  max-width: 100%;
}

#title-text-studio {
  text-align: center;
  font-size: 2rem;
  margin-top: 200px;
  margin-bottom: 220px;
}

#title-text-studio a {
  color: #d5d1c5;;
  text-decoration: none;
}

#title-text-studio a:hover {
  border-bottom: 1px solid #d5d1c5;
}

#trailer {
  width: 800px;
  height: 450px;
  max-width: 100%;
  margin-bottom: 40px;
}

.description {
  width: 800px;
  max-width: 100%;
  margin-top: 120px;
}

.description-block {
  width: 66%;
  text-align: center;
  font-size: 2rem;
  padding: 10px;
}

.description-block:lang(zh) {
  font-family: 'cwTeXFangSong', Georgia, serif;
  font-size: 2.2rem;
}

#lang-select {
  text-align: center;
  font-size: 2rem;
  margin-top: 160px;
}

#lang-select a {
  font-family: 'Roboto Condensed', sans-serif;
  color: #41464b;
  text-decoration: none;
}

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

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

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

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

.lang-select-item {
  margin: 5px;
}

#part2 {
  background: #ebe9e7 url("../../img/swords/bg_texture_light.jpg") repeat-x;
  color: #000;
}

#separator {
  background: url("../../img/swords/separate.png") repeat-x;
  width: 100%;
  height: 90px;
}

#store-badges {
  margin-top: 80px;
  margin-bottom: 80px;
}

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

#hashtag {
  font-size: 4rem;
  margin-bottom: 20px;
}

#contact {
  font-size: 2.6rem;
  font-variant: small-caps;
  margin-bottom: 150px;
}

.contact-line {
  margin: 6px;
}

#contact a {
  color: #000;
  text-decoration: none;
  margin: 0px 10px 0px 10px;
}
#contact a:hover {
  border-bottom: 2px solid #000;
}

#cool-sentence {
  font-style: italic;
  font-size: 3rem;
  text-align: center;
  padding: 10px;
  margin-bottom: 150px;
}

#cool-sentence:lang(zh) {
  font-family: 'cwTeXFangSong', Georgia, serif;
  font-style: normal;
  font-size: 4.2rem;
}

#cool-sentence:lang(ja) {
  font-style: normal;
  font-size: 3.6rem;
}

#awards {
  margin-bottom: 150px;
}

.award {
  height: 66px;
  margin: 12px;
}

#quotes {
  width: 90%;
}

.quote {
  width: 620px;
  max-width: 100%;
  margin-bottom: 80px;
  font-style: italic;
}

.quote:lang(zh) {
  font-family: 'cwTeXFangSong', Georgia, serif;
  font-style: normal;
}

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

.quote-msg {
  padding-left: 10px;
  font-size: 2rem;
}

.quote-msg:lang(zh) {
  font-size: 2.2rem;
}

.quote-source {
  text-align: right;
  margin-top: 15px;
  padding-right: 10px;
  font-style: normal;
  font-size: 1.8rem;
}

.quote-source:lang(zh) {
  font-size: 2rem;
}


#copyright {
  margin-top: 180px;
  padding-bottom: 50px;
}

#copyright a {
  color: #000;
  text-decoration: none;
  margin-left: 6px;
}

#copyright a:hover {
  border-bottom: 1px solid #000;
}

/* For devices smaller than 500px */
@media (max-width: 500px) {

  .description-block {
    font-size: 1.8rem;
  }

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

  #hashtag {
    font-size: 3.6rem;
  }

  #contact {
    font-size: 2.4rem;
  }

  #contact a {
    margin: 0px 5px 0px 5px;
  }

  #cool-sentence {
    font-size: 2.6rem;
  }

  #cool-sentence:lang(ja) {
    font-size: 2.4rem;
  }

}
