body {
  color: #fcfcfc;
  background-color: #000 !important;
  background: url("../images/thumb-1920-523983.jpg") no-repeat;
  background-attachment: fixed;
  background-size: 100%;
}

body .glyphicon {
  color: #fcfcfc;
}

@media (max-width: 768px) {
  body .navbar-default .nav li a {
    font-size: 13px;
    padding: 10px 15px;
    color: #fcfcfc !important;
  }
  body button.navbar-toggle .collapsed {
    background-color: #fcfcfc !important;
  }
}

body nav.navbar.navbar-default {
  background-color: transparent;
  color: #fcfcfc;
}

body button.navbar-toggle {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

body a {
  color: #fcfcfc;
}

body table thead tr {
  color: #000;
}

body table tbody tr:hover {
  background-color: rgba(128, 128, 128, 0.5);
}

body h1 {
  color: #fcfcfc;
}

body div.container {
  width: 100%;
}

@media screen {
  body div.container div.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  body div.container div.row {
    display: block !important;
  }
}

body div.container div.row > div:first-of-type {
  background-color: rgba(128, 128, 128, 0.2);
  min-height: 200px;
}

body div.container div.row > div:last-of-type {
  background-color: rgba(128, 128, 128, 0.2);
  min-height: 200px;
}
/*# sourceMappingURL=style.css.map */