* {
  box-sizing: border-box;
  font-family: "arial";
}
html,
body {
  padding: 0;
  margin: 0;
}
.logo {
  color: white;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
a {
  text-decoration: none;
  color: rgb(36, 36, 36);
}
.bg-primary {
  background-color: rgb(20, 20, 20);
  color: white;
}
.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header {
  padding: 1em 0;
  position: relative;
}
.breakpoint {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1em;
}
.nav {
  margin: 0;
  padding: 0;
}
.nav li {
  list-style-type: none;
  display: inline-block;
  margin-left: 1em;
}
.nav li a {
  color: white;
  letter-spacing: 1px;
  transition: 0.4s ease-in-out;
}
.nav li a:hover {
  transition: 0.4s ease-in-out;
  opacity: 0.7;
  text-decoration: underline;
}
.row_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider_item img {
  vertical-align: bottom;
}
.slider_item {
  min-height: 550px;
}
.anniversary {
  background-image: url("img/header4.jpg");
  background-size: cover;
  background-position: center center;
}
.beer_menu {
  display: flex;
  align-items: center;
  margin-left: 1em;
}
.beer_menu img {
  align-self: auto;
  margin-left: 0.25em;
}
.button {
  background-color: rgb(224, 47, 47);
  color: white;
  padding: 0.5em 0.75em;
  font-weight: 600;
  border-radius: 0.35em;
  text-transform: uppercase;
}
.blurb {
  margin: 0 auto;
  text-align: center;
  padding: 2em 0;
  font-size: 2em;
  text-transform: capitalize;
}
.blurb .marker {
  width: 45px;
  height: 10px;
  background-color: #ffd02b;
  display: inline-block;
}
.blurb .year {
  color: #ffd02b;
}
.column {
  width: 25%;
}
.column a {
  color: rgb(251, 251, 251);
}
.mr-2 {
  margin-right: 1em;
}
.py-4 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.pt-5 {
  padding-top: 5em;
}
main {
  padding-bottom: 2em;
}
#celebrate {
  padding-left: 10px;
  font-size: 16px;
  text-transform: capitalize;
}
#menu_toggle {
  display: none;
  background: #292929;
  padding: 0.25em 0.5em;
  border-radius: 10px;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 1.5em;
  width: 45px;
  height: 40px;
  text-align: center;
}
.footer_wrap {
  background: black;
  color: #FFF !important;
}
footer.breakpoint {
  padding-top: 3em;
  padding-bottom: 1.5em;
}
footer .column {
  display: flex;
  flex-direction: column;
}
footer .column a {
  display: inline-block;
  margin-bottom: 0.25em;
}
footer .column span {
  padding: 0.75em 0;
  font-weight: 600;
  letter-spacing: 1px;
}
footer .column p {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}
footer.row {
  align-items: start;
}
.social a {
  font-size: 1.5em;
  margin-right: 0.25em;
  letter-spacing: 1px;
}
.snip1533 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #9e9e9e;
  display: inline-block;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  margin: 35px 10px 10px;
  max-width: 310px;
  min-width: 250px;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid #d2652d;
}

.snip1533 *,
.snip1533 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.snip1533 figcaption {
  padding: 13% 10% 12%;
}

.snip1533 figcaption:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #d2652d;
  content: "\f10e";
  font-family: "FontAwesome";
  font-size: 32px;
  font-style: normal;
  left: 50%;
  line-height: 60px;
  position: absolute;
  top: -30px;
  width: 60px;
}

.snip1533 h3 {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin: 10px 0 5px;
}

.snip1533 h4 {
  font-weight: 400;
  margin: 0;
  opacity: 0.5;
}

.snip1533 blockquote {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 20px;
}
.center {
  text-align: center;
}
.pb-2 {
  padding-bottom: 2em;
}
@media screen and (max-width: 1100px) {
  body {
    overflow-x: hidden;
  }
  .nav {
    position: absolute;
    right: -400px;
    top: 93px;
    z-index: 10;
    width: 300px;
    height: 100vh;
    background-color: rgb(20, 20, 20);
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.1);
    padding-top: 1em;
    transition: 0.2s ease-in-out;
  }
  header .breakpoint {
    overflow-x: hidden;
  }
  header {
    overflow: hidden;
  }
  .nav li {
    display: block;
    margin-bottom: 0.5em;
  }
  #menu_toggle {
    display: block;
  }
  .open_menu {
    right: 0;
    transition: 0.2s ease-in-out;
  }
}

@media screen and (max-width: 980px) {
  .row {
    flex-wrap: wrap;
  }
  .column {
    width: 48%;
    margin-bottom: 1em;
  }
  .mr-2 {
    margin-right: 0;
  }
}
@media screen and (max-width: 585px) {
  .column {
    width: 100%;
  }
  #form {
    padding: 0 0.5em;
  }
  .row_center {
    flex-wrap: wrap;
  }
  .row_center .button {
    margin-bottom: 2em;
  }
  .slider_item {
    min-height: 315px;
  }
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #bbb5af;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #bbb5af;
}

input::placeholder,
textarea::placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::placeholder,
textarea::focus:placeholder {
  color: #bbb5af;
}

input::-ms-placeholder,
textarea::-ms-placeholder {
  color: #aca49c;
  font-size: 0.875em;
}

input:focus::-ms-placeholder,
textarea:focus::-ms-placeholder {
  color: #bbb5af;
}

/* on hover placeholder */

input:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-webkit-input-placeholder,
textarea:hover:focus::-webkit-input-placeholder {
  color: #cbc6c1;
}

input:hover::-moz-placeholder,
textarea:hover::-moz-placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-moz-placeholder,
textarea:hover:focus::-moz-placeholder {
  color: #cbc6c1;
}

input:hover::placeholder,
textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::placeholder,
textarea:hover:focus::placeholder {
  color: #cbc6c1;
}

input:hover::placeholder,
textarea:hover::placeholder {
  color: #e2dedb;
  font-size: 0.875em;
}

input:hover:focus::-ms-placeholder,
textarea:hover::focus:-ms-placeholder {
  color: #cbc6c1;
}

#form {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 50px auto 100px auto;
}

input {
  font-size: 0.875em;
  width: 100%;
  height: 50px;
  padding: 0px 15px 0px 15px;
  background: transparent;
  outline: none;
  color: #726659;
  border: solid 1px #b3aca7;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

input:hover {
  background: #b3aca7;
  color: #e2dedb;
}

textarea {
  width: 100%;
  max-width: 500px;
  height: 110px;
  max-height: 110px;
  padding: 15px;
  background: transparent;
  outline: none;
  color: #726659;
  font-size: 0.875em;
  border: solid 1px #b3aca7;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  resize: none;
}

textarea:hover {
  background: #b3aca7;
  color: #e2dedb;
}

#submit {
  width: 100%;
  padding: 0;
  margin: -5px 0px 0px 0px;
  font-size: 0.875em;
  color: #b3aca7;
  outline: none;
  cursor: pointer;
  border: solid 1px #b3aca7;
  border-top: none;
}

#submit:hover {
  color: #e2dedb;
}
.comment h4 {
  text-align: center;
  text-transform: uppercase;
}
.comment p {
  text-align: center;
}
.comment h4 {
  font-size: 2em;
  padding-bottom: 0;
  margin-bottom: 0;
  letter-spacing: 1px;
  font-weight: 400;
  color: #ffd02b;
  font-weight: bold;
}
.comment p {
  font-size: 1.1em;
  letter-spacing: 0.5px;
}
.column img {
  border-radius: 0.35em;
}

.tel {
  color: white;
}

.map iframe {
  width: 100%;
  height: 350px;
  vertical-align: bottom;
}
.success_message {
  text-align: center;
  padding-bottom: 2em;
  padding-top: 1em;
}
#menu_widget {
  margin: 0 auto !important;
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}
