@media only screen and (min-width: 1024px) {
  .panel-body {
    font-size: 18px;
  }
}
body {
  background-color: #97b3c9 !important;
}
.panel-heading {
  color: #fff !important;
  background-image: url("/img/title-background.jpg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.panel-heading h2 {
  text-shadow: #4b5964 2px 2px 2px;
  text-transform: capitalize;
}
.panel-heading h6 {
  text-shadow: #4b5964 1px 1px 1px;
}
.tag {
  background-color: #97b3c9 !important;
  color: #fff !important;
  font-family: "Roboto Mono", Monaco, monospace !important;
  padding-left: 1ex;
  padding-right: 1ex;
}
.tag a {
  color: #fff;
}
.badge {
  background-color: #97b3c9 !important;
}
.hidden {
  display: none !important;
}
.label-default {
  background-color: #97b3c9 !important;
}
#release {
  text-shadow: #000 1px 1px 1px;
}
.panel-body ul {
  list-style: none;
}
.panel-body ul li:before {
  color: #fff;
  content: '\27a2';
  display: inline-block;
  font-weight: bold;
  margin-left: -1em;
  margin-right: 1ex;
  width: 1em;
}
