.wide-text {
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  margin: 0;
  color: #eee;
  font-family: sans-serif;
  min-width: 320px;
  min-height: 325px;
}
html {
  background: #000;
}
body {
  position: relative;
  color: #3f3f3f;
}
html.white {
  background: #fff;
}
html.white .main-nav {
  display: none;
}
.logo-dark {
  display: block;
  width: 125px;
  height: 46px;
  background: url(/img/logo-dark.png) no-repeat;
  background-size: 125px auto;
  background-position: center top;
  text-indent: -10000px;
  margin: 75px auto 100px;
}
.logo-dark:hover {
  background-position: center bottom;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
body {
  font-size: 18px;
  font-family: 'Questrial', sans-serif;
  color: #ccc;
  -webkit-text-size-adjust: none;
}
.main-nav,
.pane,
.back-nav {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
  margin: 0;
}
p + p {
  margin-top: 1em;
}
a {
  color: #c1272d;
  text-decoration: none;
}
a:hover {
  color: #971e23;
}
.text-align-right {
  text-align: right;
}
a:hover span.normal {
  display: none;
}
a span.hover {
  display: none;
}
a:hover span.hover {
  display: inline;
}
.center {
  text-align: center;
}
h1 {
  font-family: 'Questrial', sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 3em;
}
h4 {
  font-size: 14px;
  font-weight: normal;
  font-family: 'Questrial', sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.15em;
  margin: 2.5em 0;
}
.main-nav,
.section-nav {
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.main-nav .toggle-on,
.section-nav .toggle-on,
.main-nav .toggle-off,
.section-nav .toggle-off {
  position: fixed;
  left: 100px;
  top: 65px;
  height: 24px;
  z-index: 4;
  cursor: pointer;
  font-size: 14px;
  line-height: 26px;
}
.main-nav .toggle-on:before,
.section-nav .toggle-on:before,
.main-nav .toggle-off:before,
.section-nav .toggle-off:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/img/nav-toggle.png);
  background-size: 48px;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.main-nav .toggle-on:hover,
.section-nav .toggle-on:hover,
.main-nav .toggle-off:hover,
.section-nav .toggle-off:hover {
  color: #a6a6a6;
}
.main-nav .toggle-on,
.section-nav .toggle-on {
  padding-left: 38px;
}
.main-nav .toggle-on:before,
.section-nav .toggle-on:before {
  background-position: top left;
}
.main-nav .toggle-on:hover:before,
.section-nav .toggle-on:hover:before {
  background-position: top right;
}
.main-nav .toggle-off,
.section-nav .toggle-off {
  width: 24px;
}
.main-nav .toggle-off:before,
.section-nav .toggle-off:before {
  background-position: bottom left;
}
.main-nav .toggle-off:hover:before,
.section-nav .toggle-off:hover:before {
  background-position: bottom right;
}
.main-nav a,
.section-nav a {
  text-decoration: none;
  color: #ccc;
}
.main-nav a:hover,
.section-nav a:hover {
  color: #fff;
}
.main-nav ul,
.section-nav ul {
  padding: 0;
  font-size: 24px;
  text-align: center;
  list-style: none;
}
.main-nav ul li + li,
.section-nav ul li + li {
  margin-top: 1em;
}
@media (max-width: 400px), (max-height: 500px) {
  .main-nav ul li + li,
  .section-nav ul li + li {
    margin-top: 0.5em;
  }
}
.main-nav .home,
.section-nav .home {
  position: fixed;
  text-indent: -10000px;
  top: 52px;
  left: 50%;
  width: 125px;
  height: 46px;
  margin-left: -62.5px;
  z-index: 4;
  background: url(/img/logo.png);
  background-size: 125px auto;
  background-position: center top;
}
.main-nav .home:hover,
.section-nav .home:hover {
  background-position: center bottom;
}
.main-nav .contact,
.section-nav .contact {
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.main-nav .contact li,
.section-nav .contact li {
  display: inline;
  white-space: nowrap;
}
.main-nav .contact li + li:before,
.section-nav .contact li + li:before {
  content: ' | ';
  margin: 0 1em;
}
.main-nav .login,
.section-nav .login {
  font-size: 14px;
  position: fixed;
  top: 65px;
  right: 100px;
  z-index: 4;
}
.main-nav .login a,
.section-nav .login a {
  text-decoration: none;
}
.main-nav .login a:hover,
.section-nav .login a:hover {
  color: #a6a6a6;
}
.main-nav .mobile-login,
.section-nav .mobile-login {
  display: none;
}
.main-nav .more,
.section-nav .more {
  margin-top: 2em;
}
.main-nav .back,
.section-nav .back {
  margin-bottom: 2em;
}
.main-nav-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 3;
  min-height: 320px;
}
.main-nav .toggle-on,
.main-nav .toggle-off,
.main-nav .main-nav-wrapper,
.main-nav ul {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main-nav.closed .toggle-off,
.main-nav.closed .main-nav-wrapper {
  z-index: -1;
  opacity: 0;
}
.main-nav.closed ul {
  transform: scale(0.9);
}
.main-nav.opening .toggle-on {
  opacity: 0;
}
.main-nav.opening ul {
  transform: scale(1);
}
.main-nav.open .toggle-on {
  z-index: -1;
  opacity: 0;
}
.main-nav.open ul {
  transform: scale(1);
}
.main-nav.closing .toggle-off,
.main-nav.closing .main-nav-wrapper {
  opacity: 0;
}
.main-nav.closing ul {
  transform: scale(0.9);
}
.main-nav .divider {
  margin: 0 1em;
}
@media (max-width: 860px), (max-height: 600px) {
  .main-nav .login {
    display: none;
  }
  .main-nav .mobile-login {
    display: block;
  }
  .main-nav .toggle-on,
  .main-nav .toggle-off {
    left: 30px;
    top: 30px;
  }
  .main-nav .home {
    left: auto;
    right: 30px;
    top: 22px;
    margin: 0;
  }
  .main-nav .contact {
    bottom: 0px;
  }
}
@media (max-width: 400px), (max-height: 500px) {
  .main-nav ul {
    font-size: 20px;
  }
  .main-nav .home {
    width: 100px;
    height: 37px;
    background-size: 100px auto;
  }
}
@media (max-width: 500px), (max-height: 500px) {
  .section-nav ul {
    font-size: 20px;
    padding-top: 30px;
  }
}
.back-nav {
  position: fixed;
  top: 65px;
  left: 240px;
  height: 24px;
  line-height: 26px;
  cursor: pointer;
  z-index: 4;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 14px;
}
.back-nav a {
  color: #ccc;
}
.back-nav a:hover {
  color: #a6a6a6;
}
@media (max-width: 860px) {
  .back-nav {
    display: none;
  }
}
.opening .back-nav {
  opacity: 0;
}
.open .back-nav {
  z-index: -1;
  opacity: 0;
}
.homepage .back-nav {
  display: none;
}
.pane {
  height: 100%;
  border: 12px solid black;
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
}
.pane:last-of-type {
  cursor: default;
}
.dim-background {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.4;
  z-index: -1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.text-pane {
  font-family: 'Cardo', serif;
  font-size: 22px;
  line-height: 1.4;
  background-color: #000;
}
@media (max-width: 500px) {
  .text-pane {
    text-align: center;
  }
}
.resize-wrapper {
  position: absolute;
  top: 65px;
  width: 100%;
  bottom: 20px;
}
.resize-me {
  max-width: 900px;
  padding: 0 20px;
  margin: 0 auto;
}
.quote-pane {
  text-align: center;
  padding-top: 30px;
}
.quote-pane .center-me {
  max-width: 900px;
  margin: 0 auto;
}
.quote-pane blockquote {
  margin: 0;
  font-family: 'Cardo', serif;
  font-size: 21px;
  line-height: 1.3;
  margin: 0 auto;
  padding: 0 20px;
}
.quote-pane .attribution,
.quote-pane .goto {
  font-size: 16px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-top: 2.5em;
  padding: 0 20px;
}
.quote-pane .no-margin {
  margin-top: 0.5em;
}
.quote-pane .goto a {
  color: #ccc;
}
.quote-pane .goto a:hover {
  color: #fff;
}
@media (max-width: 500px), (max-height: 400px) {
  .quote-pane blockquote {
    font-size: 18px;
  }
  .quote-pane .attribution {
    font-size: 12px;
    margin-top: 1.5em;
  }
}
.homepage-quote blockquote {
  font-size: 30px;
}
.homepage-quote .attribution {
  font-size: 20px;
}
@media (max-width: 500px), (max-height: 400px) {
  .homepage-quote blockquote {
    font-size: 18px;
  }
  .homepage-quote .attribution {
    font-size: 12px;
  }
}
.pane-slideshow {
  height: 100%;
}
.pane-slideshow .pane {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 1s;
  cursor: default;
}
.pane-slideshow .active {
  opacity: 1;
  z-index: 1;
}
.long-text {
  padding: 0 20px;
  margin: 0 auto;
  padding-bottom: 150px;
  max-width: 860px;
  font-size: 22px;
  line-height: 31px;
  color: #3f3f3f;
  font-family: 'Cardo', serif;
}
.release-signatures {
  border: none;
  width: 100%;
  text-align: center;
  font-family: 'Questrial', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.2;
  font-size: 15px;
  margin-top: 60px;
}
@media (min-width: 600px) {
  .release-signatures {
    padding: 0 75px;
  }
}
.button-dark {
  display: inline-block;
  color: #a6a6a6;
  border: 1px solid #a6a6a6;
  font-family: 'Questrial', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0.5em 1.65em;
  letter-spacing: 0.2em;
  margin-top: 75px;
}
.button-dark:hover {
  border-color: #3f3f3f;
  color: #3f3f3f;
}
.preload {
  -webkit-transition: none !important;
  transition: none !important;
}
