@import url(https://fonts.googleapis.com/css?family=Six+Caps);
@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:700);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display);
a, b, body, canvas, div, em, footer, form, h1, h2, h3, h4, h5, h6, header,
html, i, img, label, menu, nav, p, section, small, span, strong, table, tbody,
td, tfoot, th, thead, tr, u, ul, video {
  margin: 0;
  padding: 0;
  border: 0; }

a, input {
  outline: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  background: url(/img/bg.svg) no-repeat fixed top left/contain, -webkit-linear-gradient(top, #ccc, #fff) fixed;
  background: url(/img/bg.svg) no-repeat fixed top left/contain, linear-gradient(to bottom, #ccc, #fff) fixed;
  box-sizing: border-box;
  min-height: 100%;
  min-width: 320px;
  overflow-y: scroll;
  padding-bottom: 6em;
  position: relative; }

h1 {
  color: #9f171b;
  display: block;
  font-family: "alegreya sans sc", sans-serif;
  font-size: 6em;
  line-height: 1.6;
  padding: .4em 0;
  text-align: center;
  text-shadow: 1px 1px 3px #460a0c; }
  @media all and (max-width: 1200px) {
    h1 {
      font-size: 5em; } }
  @media all and (max-width: 992px) {
    h1 {
      font-size: 4em; } }
  @media all and (max-width: 768px) {
    h1 {
      line-height: 1;
      padding: .5em 0; } }

h2 {
  border-bottom: 1px solid #111;
  border-top: 1px solid #111;
  color: #111;
  font-family: "alegreya sans sc", sans-serif;
  font-size: 3em;
  line-height: 1.2;
  margin-bottom: 1em;
  padding: .8em 0;
  text-align: center; }
  @media all and (max-width: 768px) {
    h2 {
      font-size: 2.5em; } }
  @media all and (max-width: 480px) {
    h2 {
      font-size: 2em; } }

html {
  font-size: 10px;
  min-height: 100%;
  position: relative; }

p {
  color: #111;
  display: block;
  font-family: "raleway", sans-serif;
  font-size: 1.6em;
  line-height: 1.6;
  margin: 0 auto 1em;
  max-width: 480px;
  padding: 0 1em;
  text-indent: 1em; }
  @media all and (max-width: 768px) {
    p {
      font-size: 1.4em; } }
  @media all and (max-width: 480px) {
    p {
      font-size: 1.2em; } }

.text {
  padding: 2em;
  display: table-cell;
  vertical-align: top; }
  @media all and (max-width: 768px) {
    .text {
      display: block; } }

.column, .column-2, .column-3, .column-3-2, .column-4, .column-4-2, .column-4-3 {
  display: inline-block;
  position: relative;
  vertical-align: top; }

.column-2 {
  width: 50%; }
  @media all and (max-width: 768px) {
    .column-2 {
      width: 100%; } }

.column-3 {
  width: 33.33%; }
  @media all and (max-width: 992px) {
    .column-3 {
      width: 100%; } }

.column-3-2 {
  width: 66.66%; }
  @media all and (max-width: 992px) {
    .column-3-2 {
      width: 100%; } }

.column-4 {
  width: 25%; }
  @media all and (max-width: 992px) {
    .column-4 {
      width: 50%; } }
  @media all and (max-width: 768px) {
    .column-4 {
      width: 100%; } }

.column-4-2 {
  width: 50%; }
  @media all and (max-width: 768px) {
    .column-4-2 {
      width: 100%; } }

.column-4-3 {
  width: 75%; }
  @media all and (max-width: 768px) {
    .column-4-3 {
      width: 100%; } }

@-webkit-keyframes header-before-left {
  0% {
    background-position: -20em center;
    left: 0em; }
  100% {
    background-position: left center;
    left: 2em; } }

@keyframes header-before-left {
  0% {
    background-position: -20em center;
    left: 0em; }
  100% {
    background-position: left center;
    left: 2em; } }

@-webkit-keyframes header-before-top {
  0% {
    top: -20em; }
  100% {
    top: 0; } }

@keyframes header-before-top {
  0% {
    top: -20em; }
  100% {
    top: 0; } }

@-webkit-keyframes header-h1 {
  0% {
    letter-spacing: -.4em;
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    letter-spacing: 0em;
    opacity: 1; } }

@keyframes header-h1 {
  0% {
    letter-spacing: -.4em;
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    letter-spacing: 0em;
    opacity: 1; } }

@-webkit-keyframes header-after {
  0% {
    height: 0em; }
  100% {
    height: 20em;
    @media all and (max-width: 992px) {
      height: 17em; }
    @media all and (max-width: 480px) {
      height: 14em; } } }

@keyframes header-after {
  0% {
    height: 0em; }
  100% {
    height: 20em;
    @media all and (max-width: 992px) {
      height: 17em; }
    @media all and (max-width: 480px) {
      height: 14em; } } }

@-webkit-keyframes header-div {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes header-div {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

header {
  display: block;
  position: relative;
  min-width: 320px; }
  header:after {
    -webkit-animation: .4s .8s forwards header-after;
            animation: .4s .8s forwards header-after;
    background: url(/img/header-bg.jpg) no-repeat fixed top center/cover;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    box-shadow: 0 0 .6em 0 black inset;
    content: '';
    display: block;
    height: 0em;
    position: relative;
    width: 100%; }
    @media all and (max-width: 992px) {
      header:after {
        height: 17em; } }
    @media all and (max-width: 480px) {
      header:after {
        height: 14em; } }
  header:before {
    -webkit-animation: .4s .4s forwards header-before-left;
            animation: .4s .4s forwards header-before-left;
    background: url(/img/logo.svg) no-repeat -20em center/contain;
    content: '';
    display: block;
    height: 20em;
    left: 0em;
    position: absolute;
    top: 1em;
    width: 20em;
    z-index: 1; }
    @media all and (max-width: 1200px) {
      header:before {
        font-size: .8em; } }
    @media all and (max-width: 992px) {
      header:before {
        font-size: .57em; } }
    @media all and (max-width: 768px) {
      header:before {
        position: relative;
        margin: auto; } }
  header div {
    -webkit-animation: .8s .8s forwards header-div;
            animation: .8s .8s forwards header-div;
    opacity: 0;
    position: absolute;
    right: 2em;
    top: 2.2em; }
    @media all and (max-width: 1200px) {
      header div {
        top: .9em; } }
    @media all and (max-width: 992px) {
      header div {
        padding-bottom: 1em;
        position: relative;
        right: 0;
        text-align: center;
        top: 0; } }
  header h1 {
    -webkit-animation: .8s .8s forwards header-h1;
            animation: .8s .8s forwards header-h1;
    letter-spacing: -.4em;
    opacity: 0;
    position: relative; }
  header span {
    color: #9f171b;
    display: block;
    font-family: "playfair display", serif;
    font-size: 1.6em;
    line-height: 1.6; }
    @media all and (max-width: 992px) {
      header span {
        display: inline-block;
        padding: 0 1em; } }
    @media all and (max-width: 992px) {
      header span {
        font-size: 1.2em; } }

@-webkit-keyframes section-opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes section-opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

section {
  -webkit-animation: .8s 1.2s forwards section-opacity;
          animation: .8s 1.2s forwards section-opacity;
  box-sizing: border-box;
  display: table;
  margin: auto;
  max-width: 1200px;
  opacity: 0;
  padding: 2em;
  position: relative;
  width: 100%; }
  @media all and (max-width: 768px) {
    section {
      display: block; } }

@-webkit-keyframes footer-opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes footer-opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

footer {
  -webkit-animation: .4s 1s forwards footer-opacity;
          animation: .4s 1s forwards footer-opacity;
  background: #111;
  bottom: 0;
  display: block;
  height: 6em;
  left: 0;
  line-height: 6em;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%; }
  footer span {
    color: #aaa;
    font-family: "playfair display", serif;
    font-size: 1em; }

.slider {
  box-sizing: border-box;
  display: table-cell;
  margin: auto;
  padding: 2em;
  position: relative;
  width: 400px; }
  @media all and (max-width: 768px) {
    .slider {
      display: block;
      width: 100%; } }
  .slider img {
    border: 1px solid #888;
    border-radius: .5em;
    width: 100%; }
  .slider li {
    left: 2em;
    opacity: 0;
    position: absolute;
    right: 2em;
    top: 2em;
    -webkit-transition: opacity 1s;
            transition: opacity 1s;
    z-index: 1; }
    .slider li.show {
      left: 0;
      opacity: 1;
      position: relative;
      top: 0;
      z-index: 0; }
  .slider p {
    font-family: "playfair display", serif;
    font-size: 1.2em;
    font-style: italic;
    line-height: 1.6;
    margin-top: 2em;
    padding: 0 2em; }
    @media all and (max-width: 768px) {
      .slider p {
        font-size: 1.1em; } }
    @media all and (max-width: 480px) {
      .slider p {
        font-size: 1em; } }
  .slider ul {
    background: #eee;
    box-shadow: .5em .5em 2em black;
    display: block;
    list-style: none;
    padding: 2em;
    position: relative; }

