@import url("http://fonts.googleapis.com/css?family=Oswald:400,700,300");
* {
  box-sizing: border-box; }

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%; }

body {
  background: #0a0a0a;
  color: white;
  font: 16px "Oswald", sans-serif; }

h1 {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase; }
  h1 a {
    color: white; }

a {
  color: #a6a6a6;
  transition: color 0.6s; }
  a:hover {
    color: white;
    text-decoration: none; }

.home-container {
  display: table;
  height: 100%; }
  .home-container img {
    opacity: 0.3;
    transition: opacity 0.8s; }
    .home-container img:hover {
      opacity: 1; }
  .home-container .center {
    display: table-cell;
    vertical-align: middle; }
  .home-container .top-deck {
    white-space: nowrap; }
    .home-container .top-deck img {
      display: inline-block;
      height: auto;
      width: 20%; }
  .home-container nav {
    display: block;
    height: 120px; }
    .home-container nav h1 {
      float: left;
      line-height: 120px;
      padding: 0 0 0 50px;
      width: 50%; }
    .home-container nav ul {
      float: right;
      list-style: none;
      margin: 38px 0 0 0;
      padding: 0;
      width: 50%; }
      .home-container nav ul li {
        display: inline-block; }
        .home-container nav ul li a {
          color: white;
          line-height: 24px;
          padding: 10px 15px;
          text-decoration: none; }
          .home-container nav ul li a:hover {
            background: #242424; }
  .home-container .bottom-deck {
    white-space: nowrap; }
    .home-container .bottom-deck img {
      display: inline-block;
      width: 10%; }

.nav-row {
  margin: 25px 0; }
  .nav-row h1 {
    line-height: 50px; }
  .nav-row .nav-pills li > a:hover {
    background: #242424; }

.title-row {
  margin-bottom: 25px; }
  .title-row h1 {
    border-bottom: 1px solid #3d3d3d;
    border-top: 1px solid #3d3d3d;
    color: #d9d9d9;
    line-height: 50px;
    text-align: center; }

.index .title {
  display: block;
  margin: 8px 0 25px 0;
  text-align: center; }

iframe {
  height: 581px;
  width: 100%; }
