
body {
  overflow-x: hidden;
  color: rgba(249,249,249,0.85);
  background-color: #002222
}

a {
  color: rgba(204,255,255,0.5);
}

a:focus, a:hover {
  color: rgba(249,249,249,0.85);
  text-decoration: none;
}

.red {
  color: #C26767;
  font-weight: bolder;
}

.container.section-bg {
  margin-top: 80px;
}

.section-bg {
  padding: 0 8px 8px;
}

#footer {
  padding: 12px 0;
  height: 48px;
  font-size: 1.0em;
}

#back, #top {
  display: none;
}

h1 {
  margin: 0;
  color: rgba(249,249,249,0.96);
}

h2 {
  margin: 8px 0;
}

h3 {
  margin: 4px 0;
}

a h3 {
  color: rgba(204,255,255,0.9);
}

a:focus h3, a:hover h3 {
  color: #f9f9f9;
  text-decoration: none;
  font-weight: bold;
}

.spacer {
  height: 55vh;
  margin: 12px 5%;
  background-color: rgba(33,33,33,0.4);
}

#nav {
  padding-right: 10%;
}

#navigation > a {
  padding: 12px;
}

#navigation > a#title {
  display: inline-block;
}

#navigation .pull-left {
  margin-left: 16px;
}

#navigation .pull-right {
  margin-right: 16px;
}

#navigation {
  padding: 12px 0;
  max-height: 64px;
  background-color: rgba(204,255,255,0.1);
}

.navbar-default {
  background-color: transparent;
  padding: 0;
  border: 0;
  z-index: 2;
}

.price, .name {
  font-size: 1.15em;
  font-weight: 500;
}

.name {
  margin-left: 28px;
}

.price {
  margin-right: 28px;
}

.description {
  font-style: italic;
  font-size: 0.9em;
  margin: 4px 5%;
}

.btn-default {
  color: rgba(249,249,249,0.85);
  background-color: rgba(33,33,33,0.4);
  box-shadow: 0 0 6px rgba(249,249,249,0.85);
  border: 0;
  font-weight: 400;
  padding: 9px 12px;
}

.btn-default:active:hover,
.btn-default:hover,
.btn-default:active {
  background-color: rgba(33,33,33,0.6);
  color: rgba(249,249,249,0.85);
  box-shadow: 0;
}

.grow {
  -webkit-transition:all 0.5s ease-out;
  -moz-transition:all 0.5s ease-out;
  -ms-transition:all 0.5s ease-out;
  -o-transition:all 0.5s ease-out;
  transition:all 0.5s ease-out;
}

.grow:hover {
  -webkit-transform:scale(1.05);
  -moz-transform:scale(1.05);
  -ms-transform:scale(1.05);
  -o-transform:scale(1.05);
  transform:scale(1.05);
}

.tab-pane {
  padding: 12px 8px;
  background-color: rgba(204,255,255,0.1);
}

#survivors img,
#enemies img {
  height: 15vh;
  max-width: 90%;
  margin: 12px auto;
}

.tab-pane:not(#menu) > .row {
  padding: 0 12px;
}

.nav-tabs > li.open > a:focus,
.nav-tabs > li.active > a:focus {
  background-color: rgba(33,33,33,0.4);
  border: 4px solid transparent;
  box-shadow: inset 0 0 0 2px rgba(204,255,255,0.1);
  color: #f9f9f9;
}

.nav-tabs > li.open > a:hover,
.nav-tabs > li.active > a:hover {
  background-color: rgba(33,33,33,0.6);
  font-weight: bold;
  border: 4px solid transparent;
  box-shadow: inset 0 0 0 2px rgba(204,255,255,0.1);
  color: #f9f9f9;
  cursor: pointer;
}

.nav-tabs > li > a:focus {
  background-color: rgba(33,33,33,0.4);
  border: 4px solid transparent;
  box-shadow: inset 0 0 0 2px rgba(204,255,255,0.1);
  color: #f9f9f9;
}

.nav-tabs > li > a:hover {
  background-color: rgba(33,33,33,0.4);
  font-weight: bold;
  border: 4px solid transparent;
  box-shadow: inset 0 0 0 2px rgba(204,255,255,0.1);
  color: #f9f9f9;
  cursor: pointer;
}

.nav-tabs > li.open > a,
.nav-tabs > li.active > a {
  background-color: rgba(33,33,33,0.4);
  color: #f9f9f9;
  border: 4px solid transparent;
  box-shadow: inset 0 0 0 2px rgba(204,255,255,0.1);
}

.nav-tabs > li > a {
  width: 96px;
  border: 4px solid transparent;
  border-radius: 4px 4px 0 0;
  background-color: rgba(204,255,255,0.1);
  color: #002222;
  font-size: 18px;
  padding: 4px;
}

.nav-tabs > li {
  float: none;
  display: inline-block;
  *display: inline; /*IE7*/
  *zoom: 1; /*IE7*/
}

.nav-tabs {
  text-align: center;
  border-bottom: 0;
  padding-bottom: 1px;
}

.infowindow {
  position: fixed;
  z-index: 5;
  min-width: 256px;
  max-width: 640px;
  max-height: 960px;
  padding-bottom: 12px;
  background-color: rgba(41,78,78,0.98);
  color: white;
  text-align: center;
  pointer-events: none;
}
.infowindow h1 {
  padding: 8px;
  font-weight: bolder;
}
.infowindow h2 {
  font-size: 24px;
  margin-top: 0;
}
.infowindow p {
  padding: 0 40px 8px;
  font-size: 16px;
  max-width: 608px;
  margin: auto;
}

.post {
  width: 80%;
  margin: 20px 10% 5vh;
  padding: 12px 40px 8px;
  background-color: rgba(22,33,33,0.2);
}
.box h3,
.post h3 {
  font-size: 32px;
  margin: 8px auto 20px;
}
.box p,
.post p {
  font-size: 18px;
  margin-bottom: 20px;
}
.box {
  width: 60%;
  margin: 20px 20% 40px;
  padding: 8px 40px;
  background-color: rgba(22,33,33,0.2);
}

.post img {
  height: 25vh;
  margin: 12px auto 20px;
}

div[id^="survivor-"] img,
div[id^="enemy-"] img,
div[id^="boss-"] img,
div[id^="mod-"] img,
div[id^="weapon-"] img {
  width: 256px;
  padding-bottom: 8px;
}

div[id^="survivor-"] h1,
div[id^="enemy-"] h1,
div[id^="boss-"] h1,
div[id^="mod-"] h1,
div[id^="weapon-"] h1 {
  font-size: 48px;
  font-weight: bolder;
}

div[id^="survivor-"] h2,
div[id^="enemy-"] h2,
div[id^="boss-"] h2,
div[id^="mod-"] h2,
div[id^="weapon-"] h2 {
  font-size: 28px;
  font-weight: bold;
}

div[id^="load-"] {
  margin: 0 20%;
  font-size: 16px;
}







