/* FONT */
@font-face {
    font-family: DIN;
    font-weight: 400;
    font-style: normal;
    src: url("../font/d1b1e866a41142ba8f721a1572b-8abe5840b812.eot?#iefix") format("embedded-opentype"), url("../font/d1b1e866a41142ba8f721a1572b-96d69cfcb71a.woff") format("woff"), url("../font/d1b1e866a41142ba8f721a1572b-054ef0cd22df.ttf") format("truetype")
}
@font-face {
    font-family: DIN;
    font-weight: 600;
    font-style: normal;
    src: url("../font/da088ecca53c4831a95b6fd81b2-1ae130f432ee.eot?#iefix") format("embedded-opentype"), url("../font/da088ecca53c4831a95b6fd81b2-ae6e794b79e4.woff") format("woff"), url("../font/da088ecca53c4831a95b6fd81b2-ed2b2aca760d.ttf") format("truetype")
}
@font-face {
    font-family: DIN;
    font-weight: 800;
    font-style: normal;
    src: url("../font/b90b6bdf15e245449fe092c79ff-9bb0f7f23259.eot?#iefix") format("embedded-opentype"), url("../font/b90b6bdf15e245449fe092c79ff-3df5348ddb5d.woff") format("woff"), url("../font/b90b6bdf15e245449fe092c79ff-b9bf0e5ebc69.ttf") format("truetype")
}
@font-face {
    font-family: DINCond;
    font-weight: 400;
    font-style: normal;
    src: url("../font/c11fd4df941d4a178af0be88e02-e6efbe98110c.eot?#iefix") format("embedded-opentype"), url("../font/c11fd4df941d4a178af0be88e02-b4e6c78a7cc7.woff") format("woff"), url("../font/c11fd4df941d4a178af0be88e02-431f9790800a.ttf") format("truetype")
}
@font-face {
    font-family: DINCond;
    font-weight: 600;
    font-style: normal;
    src: url("../font/4f311da19ec64379fa962bc1b45-e9adc9e8e32e.eot?#iefix") format("embedded-opentype"), url("../font/4f311da19ec64379fa962bc1b45-1e73f86f2adf.woff") format("woff"), url("../font/4f311da19ec64379fa962bc1b45-03dac79e1326.ttf") format("truetype")
}
@font-face {
    font-family: GeoGrotesque;
    font-weight: 400;
    font-style: normal;
    src: url("../font/ae5b8a9caf824542345az4523o5-e2f18c1aeb37.eot?#iefix") format("embedded-opentype"), url("../font/ae5b8a9caf824542345az4523o5-551d90ec701f.woff") format("woff"), url("../font/ae5b8a9caf824542345az4523o5-a33f3ec2f578.ttf") format("truetype")
}

@font-face {
    font-family: Trajan;
    font-weight: 400;
    font-style: normal;
    src: url("../font/trajanpro-regular.eot?#iefix") format("embedded-opentype"), url("../font/trajanpro-regular.woff") format("woff"), url("../font/trajanpro-regular.ttf") format("truetype")
}

@font-face {
  font-family: "STARWARS";
  font-weight: normal;
  font-style: normal;
  src: url("../font/STARWARS.eot?") format("eot"), url("../font/STARWARS.woff") format("woff"), url("../font/STARWARS.ttf") format("truetype"), url("../font/STARWARS.svg#STARWARS") format("svg");
}

.main-nav-scrolled {
  position: fixed;
  background: rgba(0, 0, 0, .9);
  top: 0;
  border-bottom: 1px solid #999;
  box-shadow: 0 2px 3px rgba(0,0,0,.4);
}


nav {
  width: 100%;
  float: none;
  position: relative;
   z-index: 150;
}
nav * {
  box-sizing: border-box;

 text-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
 color: #ddd;
}

nav ul li {
  font-family: "STARWARS", Arial;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.5em;
}

ul.nav {
  width: 100%;
}

ul.nav li {
  width: 33%;
  text-align: center;
  color: #ddd;
}
ul.nav li a {
  width: 100%;
}

/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url("../img/background.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #010101;
  color: rgb(170, 170, 170);
  font-family: GeoGrotesque, Helvetica, Arial, sans-serif;
}
h2 {
  font-family: Trajan, "Times New Roman", serif;
  text-align: center;
  font-size: 40px;
  margin: 10px;
  font-weight: bold;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  clear: both;
  padding: 5px 0 5px 0;
}
hr {
  clear: both;
  margin: 0;
  padding: 0;
}
.slice {
  text-align: center;
  margin: 15px 0 0 0;
}
.slice img {
  width: 20px;
}
.intro * {
  font-size: 18px;
}
.footer table {
  width: 100%;
  margin-bottom: 20px;
}
.footer table td {
  width: 33%;
  text-align: center;
}

h3 {
  text-align: center;
  font-variant: small-caps;
  font-weight: bold;
  /*height: 53px;*/
  font-family: DIN, Helvetica, Arial, sans-serif;
  /*line-height: 200%;*/
}
h3.noheight {
  line-height: 100%;
}
.col-lg-12 {
  padding: 15px;
}
.col-lg-12 div {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 5px 15px;
  margin: 30px 15px;
  border-radius: 10px;
  height: 595px;
  width: 260px;
  float: left;
}
.col-lg-12 div.play {
  height: 800px;
}
.aa div:first-child {
  margin-left: 160px;
}
.row img {
  margin: 0px auto;
}

.showpiece {
  width: 100%;
  text-align: center;
}
.showpiece img {
  border-radius: 8px;
  border: 5px solid #000;
  -webkit-box-shadow: 0px 0px 30px -15px rgba(255,255,255,1);
  -moz-box-shadow: 0px 0px 30px -15px rgba(255,255,255,1);
  box-shadow: 0px 0px 30px -15px rgba(255,255,255,1);
}
div p {
  font-size: 16px;
}
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (max-width: 975px) {
  .col-lg-12 div {
    width: 320px;
    margin: 30px 10px;
  }
.aa div:first-child {
  margin: 30px 10px;
}
}

@media (max-width: 768px) {

ul.nav li {
  width: 32%;
}
ul.nav li:first-child, ul.nav li:last-child {
  line-height: 300%;
}
ul.nav li a {
  padding: 5px;
  height: 70px;
}
  h2 {
    padding: 15px 0 5px 0;
  }
  .container {
    /* max-width: 730px;*/
    width: 100%;
  }
  .col-lg-12 div {
    width: 320px;
    margin: 30px auto;
    float: none;
  }
.aa div:first-child {
  margin: 30px auto;
}
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    /* max-width: 730px;*/
    max-width: 930px;
  }
}
.container-narrow > hr {

}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  background: url("../img/title.png");
  background-position: center top;
  height: 491px;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
  .col-lg-4 div {
    width: 260px;
    float: left;
    margin-right: 20px;
  }
}
