/*
  import every file in the same directory,
  including within folders

 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
a {
  text-decoration: none;
  background: -webkit-linear-gradient(#fff4dd, #fff4dd) no-repeat;
  background: linear-gradient(#fff4dd, #fff4dd) no-repeat;
  background-size: 100% 2px;
  background-position: 0 1em;
  color: #fff4dd;
}
:visited {
  color: #fff4dd;
}
:hover {
  color: #dc322f;
}
body {
  background-color: #fff4dd;
  background-image: -webkit-linear-gradient(left, rgba(200,0,0,0.5) 50%, transparent 50%), -webkit-linear-gradient(rgba(200,0,0,0.5) 50%, transparent 50%);
  background-image: linear-gradient(90deg, rgba(200,0,0,0.5) 50%, transparent 50%), linear-gradient(rgba(200,0,0,0.5) 50%, transparent 50%);
  background-size: 50px 50px;
  font-family: "cronos-pro", system, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Lucida Grande";
  font-size: 24px;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "sail", system, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Lucida Grande";
}
img {
  display: block;
  width: 100%;
}
.wrapper {
  overflow: hidden;
}
.doggy-page {
  padding-bottom: 5em;
}
.doggy-page header {
  background: #dc322f;
  font-size: 2em;
  padding: 2em;
  text-align: center;
  color: #fff4dd;
  margin-bottom: 1em;
}
.doggy-page .addthis_sharing_toolbox {
  margin-top: 3em;
  text-align: center;
}
.footer {
  line-height: 1.2em;
  background-color: #fff4dd;
  background-image: -webkit-linear-gradient(left, rgba(200,0,0,0.5) 50%, transparent 50%), -webkit-linear-gradient(rgba(200,0,0,0.5) 50%, transparent 50%);
  background-image: linear-gradient(90deg, rgba(200,0,0,0.5) 50%, transparent 50%), linear-gradient(rgba(200,0,0,0.5) 50%, transparent 50%);
  background-size: 50px 50px;
  padding: 1em 0 5em 0;
  text-align: center;
}
.footer .header {
  font-weight: 800;
  padding: 0.5em 0;
}
.footer a {
  background: -webkit-linear-gradient(#000, #000) no-repeat;
  background: linear-gradient(#000, #000) no-repeat;
  background-size: 100% 2px;
  background-position: 0 1em;
  color: #000;
}
.footer a:visited {
  color: #000;
}
.web-help {
  margin: 1em 0.5em;
}
.top-half {
  position: relative;
}
.general-info {
  border-radius: 3px;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  box-shadow: 8px 15px 15px rgba(1,22,39,0.5);
  position: relative;
  top: -0.5em;
  box-sizing: border-box;
  padding: 1.3em 0.8em;
  padding-bottom: 1em;
  width: 60%;
  color: #011627;
  background: #fff4dd;
  position: absolute;
}
.general-info ul {
  line-height: 1.15em;
}
.general-info .hours {
  margin-bottom: 0.5em;
}
.general-info .address {
  margin-bottom: 0.5em;
}
.general-info a.info-link {
  color: #dc322f;
}
.general-info .logo {
  margin-bottom: 1em;
}
.general-info .logo path {
  fill: #dc322f;
}
.general-info .icons {
  position: relative;
  top: -0.5em;
}
.general-info .icons svg {
  width: 7em;
  height: 1.632082070412684em;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
  fill: #dc322f;
}
.cover-image {
  position: relative;
}
.cover-image img {
  border-radius: 3px;
}
.five-seconds {
  top: 0;
}
.five-seconds .tagline {
  line-height: 1.25em;
  color: #dc322f;
  margin-bottom: 0.5em;
  font-weight: 800;
}
.latest-news {
  padding: 0.4em 0.3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.latest-news .title {
  color: #dc322f;
  margin-bottom: 0.4em;
}
.latest-news img {
  box-shadow: 8px 15px 15px rgba(1,22,39,0.5);
  width: 150px;
  border-radius: 3px;
}
.latest-news .text {
  border-radius: 0 3px 3px 0;
  box-shadow: 8px 15px 15px rgba(1,22,39,0.5);
  padding: 0.9em 0.4em;
  background: #fff4dd;
}
@media (max-width: 400px) {
  body {
    font-size: 1.4em;
  }
  .general-info {
    width: 75%;
  }
}
@media (max-width: 330px) {
  body {
    font-size: 1.3em;
  }
  .general-info {
    width: 70%;
  }
}
@media (min-width: 720px) {
  .top-half {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
  }
  .cover-image {
    border-radius: 3px;
    width: 53%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
    box-shadow: 8px 15px 15px rgba(1,22,39,0.5);
  }
  .general-info {
    padding: 3em 1.8em;
    position: static;
    width: 100%;
  }
  .info-and-news {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    width: 46%;
  }
  .five-seconds {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .five-seconds .tagline {
    font-size: 1.2em;
  }
  .loc-and-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .loc-and-news .twitter-latest-news {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 900px) {
  .top-half {
    font-size: 1.2em;
  }
}
@media (max-height: 500px) {
  .general-info {
    padding-top: 1.3em;
  }
}
.twitter-latest-news {
  padding: 0.5em 0em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.twitter-latest-news .twitter-logo {
  display: inline-block;
  float: left;
  height: 1em;
  margin: 0.5em;
}
.twitter-latest-news .text {
  font-size: 0.8em;
  padding: 0em 0.3em;
  line-height: 1em;
  color: #011627;
}
.twitter-latest-news .photo {
  max-width: 300px;
}
.twitter-latest-news .photo img {
  width: 100%;
}
.beers {
  color: #fff4dd;
  background: #272727;
}
.beers .header {
  padding: 2em 1em;
  color: #fff4dd;
  font-size: 1.5em;
  font-weight: 800;
  text-align: center;
  background: #6f2108;
  background: url("bierhaus/image/upload/b_rgb-c16924-c_crop-e_blur-20-g_face-o_80/v1460053316/12825949_1687152724906925_238699141_n.jpg_ffrebr.jpg");
  background-size: cover;
  background-position: center;
}
.beers .beer-list {
  padding: 1em 1em;
  background: url("bierhaus/image/upload/c_scale-w_527/v1462849010/BlankChalkboard_sbp5kt.jpg");
  background-size: cover;
}
.beer-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.beer-item .origin {
  font-size: 0.8em;
  margin-right: 0.4em;
}
.beer-item .abv {
  color: #dc322f;
}
.beer-item .dashed-line {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  content: ' ';
  width: 100%;
  border-bottom: 2px dotted #fff4dd;
  position: relative;
  top: -0.2em;
  margin: 0 0.1em;
}
.beer-item .dashed-line .non-css-line {
  visibility: hidden;
}
.food {
  background: #fff4dd;
}
.food .header {
  padding: 2em 1em;
  color: #fff4dd;
  font-size: 1.5em;
  font-weight: 800;
  text-align: center;
  background: #dc322f;
}
.food a,
.food a:hover,
.food a:visited {
  color: #dc322f;
  text-align: center;
  background: none;
  border-bottom: 2px solid #dc322f;
}
.menu-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.menu-links li {
  padding: 1em 0.5em;
}
.food-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.food-gallery li {
  box-sizing: border-box;
  padding: 0.8em;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
.stout,
.stout-page {
  padding: 0.3em 0;
  background: -webkit-linear-gradient(135deg, #7e7e81 25%, transparent 25%, transparent 75%, #b0b0b2 75%, #b0b0b2) 0 0, -webkit-linear-gradient(135deg, #b0b0b2 25%, transparent 25%, transparent 75%, #7e7e81 75%, #7e7e81) 1em 1em, -webkit-linear-gradient(45deg, #b0b0b2 17%, transparent 17%, transparent 25%, #b0b0b2 25%, #b0b0b2 36%, transparent 36%, transparent 64%, #b0b0b2 64%, #b0b0b2 75%, transparent 75%, transparent 83%, #b0b0b2 83%) 1em 1em;
  background: linear-gradient(-45deg, #7e7e81 25%, transparent 25%, transparent 75%, #b0b0b2 75%, #b0b0b2) 0 0, linear-gradient(-45deg, #b0b0b2 25%, transparent 25%, transparent 75%, #7e7e81 75%, #7e7e81) 1em 1em, linear-gradient(45deg, #b0b0b2 17%, transparent 17%, transparent 25%, #b0b0b2 25%, #b0b0b2 36%, transparent 36%, transparent 64%, #b0b0b2 64%, #b0b0b2 75%, transparent 75%, transparent 83%, #b0b0b2 83%) 1em 1em;
  background-color: #7e7e81;
  background-size: 2em 2em;
}
.stout .submit,
.stout-page .submit {
  padding: 0.5em 0 1em 0;
  text-align: center;
}
.stout a.stout-submit-link,
.stout-page a.stout-submit-link {
  color: #fff4dd;
}
.stout .sub-header,
.stout-page .sub-header {
  text-align: center;
  margin-bottom: 1em;
  color: #fff4dd;
}
.dog-header {
  font-size: 1.4em;
  color: #dc322f;
  text-align: center;
  margin: 0.8em 0;
  font-weight: 800;
  text-shadow: 1px 1px #011627, 2px 2px #011627, 3px 3px #011627;
}
.dog-header .stout-svg {
  margin: 0 auto;
  width: 5em;
}
.dog-photo-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.dog-photo {
  position: relative;
  margin: 0.5em 1.5em;
  max-width: 250px;
}
.dog-photo .name {
  display: block;
  text-align: center;
  margin-top: 0.2em;
  font-family: "sail", system, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Lucida Grande";
}
.dog-photo:nth-of-type(2n) {
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
}
.dog-photo:nth-of-type(2n+1) {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.dog-photo .likes {
  background: rgba(1,22,39,0.3);
  font-size: 0.8em;
  color: #fff4dd;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.3em 0.3em;
}
.dog-photo .likes:before {
  content: "♥";
  color: #dc322f;
  position: relative;
  top: 1px;
  padding-right: 0.1em;
  font-size: 0.9em;
}
.dog-photo img {
  border: 5px solid #011627;
}
a.more-dogs {
  background: none;
  background: rgba(255,244,221,0.3);
  color: #011627;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 5px solid #011627;
  margin: 0.5em 1.5em;
  width: 200px;
  height: 200px;
}
a.more-dogs p {
  line-height: 1.3em;
  font-size: 1.3em;
  text-align: center;
  font-family: "sail", system, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Lucida Grande";
}
.board-games {
  text-align: center;
  padding: 1.5em 0;
  color: #fff4dd;
  background: url("bierhaus/image/upload/b_rgb-9f673b-e_blur-50-o_80/v1460344039/boardgames_drxhi4.jpg");
  background-size: cover;
}
.board-games .header {
  padding: 1em 0;
  font-weight: 800;
  text-align: center;
  font-size: 1.3em;
}
.food-and-drinks .header {
  text-align: center;
  padding: 2em 0;
  font-size: 2em;
}
.food-and-drinks .content {
  padding: 0 0.8em;
  padding-bottom: 0.5em;
}
@media (min-width: 760px) {
  .food-and-drinks .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .food-and-drinks .content section {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
.delivery-button {
  margin-top: 1em;
}
.delivery-button a {
  background: #dc322f;
  padding: 0.2em 0.5em;
  border-radius: 0.3em;
  box-shadow: 1px 1px #011627;
}
.delivery-button a:hover {
  color: #fff4dd;
}
.general-info {
  -webkit-animation: rotate-in-down-left 0.3s ease;
          animation: rotate-in-down-left 0.3s ease;
}
@-webkit-keyframes rotate-in-down-left {
  0% {
    -webkit-transform: translate(-50vw) rotate(-10deg);
            transform: translate(-50vw) rotate(-10deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(0) rotate(-2deg);
            transform: translate(0) rotate(-2deg);
    opacity: 1;
  }
}
@keyframes rotate-in-down-left {
  0% {
    -webkit-transform: translate(-50vw) rotate(-10deg);
            transform: translate(-50vw) rotate(-10deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(0) rotate(-2deg);
            transform: translate(0) rotate(-2deg);
    opacity: 1;
  }
}
.petition {
  padding: 0.2em 0.3em;
  text-align: center;
  min-height: 30vh;
  background: rgba(255,255,255,0.9);
}
.petition p {
  margin: 0.5em 0;
}
.petition h3 {
  font-family: "cronos-pro", system, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Lucida Grande";
  text-align: center;
  font-size: 7vw;
}
.petition a {
  color: #dc322f;
}
a.petition-link {
  font-size: 1.5em;
  display: inline-block;
  background: #dc322f;
  color: #fff4dd;
  padding: 0.3em 0.5em;
  border-radius: 0.3em;
}
.reserve-page {
  background: #fff4dd;
  padding: 1em 0;
}
.reserve-page .header {
  text-align: center;
  padding: 1em 0;
  font-size: 1.5em;
  font-weight: 800;
}
.reserve-page .prompt {
  text-align: center;
}
.reserve-page a {
  color: #dc322f;
}
.reservation-guide {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.reservation-guide .instructions {
  max-width: 500px;
  padding: 0 1em;
}
.reservation-guide .instructions .details {
  padding: 0.2em 0.8em;
}
.reservation-guide h2 {
  margin: 0.5em 0;
  font-weight: 800;
}
.reservation-guide p {
  margin: 1em 0;
}
.reserve-form {
  padding: 0 0.5em;
}
.reserve-form li {
  margin: 0.4em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.reserve-form li label {
  text-align: left;
  margin-right: 0.3em;
  width: 7.5em;
}
.reserve-form li input {
  font: inherit;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.stout-page {
  padding: 3em 0;
}
.stout-page .stout-svg {
  width: 5em;
  margin: 0 auto;
  margin-bottom: 1em;
}
.stout-page .upload-form {
  font-family: inherit;
  max-width: 200px;
  padding: 1em 0.6em;
  border: 5px solid #011627;
  text-align: center;
  color: #fff4dd;
}
.stout-page .upload-form header {
  text-align: center;
  margin-bottom: 1em;
}
.stout-page .upload-form li {
  margin: 0.3em 0;
}
.stout-page .upload-form input {
  font: inherit;
  font-size: 0.8em;
  line-height: 1em;
}
.stout-page .upload-form .submit {
  background: #dc322f;
  border: none;
  color: #fff4dd;
  display: block;
  width: 100%;
  border-radius: 0.3em;
  padding: 0.5em 0;
}
.top-bar {
  display: block;
  padding: 0.6em 0.6em;
  background: #dc322f;
/* flex-box */
}
@media (min-width: 800px) {
  .top-bar {
    font-size: 1.3em;
    padding: 0.8em 1em;
  }
  .top-bar a.logo-link {
    max-width: 200px;
  }
}
@media (min-width: 1200px) {
  .top-bar {
    font-size: 1.5em;
    padding: 1em 1.2em;
  }
  .top-bar a.logo-link {
    max-width: 250px;
  }
}
@media (max-width: 400px) {
  .top-bar a.logo-link {
    max-width: 120px;
  }
}
.top-bar .top-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.top-bar .top-nav li {
  padding: 0.3em 0;
}
.top-bar .top-nav .menu {
  margin-right: 0.5em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
a.menu-link {
  text-decoration: none;
  color: #fff4dd;
}
.logo-svg svg {
  width: 100%;
}
.logo-svg path {
  fill: #fff4dd;
}
a.logo-link {
  display: block;
  max-width: 150px;
  color: #dc322f;
  text-decoration: none;
  background: none;
  font-weight: 800;
}
a.reserve-link {
  background: #fff4dd;
  color: #dc322f;
  text-decoration: none;
  padding: 0.1em 0.2em;
  padding-right: 0.4em;
  padding-left: 0.4em;
  line-height: 0.9em;
  border-radius: 0.2em;
}
.lightning-bolt-svg {
  position: relative;
  top: 0.05em;
  left: 0.02em;
}
.lightning-bolt-svg svg {
  width: 0.7em;
  height: 0.8em;
}