*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}


html {
  font-family: 'Merriweather', 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-weight: 300;
  color: #282828;
  font-size: 10px;
  font-size: 62.5%;
}


body {
  margin: 0;
  padding: 0;
}


img {
  display: block;
  max-width: 100%;
  height: auto;
}


h1 {
  margin-top: 0;
}


a {
  text-decoration: none;
  color: #c72922;
}


html, body, #wrap {
  min-height: 100%;
}


body {
  font-size: 16px;
  line-height: 2;
  overflow-x: hidden;
}


#wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px;
}


header {
  font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
  background-color: black;
  margin: 0 -15px;
}

header h3 {
  margin: 0 auto;
}

header a.logo {
  display: block;
  padding: 2% 10% 0 10%;
}
header a.logo svg {
  display: block;
  width: 100%;
  height: 100%;
}
header a.logo svg path {
  fill: white;
}
header a.logo svg path.tina {
  fill: #b1251e;
}
header a.logo:hover svg path.tina {
  fill: #da3028;
}

header nav {
  font-size: 18px;
  line-height: 2;
}
header nav ul {
  position: relative;
  text-align: center;
}
header nav ul li, header nav ul dt, header nav ul dd, header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header nav ul li {
  display: inline-block;
  margin-left: -0.3em;
  width: auto;
}
header nav ul li a {
  display: block;
  padding: 0.25em 0.5em 0.5em 0.5em;
  color: #c8c8c8;
  transition: color 0.3s ease;
  font-weight: 500;
  text-transform: uppercase;
}
header nav ul li a:hover {
  color: #c72922;
}


body.about header nav li.about a, body.story header nav li.story a, body.characters header nav li.characters a {
  color: #c72922;
}


#poster {
  position: relative;
  margin: 0 -15px;
}

#poster img {
  width: 100%;
  height: auto;
}

#poster:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 20%;
  background: -webkit-linear-gradient(top, transparent, rgba(255, 255, 255, 0.85) 70%, white 99%);
}


body.about h1 {
  font-size: 42px;
  line-height: 1;
  font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  color: black;
  text-align: left;
  margin: 1em 0;
}
body.about h1 strong {
  font-weight: 600;
}


#about {
  padding-bottom: 2em;
}


body.story {
  background-color: #d87848;
}

body.story #content .wrap {
  position: relative;
}

body.story h1 {
  font-size: 42px;
  line-height: 1;
  font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  color: black;
  text-align: left;
  margin: 1em 0;
}
body.story h1 strong {
  font-weight: 600;
}

body.story h2 {
  font-size: 24px;
  line-height: 1.2;
  font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #9b201b;
}


#skyline {
  margin: 0 -165px;
}

#skyline img {
  width: 100%;
  height: auto;
}


#quote {
  font-size: 18px;
  line-height: 1.7;
  color: white;
  font-weight: 100;
  font-style: italic;
}

#quote p {
  margin: 2em 0;
}


#story {
  padding-bottom: 5em;
}


body.characters h1 {
  font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
  font-size: 42px;
  line-height: 1;
  font-weight: 100;
  text-transform: uppercase;
  margin: 15px 0;
  color: #141414;
}
body.characters h1 strong {
  display: block;
  font-weight: 900;
}
body.characters h1.small {
  text-align: center;
  margin: 1em 0 0.5em 0;
}

body.characters nav.character-list > ul li, body.characters nav.character-list > ul dt, body.characters nav.character-list > ul dd, body.characters nav.character-list > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.characters nav.character-list > ul > li {
  display: block;
  position: relative;
  float: left;
  width: 50%;
  height: 0;
  padding-bottom: 50%;
  max-width: 300px;
}
body.characters nav.character-list > ul > li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #282828;
}
body.characters nav.character-list > ul > li a dl li, body.characters nav.character-list > ul > li a dl dt, body.characters nav.character-list > ul > li a dl dd, body.characters nav.character-list > ul > li a dl {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.characters nav.character-list > ul > li a dl dt {
  display: none;
}
body.characters nav.character-list > ul > li a .name {
  font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  padding-top: 40px;
  text-align: center;
}
body.characters nav.character-list > ul > li a .name strong {
  display: block;
  font-weight: 900;
}
body.characters nav.character-list > ul > li a .name span {
  position: relative;
  font-weight: 300;
}
body.characters nav.character-list > ul > li a .name:after {
  content: "Click for details";
  display: block;
  font-size: 16px;
  line-height: 1.8;
  color: #c72922;
  text-transform: none;
  font-weight: 300;
  opacity: 0;
  transition: opacity 0.5s ease 0s;
  white-space: nowrap;
}
body.characters nav.character-list > ul > li a .sprites {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
}
body.characters nav.character-list > ul > li a .sprites ul li, body.characters nav.character-list > ul > li a .sprites ul dt, body.characters nav.character-list > ul > li a .sprites ul dd, body.characters nav.character-list > ul > li a .sprites ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.characters nav.character-list > ul > li a .sprites ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
body.characters nav.character-list > ul > li a .sprites ul li img {
  display: inline-block;
}
body.characters nav.character-list > ul > li a .sprites ul li.still {
  opacity: 1;
}
body.characters nav.character-list > ul > li a .sprites ul li.walking {
  opacity: 0;
}
body.characters nav.character-list > ul > li a .sprites ul li.action {
  opacity: 0;
  transition: opacity 0s linear 0s;
}
body.characters nav.character-list > ul > li a:hover .sprites ul li.still {
  opacity: 0;
}
body.characters nav.character-list > ul > li a:hover .sprites ul li.action {
  opacity: 1;
}
body.characters nav.character-list > ul > li a:hover .name:after {
  opacity: 1;
  transition: opacity 0.5s ease 0.1s;
}

body.characters .quote {
  font-size: 24px;
  line-height: 1.4;
  display: block;
  color: #c72922;
  background-color: #c72922;
  color: white;
  margin: 0 -15px;
  padding: 15px;
}

body.characters .summary {
  font-family: 'Raleway', 'Helvetica', 'Arial', sans-serif;
  padding: 15px;
  color: white;
  background-color: #282828;
  transition: background-color 0.3s ease;
  margin: 0 -15px;
}
body.characters .summary:hover {
  background-color: #141414;
}
body.characters .summary h6 {
  margin: 0 0 0.5em 0;
  font-size: 36px;
  line-height: 1;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.3);
}
body.characters .summary dl li, body.characters .summary dl dt, body.characters .summary dl dd, body.characters .summary dl {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.characters .summary dl {
  margin-top: 0.5em;
}
body.characters .summary dl dt {
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
  font-weight: 900;
}
body.characters .summary dl dd {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 1em;
}


#portrait, #party {
  margin: 0 -15px;
}

#portrait img, #party img {
  width: 100%;
  height: auto;
}


@media all and (min-width: 480px) {
  body.characters nav.character-list > ul > li {
  width: 33.333%;
  padding-bottom: 33.333%;
}
}


@media all and (min-width: 768px) {
  body {
  font-size: 18px;
  line-height: 2;
}


#wrap {
  position: relative;
  padding: 0 40px;
}


#content {
  padding-top: 110px;
}


header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  margin: 0;
  background-color: #141414;
  overflow: hidden;
  z-index: 10;
}

header .wrap {
  margin: 0 auto;
  padding: 0 40px;
}

header h3 {
  margin: 0;
  float: left;
  max-width: 200px;
}

header a.logo {
  padding: 5% 0 0 0;
}

header nav {
  font-size: 24px;
  line-height: 2;
  padding-top: 0;
}
header nav ul {
  float: right;
  margin-right: -0.75em;
}
header nav ul li a {
  padding: 1.2em 0.75em;
  font-weight: 300;
}


body.home #wrap {
  max-width: none;
  padding: 0;
}

body.home header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin-top: 15%;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: background-color 0.3s ease;
}
body.home header:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
body.home header .wrap {
  width: 60%;
  margin: 0 auto;
  padding: 0 10%;
  background: -webkit-radial-gradient(center center, circle cover, rgba(0, 0, 0, 0.7), transparent 90%);
}
body.home header a.logo {
  padding: 5% 5% 0 5%;
}
body.home header h3 {
  max-width: 100%;
  float: none;
}
body.home header nav {
  font-size: 30px;
  line-height: 2;
  font-weight: 300;
  margin: 0 -70%;
}
body.home header nav ul {
  position: relative;
  width: 100%;
  text-align: center;
  float: none;
}
body.home header nav ul {
  padding-bottom: 0.5em;
}
body.home header nav ul li {
  display: inline-block;
  margin-left: -0.3em;
  width: auto;
}


#poster {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: -1;
}

#poster:before {
  display: none;
}


body.about h1 {
  margin: 2em 0;
}
body.about h1 span {
  white-space: nowrap;
}


#party {
  width: 50%;
  float: right;
  margin: -1em 0 1em 1em;
}

#party img {
  width: 100%;
  height: auto;
}


body.story {
  background-color: #d87848;
}

body.story h1 {
  font-size: 64px;
  line-height: 0.8;
  margin: 0;
  padding-top: 60px;
  margin-bottom: 50px;
  font-weight: 100;
}
body.story h1 strong {
  white-space: nowrap;
  font-weight: 500;
}


#skyline {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}

#skyline:after {
  content: '';
  position: absolute;
  bottom: 83%;
  right: 0;
  width: 100%;
  height: 20%;
  background: -webkit-linear-gradient(top, transparent, rgba(216, 120, 72, 0.85) 70%, #d87848 99%);
  z-index: 1;
}

#skyline img {
  position: relative;
  z-index: 2;
}


#quote {
  font-size: 20px;
  line-height: 2;
  position: absolute;
  top: 212px;
  left: 0;
  width: 35%;
  padding-right: 40px;
  text-align: right;
}

#quote p {
  margin: 0 0 12em 0;
}


#story {
  width: 65%;
  margin-left: 35%;
  padding-bottom: 40%;
  text-align: justify;
}


body.characters h1 {
  font-size: 92px;
  line-height: 1;
  margin-bottom: 0.6em;
}
body.characters h1.small {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 0;
}
body.characters h1 span {
  white-space: nowrap;
}

body.characters nav.character-list > ul > li {
  display: block;
  position: relative;
  float: left;
  width: 25%;
  height: 0;
  padding-bottom: 25%;
}
body.characters nav.character-list > ul > li a .name {
  font-size: 24px;
  line-height: 1;
  top: 50%;
  left: 75%;
  margin-top: -0.85em;
  padding-top: 0;
  opacity: 0;
  transition: opacity 0.25s ease 0s, left 0s linear 0.25s;
  text-align: left;
}
body.characters nav.character-list > ul > li a .name strong {
  display: block;
  font-weight: 900;
}
body.characters nav.character-list > ul > li a .name span {
  position: relative;
  left: 2em;
  transition: left 0s linear 0.25s;
  font-weight: 300;
}
body.characters nav.character-list > ul > li a .sprites {
  top: 50%;
  margin-top: -24px;
}
body.characters nav.character-list > ul > li a .sprites ul li img {
  position: absolute;
  bottom: 0;
  right: 0;
}
body.characters nav.character-list > ul > li a:hover .sprites {
  left: 24px;
  transition: left 1s ease-out;
}
body.characters nav.character-list > ul > li a:hover .sprites ul li.still {
  opacity: 0;
}
body.characters nav.character-list > ul > li a:hover .sprites ul li.walking {
  opacity: 1;
}
body.characters nav.character-list > ul > li a:hover .sprites ul li.walking img {
  opacity: 0;
  transition: opacity 0s linear 1s;
}
body.characters nav.character-list > ul > li a:hover .sprites ul li.action {
  opacity: 1;
  transition: opacity 0s linear 1s;
}
body.characters nav.character-list > ul > li a:hover .name {
  left: 60px;
  opacity: 1;
  transition: opacity 1s ease 0s, left 1s ease-out 0s;
}
body.characters nav.character-list > ul > li a:hover .name span {
  left: 0;
  transition: left 1s ease-out 0s;
}
body.characters nav.character-list > ul > li a:hover .name:after {
  transition: opacity 0.5s ease 1.25s;
}

body.characters #character {
  position: relative;
  margin-right: 0%;
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 50px;
  padding-bottom: 10em;
}
body.characters #character:before, body.characters #character:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 66.667%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7) 50%, transparent);
  z-index: -1;
}
body.characters #character:before {
  left: auto;
  right: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

body.characters .quote {
  font-size: 34px;
  line-height: 1.2;
  margin: -1em 0 1em 0em;
  background-color: rgba(255, 255, 255, 0.7);
  color: #c72922;
  border-top: 1px solid #c72922;
  border-bottom: 1px solid #c72922;
}

body.characters .summary {
  position: relative;
  float: left;
  width: 290px;
  margin: 0.5em 2em 1em -40px;
}


#portrait {
  position: fixed;
  top: 110px;
  right: 0;
  bottom: 0;
  width: auto;
  border: 0;
  z-index: -2;
}

#portrait img {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  max-width: none;
}
}


@media all and (min-width: 992px) {
  #wrap {
  padding: 0 80px;
}


header .wrap {
  max-width: 1600px;
  padding: 0 80px;
}


#party {
  margin: -8% 0 0 0;
}


#about {
  float: left;
  width: 50%;
  padding-right: 40px;
}


body.story h1 {
  width: 65%;
  margin-left: 35%;
}


#skyline {
  margin: 0;
}


#quote {
  padding-right: 80px;
}


body.characters nav.character-list > ul > li {
  width: 20%;
  padding-bottom: 20%;
}

body.characters #character {
  margin-right: 40%;
}

body.characters .quote {
  float: right;
  width: 60%;
  text-align: right;
  margin: -1.65em -35% 0em 0em;
  border: 0;
}

body.characters .summary {
  margin-left: -80px;
}
}


@media all and (min-width: 1280px) {
  body.characters nav.character-list > ul > li {
  width: 14.285%;
  padding-bottom: 14.285%;
}
}


