a, b, body, canvas, div, em, footer, form, h1, h2, h3, h4, h5, h6, header,
html, i, img, label, li, menu, nav, ol, p, section, small, span, strong, table, tbody,
td, tfoot, th, thead, tr, u, ul, video {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  outline: 0; }

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

@-webkit-keyframes rotate-left {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@keyframes rotate-left {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@-webkit-keyframes rotate-right {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate-right {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

body {
  min-height: 100%; }

.separator {
  color: #ddd;
  background: black;
  padding: 0 4em; }
  .separator:after {
    background: -webkit-linear-gradient(left, #b9b517, #75720e) #b9b517;
    background: linear-gradient(to right, #b9b517, #75720e) #b9b517;
    clear: both;
    content: '';
    display: block;
    height: 20px;
    position: relative;
    -webkit-transform: skew(40deg, 0deg);
        -ms-transform: skew(40deg, 0deg);
            transform: skew(40deg, 0deg);
    width: 100%; }
  .separator h1 {
    float: left; }
  .separator span {
    font-family: 'chau philomene one', sans-serif;
    font-size: 2.8em;
    float: right;
    font-style: italic;
    text-align: center; }

h1 {
  font-family: 'rubik one', sans-serif;
  font-size: 14em;
  font-weight: normal;
  line-height: 1;
  position: relative;
  padding: 0 20px;
  text-transform: uppercase; }

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

p {
  font-family: 'open sans', sans-serif;
  font-size: 1.8em;
  line-height: 1.6;
  margin: 1.5em auto;
  max-width: 540px;
  text-align: left;
  text-indent: 1em; }

section {
  background-color: #aaa;
  overflow: hidden;
  background-image: url(/img/border-top-layer-2.png), url(/img/border-bottom-layer-2.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  background-size: 100% 10em;
  border-bottom: 2em solid black;
  border-top: 2em solid black;
  clear: both;
  color: #111;
  margin: auto;
  padding: 10em 0;
  /*
	&:first-of-type {
		background-image: url(/img/border-top-layer-2.png);
		background-position: center top;
		padding-top: 10em;
	}

	&:last-of-type {
		background-image: url(/img/border-bottom-layer-2.png);
		background-position: center bottom;
		padding-bottom: 10em;
	}
	*/ }
  section.large p {
    font-size: 2.2em;
    line-height: 1.4;
    max-width: 768px; }
  section:nth-of-type(even) {
    background-color: #222;
    color: #ddd; }

.contact {
  background: black;
  padding: 0 2em;
  position: relative;
  text-align: right; }
  .contact a {
    color: #ccc;
    font-family: 'chau philomene one', sans-serif;
    font-family: 'rubik one', sans-serif;
    font-size: 2.6em;
    line-height: 2;
    padding: 0 1em;
    text-decoration: none; }
    .contact a:hover {
      color: white; }

.left {
  text-align: right; }

.right {
  float: right; }

.column-2 {
  box-sizing: border-box;
  padding: 8em 4em 4em;
  overflow: hidden;
  position: relative;
  width: 50%; }

footer {
  clear: both;
  position: relative; }

header {
  border-top: 6em solid black;
  height: 48em;
  overflow: hidden;
  position: relative; }
  header ul {
    position: absolute;
    bottom: -2em;
    left: -6em;
    right: -6em;
    top: -2em; }
  header .layer {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  header .background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/img/background.jpg) center; }
  header .border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center top, center bottom;
    background-repeat: no-repeat;
    background-size: 100% 16em; }
  header .border.layer-1 {
    background-image: url(/img/border-top-layer-1.png), url(/img/border-bottom-layer-1.png);
    opacity: .5; }
  header .border.layer-2 {
    background-image: url(/img/border-top-layer-2.png), url(/img/border-bottom-layer-2.png); }
  header .gear {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute; }
  header .gear.large {
    -webkit-animation: 30s linear both infinite rotate-left;
            animation: 30s linear both infinite rotate-left;
    right: -12em;
    bottom: -12em;
    width: 42em;
    height: 42em; }
  header .large.layer-1 {
    background-image: url(/img/gear-large-layer-1.png); }
  header .large.layer-2 {
    background-image: url(/img/gear-large-layer-2.png); }
  header .gear.small {
    -webkit-animation: 20s linear both infinite rotate-right;
            animation: 20s linear both infinite rotate-right;
    right: 24em;
    bottom: -6em;
    width: 24em;
    height: 24em; }
  header .small.layer-1 {
    background-image: url(/img/gear-small-layer-1.png); }
  header .small.layer-2 {
    background-image: url(/img/gear-small-layer-2.png); }
  header .text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-weight: normal;
    display: table;
    margin-top: 1.6em; }
    header .text div {
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
    header .text img {
      display: block;
      margin: auto;
      position: relative;
      max-width: 1200px;
      width: 80%; }
    header .text span {
      color: #eee;
      font-family: 'chau philomene one', sans-serif;
      font-size: 2.6em;
      line-height: 1.4;
      margin: 1em auto;
      display: block;
      max-width: 992px;
      text-shadow: 0 0 .5em black;
      width: 80%; }

nav {
  text-align: center; }
  nav a {
    color: #ccc;
    display: block;
    font-family: 'rubik one', sans-serif;
    font-size: 2.4em;
    line-height: 1.8;
    padding: 0 1em;
    text-decoration: none; }
    nav a:hover {
      color: white;
      background: -webkit-linear-gradient(bottom, rgba(136, 136, 136, 0.5), transparent);
      background: linear-gradient(to top, rgba(136, 136, 136, 0.5), transparent); }
  nav li {
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
    display: inline-block; }
  nav ul {
    background: black;
    padding: .4em 0 .8em; }

.photo-slider {
  background: black;
  background: black;
  border-bottom: 2em solid black;
  border-top: 2em solid black;
  height: 32em;
  position: relative;
  text-align: center; }
  .photo-slider div {
    overflow: hidden; }
  .photo-slider li {
    background-clip: content-box;
    background-origin: content-box;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    display: inline-block;
    width: 20%;
    height: 32em;
    padding: 0 2em; }
  .photo-slider ul {
    position: relative;
    white-space: nowrap; }
  .photo-slider img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto; }
  .photo-slider .prev, .photo-slider .next {
    background: green;
    display: block;
    height: 100%;
    width: 10em; }
  .photo-slider .prev {
    float: left;
    margin-right: 1em; }
  .photo-slider .next {
    float: right;
    margin-left: 1em; }

