html {
  font-size: 14pt;
}

html, body {
  font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Helvetica, Arial, "Noto Sans", "Droid Sans", "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  padding-top: 60px;
}

address {
  font-style: normal;
}

small {
  display: block;
  font-size: 0.5em;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt {
  float: left;
  width: 12em;
  overflow: hidden;
  clear: left;
  text-overflow: ellipsis;
  white-space: wrap;
}

dd {
  margin-left: 12em;
}

h2[id] {
  scroll-margin-top: 100px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.jumbotron {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #202020;
  background: url("/img/bmt_2019.jpg") center/cover no-repeat;
  color: #fff;
  z-index: 1;
  min-height: 450px;
}
.jumbotron .logo {
  background: #c6ecff;
  border-radius: 50%;
  padding: 20px 5px;
  width: 200px;
  height: 150px;
}
.jumbotron h1 {
  font-size: 3rem;
}
.jumbotron p {
  font-size: 1.8rem;
  margin: 0;
}
.jumbotron > * {
  z-index: 3;
  margin: 20px;
}

@media screen and (max-width: 1199px) {
  /*    .jumbotron { background-image: url('../images/hero-1-lg.jpg'); } */
}
@media screen and (max-width: 991px) {
  .jumbotron {
    /*        background-image: url('../images/hero-1-md.jpg'); */
    flex-direction: column;
    text-align: center;
  }
  .jumbotron h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  /*    .jumbotron { background-image: url('../images/hero-1-sm.jpg'); } */
}
@media screen and (max-width: 575px) {
  /*    .jumbotron { background-image: url('../images/hero-1-xs.jpg'); } */
}
.thumbs {
  text-align: center;
}
.thumbs img {
  padding: 10px;
}

.section {
  text-align: center;
  padding: 30px;
}
.section p {
  text-align: left;
}
.section.full {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 184px);
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}
nav .logo {
  margin-top: 10px;
  margin-right: auto;
  margin-left: 10px;
  text-align: center;
}
nav .menu, nav .close {
  display: none;
}
nav .link {
  padding: 20px 10px 0;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
nav .link:hover {
  color: #0B4F8E;
}
nav .link::after {
  content: "";
  display: block;
  border-bottom: solid 2px #2967A1;
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out;
}
nav .social {
  margin-right: 10px;
  margin-left: auto;
  text-align: center;
}
nav .social img {
  height: 30px;
  width: auto;
  padding: 15px 5px 0px;
}

@media screen and (max-width: 991px) {
  nav {
    position: fixed;
    top: 0;
    flex-flow: row wrap;
    padding: 0 10px;
    min-height: 50px;
    max-height: 100vh;
    overflow: auto;
    z-index: 4;
  }
  nav .close {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 24px;
    top: 20px;
    right: 30px;
    z-index: -1;
  }
  nav .menu {
    order: 1;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
    cursor: pointer;
    margin-top: 20px;
    margin-right: 20px;
  }
  nav .menu span {
    position: absolute;
    top: 8px;
    display: block;
    width: 25px;
    height: 2px;
    transition: all 0.2s ease-in-out;
    border-radius: 8px;
    background-color: #333;
  }
  nav .menu span::after, nav .menu span::before {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 2px;
    transition: all 0.2s ease-in-out;
    border-radius: 4px;
    background-color: #333;
  }
  nav .menu span::before {
    top: -8px;
  }
  nav .menu span::after {
    top: 8px;
  }
  nav .menu:target span {
    background-color: #fff;
  }
  nav .menu:target span::before {
    top: 0;
    transform: rotate(45deg);
  }
  nav .menu:target span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  nav .menu:target ~ .link {
    max-height: 50px;
    padding: 10px 20px;
  }
  nav .menu:target ~ .close {
    z-index: 1;
  }
  nav .link {
    flex: 100%;
    order: 1;
    max-height: 0;
    font-size: 20px;
    padding: 0 20px;
    overflow: hidden;
  }
  nav .logo {
    width: 90px;
  }
  .features > article > img {
    margin-bottom: 0;
  }
}
.reopening {
  background-color: #802b57;
  color: #fff;
  margin-top: -21px;
  padding: 20px 0;
}
.reopening h2 {
  text-align: center;
}

.opening {
  display: flex;
  flex-direction: row;
  background-color: rgb(0, 104, 184);
  color: #fff;
}
.opening > div {
  width: 50%;
}
.opening .map > .osm {
  display: block;
  min-height: 150px;
  height: 100%;
}
.opening address {
  padding-bottom: 10px;
}
.opening .content {
  position: relative;
  z-index: 1;
  background: url("/img/bluebrick.jpg") center/cover;
  padding: 20px 0;
}
.opening .content h3 > small {
  font-size: 0.8rem;
}
.opening .content > * {
  padding-left: 20px;
  padding-right: 20px;
}
.opening .content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 104, 184, 0.85);
  z-index: -1;
}

.drinks {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.drinks table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.drinks table tr.spacer {
  border-top: 15px solid transparent;
}
.drinks table tr th {
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
}
.drinks table tr th, .drinks table tr td {
  padding-left: 10px;
}
.drinks table tr th:not(:first-child), .drinks table tr td:not(:first-child) {
  text-align: right;
}

.annotation {
  margin-top: 20px;
  text-align: left;
  font-size: 0.8em;
}
.annotation dt {
  width: 3em;
}
.annotation dd {
  margin-left: 3em;
}

@media screen and (max-width: 767px) {
  .opening, .drinks {
    flex-direction: column;
  }
  .opening div, .drinks div {
    width: 100%;
  }
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}

footer {
  text-align: right;
  padding: 20px;
  background-color: #333;
  color: #eee;
}
footer a {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 576px) {
  .container {
    width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    width: 700px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 960px;
  }
  nav .link.active::after, nav .link:hover::after {
    transform: scaleX(1);
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@font-face {
  font-family: script;
  src: url(/img/GreatVibes-Regular.woff2) format("woff");
}
.name {
  font-weight: bold;
}

.desc {
  color: #444;
}

.price {
  font-weight: bold;
  color: #0000c0;
  padding-left: 1em;
  padding-right: 1em;
}

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