/* Hacks and Mixins */
/* Variables */
/* Styles */
html {
  background: #191919 url(img/header.jpg) no-repeat 50% 0;
  background-size: 120% auto;
  color: #CCC;
  font-family: univia-pro, sans-serif;
  text-align: center; }
  @media only screen and (max-width: 900px) {
    html {
      background-size: 150% auto; } }
  @media only screen and (max-width: 500px) {
    html {
      background-size: 200% auto; } }
  html a {
    color: #4F69FC;
    font-weight: bold; }
  html a:hover {
    color: #FFF; }
  html a.more {
    background: url(img/more.png) no-repeat 0 1px;
    line-height: 1.6em;
    padding-left: 30px;
    display: inline-block;
    height: 26px; }
    @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
      html a.more {
        background-image: url("img/more@2x.png");
        background-size: 24px 50px; } }
  html a.more:hover {
    background-position: 0 -25px; }
  html #header {
    text-align: center;
    padding: 40px 0;
    max-width: 840px;
    margin: 0 auto; }
    html #header pre {
      text-transform: uppercase;
      font-size: 18px;
      color: #636363;
      font-family: univia-pro, sans-serif;
      letter-spacing: .4em;
      font-weight: 600;
      width: 266px;
      margin: 0 auto;
      display: table; }
      @media only screen and (max-width: 500px) {
        html #header pre {
          font-size: 16px;
          width: 216px; } }
    html #header pre:before, html #header pre:after {
      background-image: linear-gradient(transparent 48%, #636363 40%, #636363 52%, transparent 60%);
      content: '';
      display: table-cell;
      width: 50%;
      background-clip: padding; }
    html #header pre:before {
      border-right: 1.5em solid transparent; }
    html #header pre:after {
      border-left: 1.5em solid transparent; }
    html #header h1 {
      font-size: 55px;
      font-weight: 700;
      color: #fff;
      line-height: 1em;
      margin-bottom: 10px; }
      @media only screen and (max-width: 500px) {
        html #header h1 {
          font-size: 45px; } }
    html #header h2 {
      font-size: 52px;
      font-weight: 200;
      font-style: italic;
      color: #4F69FC;
      text-transform: uppercase;
      border-top: 5px solid #4F69FC;
      display: inline-block;
      font-family: atrament-web, sans-serif;
      margin-bottom: 1em; }
      @media only screen and (max-width: 500px) {
        html #header h2 {
          font-size: 42px; } }
    html #header p {
      font-size: 24px;
      font-weight: 200;
      text-shadow: #191919 0 0 10px;
      margin: 0 40px; }
      @media only screen and (max-width: 500px) {
        html #header p {
          font-size: 22px; } }
      @media only screen and (max-width: 500px) {
        html #header p {
          margin: 0 20px; } }
  html h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    font-style: italic;
    font-family: atrament-web, sans-serif;
    text-transform: uppercase;
    border-top: 5px solid #4F69FC;
    padding-top: 10px;
    margin: 0 0 20px 0;
    text-align: left; }
    @media only screen and (max-width: 500px) {
      html h3 {
        font-size: 42px; } }
  html #photos, html #videos, html #mods, html #footer {
    margin: 0 auto;
    padding: 20px 40px;
    text-align: left;
    max-width: 1100px; }
    @media only screen and (max-width: 500px) {
      html #photos, html #videos, html #mods, html #footer {
        padding: 20px; } }
  html #photos ul li {
    margin: 20px 0 40px 0; }
    html #photos ul li img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 20px; }
  html #videos .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 40px; }
  html #videos .video-container iframe,
  html #videos .video-container object,
  html #videos .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px; }
  html #mods > ul#parts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start; }
    html #mods > ul#parts > li {
      width: 32%;
      font-size: 14px;
      flex-grow: 0;
      padding-right: 1%;
      margin-bottom: 20px; }
      @media only screen and (max-width: 900px) {
        html #mods > ul#parts > li {
          width: 49%; } }
      @media only screen and (max-width: 500px) {
        html #mods > ul#parts > li {
          width: 100%;
          padding-right: 0; } }
      html #mods > ul#parts > li li {
        border-top: 1px solid #333;
        padding-top: 2px;
        margin-bottom: 4px; }
  html #mods h4 {
    font-weight: bold;
    color: #fff;
    margin-bottom: 4px; }
  html #mods #brands {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 40px 0 0 0; }
    html #mods #brands li {
      margin: 0 5px 20px 5px; }
  html #footer {
    text-align: center;
    margin-bottom: 20px; }
    html #footer p {
      border-top: 5px solid #333;
      padding-top: 20px; }

/*# sourceMappingURL=stylesheet.css.map */
