body {
  padding-top: 70px;
  padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.theme-seasfont {
  color: #005681;
  font-family: Arial,sans-serif;
  letter-spacing: 0;

  text-transform: uppercase;

  background-image: url("../images/column-h3-gold.png");
  background-repeat: repeat-x;
  padding-top: 10px;
}

.jumbotron .theme-date {
  font-size: 21px;
}

img {
  max-width: 100%;
  height: auto;
}
@media {
  img { 
    width: auto; /* for ie 8 */
  }
}