html {
min-height: 100%;
position: relative;
}
body {
line-height: 1.5;
font-size: 1.75em;
padding-top: 50px;
background-color: black;
color: white;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Holtwood One SC', serif;
  color: #e3ff00;
}
p {
font-size: 1.3em;
font-family: 'Oswald', sans-serif;
}
footer {
height: auto;
padding: 10px 20px;
position: absolute;
bottom: 0;
width: 100%;
}
.navbar-inverse .navbar-brand {
    color: #e3ff00;
    font-family: 'Frijole', cursive;
    text-shadow: 0px 0px 11px #000000;
    font-size: 2em;
}
.navbar-inverse {
      background-color: rgba(0, 0, 0, 0.5);
}
.navbar-inverse .navbar-nav>li>a {
  color: white;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-shadow: 0px 0px 11px #e3ff00;
  background-color: black;
  font-size: 1.5em;
}
.navbar-inverse .navbar-nav>li>a:hover {
  background-color: black;
  color: black;
}
.nav-tabs>li>a {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #e3ff00;
  font-size: 1.5em;
}
.nav-tabs {
  border-bottom: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover {
  color: black;
  background-color: #ffe700;
  border-color: #5a4343;
}
.jumbotron {
  margin-bottom: 0;
}
.mainContainer {
  padding-top: 2em;
  background-color: rgba(255, 255, 255, 0.15);
}
.oswald {
  font-family: 'Oswald', sans-serif;
  font-size: 1.7em;
}
.btn {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.5em;
}
.btn-danger {
  background-color: #525252;
}
.striped {
  background:
  /* On "top" */
  repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    black 10px,
    black 20px
  ),
  /* on "bottom" */
  linear-gradient(
    to bottom,
    #ffe700,
    #5a4343
  );
  border: none;
}

@media (min-width: 768px) {
.navbar {border-radius: 0;}
}
@media (max-width: 767px) {
  .text-right {text-align: left;}
  .thumbnail {margin:0 auto;}
}
@media (max-width: 402px) {
  .thumbnail.miniThumb {display: block;}
}
.footer {
  color: #eee;
}
.footer a, address a{
  color: #e3ff00;
}
.footer a:hover, address a:hover{
  color: #5a4343;
}
.footer-nav {
  margin-bottom: 0;
}
.btn-default {
    color: #263724;
    background-color: #e3ff00;
    border: none;
    border-radius: 2px;
}

.jumbotron h1 {
  font-family: 'Frijole', cursive;
  text-shadow: 1px 1px 15px #FAFFD6;
  color: #e3ff00;
  font-size: 5em;
}
.jumbotron h2 {
  letter-spacing: 18px;
font-size: 2em;
}
.jumbotron .container {
  -moz-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
box-shadow: 1px 2px 3px rgba(0,0,0,.5);
background-color: rgba(0,0,0,.5);
}
.jumbotron {
    background: url("../img/hazmat.jpg") fixed no-repeat;
    background-position: center;
    background-size: 100%;
    min-height: 50vh;
}

td h2 {
  text-shadow: 0px 0px 11px #e3ff00;
  color: black;
}

.tab-content {
  margin-top: 2em;
}
tr td:nth-child(2) {
  padding-left: 1em;
}
td {
  vertical-align: top;
  padding-bottom: 10px;
}
tr {
  -webkit-box-shadow: inset 0px -10px 0px 0px rgba(0,0,0,1);
-moz-box-shadow: inset 0px -10px 0px 0px rgba(0,0,0,1);
box-shadow: inset 0px -10px 0px 0px rgba(0,0,0,1);
}
h2.mobile {
  display: none;
}
@media (max-width: 992px) {
  td {
  display:block;
  }
  h2.desktop {
    display: none;
  }
  h2.mobile {
    display: block;
  }
}
.thumbnail {
  padding: 0;
  margin: 0;
  margin-top: 20px;
}

button.close {
  font-size: 3em;
  padding-right: .25em
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #f5dd04;
    cursor: default;
    background-color: #000000;
    border-color: #000000;
}
