body {
  background-color: #1a2331;
}

.wrap {
  background-color: #fff;
}

/* Site Header */
.site-header {
  border-width: 10px 0 0;
  border-top-style: solid;
  border-image: linear-gradient(135deg, #57a4d0 0%, #305d7a 100%) 3;
}

/* Footer */
.NavbarFooter {
  padding: 3rem 1rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 1.25rem;
}
.NavbarFooter a {
  color: rgba(255, 255, 255, 0.7);
}
.NavbarFooter a:hover, .NavbarFooter a:focus, .NavbarFooter a:active {
  color: #fff;
}
.NavbarFooter .NavbarFooter-copyright,
.NavbarFooter .NavbarFooter-trademark {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.4;
}

.NavbarFooter .NavbarFooter-links,
.NavbarFooter .NavbarFooter-copyright {
  text-transform: uppercase;
}

.NavbarFooter .NavbarFooter-links ul {
  list-style: none;
  padding: 0;
}

.NavbarFooter .NavbarFooter-links li {
  display: inline;
}

.NavbarFooter .NavbarFooter-links li::before {
  content: "";
  display: inline-block;
  height: 0.625rem;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0 1rem;
  pointer-events: none;
}

.NavbarFooter .NavbarFooter-links li:first-child::before {
  display: none;
}

.bottle-view {
  background-color: #e5e8f0;
}
.bottle-view h1 {
  font-size: 2rem;
  font-weight: 700;
}
.bottle-view h2 {
  position: relative;
  font-size: 1.875rem;
  margin-bottom: 1em;
}
.bottle-view h2::after {
  content: "";
  border-bottom: 3px solid #000;
  bottom: -10px;
  left: 0;
  position: absolute;
  width: 45px;
}
.bottle-view p {
  color: #555;
}
.bottle-view td {
  font-weight: 700;
}
.bottle-view td:first-child {
  font-weight: 400;
  padding-right: 1em;
}

/* Early Access Styles */
div.early_access_header {
  font-size: 0.825rem;
  margin: 0 0 1.25rem;
  padding: 1rem;
  color: #b8e0fd;
  background: linear-gradient(135deg, #57a4d0 0%, #305d7a 100%);
}
div.early_access_header h1,
div.early_access_header h2 {
  font-weight: normal;
  font-style: normal;
  color: #fff;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
}
div.early_access_header h1 {
  font-size: 1.875em;
}
div.early_access_header h2 {
  font-size: 1em;
  letter-spacing: 0;
  margin-bottom: 0;
}
div.early_access_header p {
  margin-bottom: 0;
}

/*# sourceMappingURL=bottledb.css.map */
