.main-body {
  background-image: url('../images/backgroundtexture.png');
  background-position: 50% 50%;
  background-size: auto;
}

.minot-footer {
  display: block;
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/woodheadertile_EXT.png');
  background-position: 50% 50%;
  box-shadow: 0 -6px 12px -1px #000;
  font-weight: 400;
}

.nav-bar {
  display: block;
  width: 940px;
  height: 61px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/bodytexture.png');
  background-position: 50% 50%;
  background-size: contain;
}

.nav-bar-container {
  height: 61px;
}

.home-slider {
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 5px 5px 23px 0 rgba(46, 42, 37, 0.6);
}

.nav-logo {
  left: 40px;
  bottom: 70px;
}

.nav-logo.w--current {
  margin-top: 0px;
  margin-left: 0px;
  -webkit-transition: -webkit-transform 225ms ease;
  transition: -webkit-transform 225ms ease;
  transition: transform 225ms ease;
  transition: transform 225ms ease, -webkit-transform 225ms ease;
}

.nav-logo.w--current:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.home-row {
  padding-top: 30px;
  padding-right: 0px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
}

.home-column-a {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.home-column-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ourstory-text {
  position: relative;
  display: block;
  padding-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff5e2;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.footer-container {
  background-color: transparent;
}

.footer-row {
  font-family: Montserrat, sans-serif;
}

.footer-menu {
  font-family: 'Roboto Slab', sans-serif;
  color: #fff5e2;
  font-size: 16px;
  font-weight: 300;
}

.footer-column-a {
  padding-right: 30px;
}

.footer-copyright {
  padding-top: 15px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff5e2;
  font-size: 14px;
  font-weight: 300;
}

.footer-address {
  font-family: 'Roboto Slab', sans-serif;
  color: #fff5e2;
  font-size: 13px;
  line-height: 25px;
  font-weight: 300;
}

.footer-column-b {
  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;
}

.footer-phone {
  font-family: 'Roboto Slab', sans-serif;
  color: #fff5e2;
  font-size: 13px;
  line-height: 25px;
  font-weight: 300;
}

.footer-facebook-button {
  margin-right: 10px;
  margin-left: -2px;
  -webkit-transition: -webkit-transform 225ms ease;
  transition: -webkit-transform 225ms ease;
  transition: transform 225ms ease;
  transition: transform 225ms ease, -webkit-transform 225ms ease;
}

.footer-facebook-button:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.slide-a {
  background-image: url('../images/Home_HeaderA.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-b {
  background-image: url('../images/Home_HeaderB.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-c {
  background-image: url('../images/Home-Slide-A.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.beer-header {
  height: 371px;
  background-image: url('../images/Beer_Header.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.contact-section {
  height: 10%;
  border-radius: 10px;
}

.menu-section {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-container {
  position: relative;
  bottom: 50px;
}

.contact-header {
  height: 371px;
  background-color: #d34727;
  background-image: url('../images/Contact_Header.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.contact-body {
  margin-top: 30px;
  padding: 30px;
  background-color: transparent;
  background-image: url('../images/bodytexture.png');
  background-position: 50% 50%;
  background-size: auto;
}

.contact-headline {
  margin-bottom: 25px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff5e2;
  font-size: 35px;
  font-weight: 400;
}

.contact-divider {
  display: block;
  width: 2px;
  height: 700px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff5e2;
}

.contact-form-wrapper {
  display: none;
}

.minot-contact-email-style {
  color: #d34727;
}

.minot-contact-apply-button {
  height: 40px;
  border-radius: 10px;
  background-image: url('../images/TSR_background_wood.jpg');
  background-position: 50% 50%;
  background-size: 158px;
  -webkit-transition: -webkit-transform 225ms ease;
  transition: -webkit-transform 225ms ease;
  transition: transform 225ms ease;
  transition: transform 225ms ease, -webkit-transform 225ms ease;
  font-family: 'Roboto Slab', sans-serif;
  color: #3f2505;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.minot-contact-apply-button:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.contact-form {
  margin-bottom: 40px;
}

.phone-label {
  margin-top: 25px;
  font-family: 'Roboto Slab', sans-serif;
  color: #d34727;
  font-size: 17px;
  font-weight: 300;
}

.email-label {
  margin-top: 25px;
  font-family: 'Roboto Slab', sans-serif;
  color: #d34727;
  font-size: 17px;
  font-weight: 300;
}

.name-label {
  font-family: 'Roboto Slab', sans-serif;
  color: #d34727;
  font-size: 17px;
  font-weight: 300;
}

.phone-field {
  margin-top: 10px;
}

.email-field {
  margin-top: 10px;
}

.name-field {
  margin-top: 10px;
}

.message-label {
  margin-top: 25px;
  font-family: 'Roboto Slab', sans-serif;
  color: #d34727;
  font-size: 17px;
  font-weight: 300;
}

.message-field {
  margin-top: 10px;
}

.submit-button {
  width: 130px;
  height: 40px;
  margin-top: 20px;
  padding-top: 7px;
  border-radius: 10px;
  background-color: #d34727;
  background-image: url('../images/TSR_background_wood.jpg');
  background-position: 50% 50%;
  background-size: 158px;
  -webkit-transition: -webkit-transform 225ms ease;
  transition: -webkit-transform 225ms ease;
  transition: transform 225ms ease;
  transition: transform 225ms ease, -webkit-transform 225ms ease;
  font-family: 'Roboto Slab', sans-serif;
  color: #3f2505;
  font-size: 20px;
}

.submit-button:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.drinks-header {
  height: 371px;
  background-image: url('../images/minotdrinkshero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.menu-header {
  display: block;
  height: 371px;
  background-image: url('../images/Food_Header.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.menu-headline {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 38px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.beer-headline-a {
  margin-top: 30px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 38px;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
}

.beer-headline-b {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

.drinks-headline-a {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 38px;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
}

.nav-container {
  height: 61px;
}

.parking-image {
  display: block;
}

.nav-menu-image {
  margin-right: 50px;
}

.nav-drinks-image {
  margin-right: 50px;
}

.nav-beers-image {
  margin-right: 50px;
}

.nav-merch-image {
  margin-right: 50px;
}

.accordion-content-section {
  position: relative;
  bottom: 50px;
  display: block;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.accordion {
  width: 100%;
  margin-top: 5px;
  background-image: url('../images/bodytexture.png');
  background-position: 50% 50%;
  background-size: auto;
}

.accordion-toggle {
  display: inline-block;
  width: 100%;
}

.accordion-list {
  position: relative;
  overflow: hidden;
}

.accordion-list.w--open {
  background-image: url('../images/accordianbodytexture.png');
  background-position: 50% 50%;
  background-size: 64px;
  box-shadow: 1px 1px 3px 1px #acacac;
}

.accordion-button-text {
  font-family: 'Roboto Slab', sans-serif;
  color: #fff5e2;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 1px;
}

.accordion-list-div {
  padding: 15px 20px;
}

.accordion-text {
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.accordion-customsizing {
  font-family: 'Roboto Slab', sans-serif;
  color: #fff5e2;
  font-size: 36px;
  font-weight: 300;
}

.home-content-box {
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/bodytexture.png');
  background-position: 50% 50%;
  background-size: 64px;
}

.home-container {
  position: relative;
  bottom: 50px;
}

.minot-contact-address {
  font-family: 'Roboto Slab', sans-serif;
  color: #fff5e2;
  font-size: 18px;
  line-height: 22px;
}

.minot-contact-phoneemail {
  margin-top: 15px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff5e2;
  font-weight: 400;
}

.minot-contact-phone-style {
  color: #d34727;
  font-weight: 400;
}

.minot-contact-restaurant-headline {
  font-family: 'Roboto Slab', sans-serif;
  color: #fff5e2;
  font-size: 40px;
  font-weight: 400;
}

.minot-contact-hours-text {
  font-family: 'Roboto Slab', sans-serif;
  color: #fff5e2;
}

.minot-contact-career-headline {
  font-family: 'Roboto Slab', sans-serif;
  color: #fff5e2;
  font-size: 40px;
  font-weight: 400;
}

.minot-contact-career-text {
  font-family: 'Roboto Slab', sans-serif;
  color: #fff5e2;
  font-weight: 400;
}

.minot-contact-mt-style {
  color: #d34727;
}

.minot-contact-fs-style {
  color: #d34727;
  font-weight: 400;
}

.minot-contact-s-style {
  color: #d34727;
}

.minot-contact-tsr-style {
  color: #d34727;
}

.section {
  background-image: url('../images/woodheadertile_EXT.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat;
  background-attachment: scroll;
}

.bismarck-menu-salad-style {
  color: #d34727;
  font-size: 14px;
  line-height: 18px;
}

.bismarck-menu-sandwhich-style {
  color: #d34727;
  font-size: 14px;
  font-style: italic;
}

.bismarck-menu-pasta-style {
  color: #d34727;
  font-size: 14px;
  font-style: italic;
}

.bismarck-menu-brunch-headlines {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.bismarck-menu-brunch-divider {
  height: 2px;
  margin-top: 15px;
  background-color: #d34727;
}

.bismarck-menu-brunch-pancakes {
  font-size: 19px;
}

.text-span-3 {
  color: #d34727;
  font-size: 19px;
  font-style: italic;
}

.tsr-location-dropdown {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #999;
}

.location-label {
  margin-top: 25px;
  font-family: 'Roboto Slab', sans-serif;
  color: #d34727;
  font-size: 17px;
  font-weight: 300;
}

.text-span-4 {
  color: #fff5e2;
}

.contact-subheading-a {
  margin-top: 24px;
  font-family: 'Roboto Slab', sans-serif;
  color: #d34727;
  font-size: 27px;
  font-weight: 400;
}

.text-span-5 {
  color: #fff5e2;
}

.text-span-6 {
  color: #fff5e2;
}

.text-span-7 {
  font-size: 13px;
}

.div-block {
  height: 2px;
  margin-top: 15px;
  background-color: #d34727;
}

.contact-subheading-b {
  margin-top: 24px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff5e2;
  font-size: 21px;
  font-weight: 400;
}

.contact-subheading-c {
  margin-top: 24px;
  margin-bottom: 15px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff5e2;
  font-size: 21px;
  font-weight: 400;
}

.footer-divider {
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #d34727;
}

.text-span-8 {
  font-size: 14px;
  font-weight: 400;
}

.text-span-9 {
  font-size: 14px;
  font-weight: 400;
}

.text-span-10 {
  font-weight: 400;
}

.text-span-11 {
  font-weight: 400;
}

.footer-links {
  font-family: 'Roboto Slab', sans-serif;
  color: #fff5e2;
  font-size: 13px;
  line-height: 23px;
  font-weight: 300;
}

.text-span-12 {
  font-size: 14px;
  font-weight: 400;
}

.footer-link-style {
  padding-bottom: 3px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff5e2;
  font-size: 13px;
  font-weight: 300;
}

.footer-link-style:hover {
  text-decoration: underline;
}

.footer-divider-2 {
  height: 2px;
  margin-top: 30px;
  background-color: #d34727;
}

.footer-social-heading-a {
  font-family: 'Roboto Slab', sans-serif;
  color: #fff5e2;
  font-size: 18px;
}

.footer-social-heading-b {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff5e2;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.footer-email-button {
  -webkit-transition: -webkit-transform 225ms ease;
  transition: -webkit-transform 225ms ease;
  transition: transform 225ms ease;
  transition: transform 225ms ease, -webkit-transform 225ms ease;
}

.footer-email-button:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.nav-text {
  height: 70px;
  padding-top: 23px;
  padding-right: 15px;
  padding-left: 15px;
  border-left: 1px solid #353330;
  -webkit-transition: background-color 225ms ease;
  transition: background-color 225ms ease;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff5e2;
  font-size: 14px;
}

.nav-text:hover {
  border-left-width: 0px;
  border-left-color: transparent;
  background-color: #d34727;
  color: #fff5e2;
}

.nav-text.w--current {
  padding-right: 15px;
  padding-left: 15px;
  color: #fff5e2;
  font-size: 16px;
}

.nav-text.w--current:hover {
  color: #fff5e2;
}

.nav-text.first {
  border-left-width: 0px;
  border-left-color: transparent;
  font-size: 13px;
}

.nav-text.first.w--current {
  border-left-style: none;
}

.nav-text.order {
  background-color: #d34727;
  font-size: 13px;
  font-weight: 700;
}

.nav-text.order:hover {
  background-color: #db8426;
}

.nav-text.specials {
  display: none;
}

.beer-label {
  display: block;
  width: 362px;
  height: 146px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/BeerPhoto_Button.png');
  background-position: 50% 50%;
  background-size: contain;
  background-attachment: scroll;
}

.beer-links-container {
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}

.beer-links {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: color 225ms ease;
  transition: color 225ms ease;
  font-family: 'Roboto Slab', sans-serif;
  color: #2e2a25;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.beer-links:hover {
  color: #d34727;
  text-decoration: underline;
}

.drinks-label {
  display: block;
  width: 362px;
  height: 146px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/DrinksPhoto_Button.png');
  background-position: 50% 50%;
  background-size: contain;
  background-attachment: scroll;
}

.merch-label {
  display: none;
  width: 362px;
  height: 146px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/MerchPhoto_Button.png');
  background-position: 50% 50%;
  background-size: contain;
  background-attachment: scroll;
  -webkit-transition: -webkit-transform 225ms ease;
  transition: -webkit-transform 225ms ease;
  transition: transform 225ms ease;
  transition: transform 225ms ease, -webkit-transform 225ms ease;
}

.merch-label:hover {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}

.ourstory-content-box {
  display: block;
  margin-top: 25px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/bodytexture.png');
  background-position: 50% 50%;
  background-size: 64px;
}

.ourstory-section {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-section {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-section {
  padding-top: 54px;
  padding-bottom: 150px;
  background-image: url('../images/woodheadertile_EXT.png');
  background-position: 50% 50%;
  background-size: auto;
}

.tsr-navbar {
  top: 70px;
  height: 70px;
  background-color: transparent;
}

.container {
  height: 70px;
  background-image: url('../images/bodytexture.png');
  background-position: 50% 50%;
  background-size: 64px;
  box-shadow: 6px 6px 23px -1px rgba(0, 0, 0, 0.88);
}

.brand {
  left: 25px;
  right: 0px;
  bottom: 70px;
  z-index: 5000;
}

.nav-dropdown-text {
  font-family: 'Roboto Slab', sans-serif;
  color: #fff5e2;
  font-size: 16px;
}

.icon {
  margin-right: 7px;
  color: #fff5e2;
  font-size: 20px;
}

.nav-dropdown-toggle {
  height: 70px;
  padding-top: 23px;
  padding-right: 35px;
  padding-left: 15px;
  border-left: 1px solid #353330;
}

.nav-dropdown-toggle:hover {
  background-color: #d34727;
}

.nav-dropdown-toggle.menu {
  display: none;
}

.dropdown-list-box {
  border-bottom-right-radius: 5px;
}

.dropdown-list-box.w--open {
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.nav-dropdown-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 15px;
}

.nav-dropdown-link:hover {
  color: #d34727;
  text-decoration: underline;
}

.nav-dropdown-link.w--current {
  color: #2e2a25;
}

.nav-menu-dropdown-box {
  height: 70px;
}

.image {
  padding-top: 30px;
}

.ourstory-heading {
  font-family: 'Roboto Slab', sans-serif;
  color: #fff5e2;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 1px;
}

.ourstory-divider {
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #d34727;
}

.slide-caption {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1000;
  display: none;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff5e2;
  font-size: 16px;
  text-shadow: 2px 1px 7px #000;
}

.slide-d {
  background-image: url('../images/Home-Slide-D.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-nav-2 {
  display: block;
}

.home-happy-hour-text {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff5e2;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.home-happy-hour-text.drinks {
  padding-top: 15px;
}

.home-happy-hour-text.apps {
  padding-top: 15px;
  font-size: 22px;
}

.home-happy-hour-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #d34727;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.home-happy-hour-subheading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff5e2;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.home-happy-hour-divider {
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #d34727;
}

.text-span-14 {
  color: #fff5e2;
  font-size: 23px;
  font-weight: 400;
}

.happy-hour-content-box {
  margin-top: 30px;
  padding: 30px;
  background-color: transparent;
  background-image: url('../images/bodytexture.png');
  background-position: 50% 50%;
  background-size: auto;
}

.happy-hour-hero-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 275px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.12)), to(rgba(0, 0, 0, 0.12))), url('../images/happyhour.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12)), url('../images/happyhour.jpg');
  background-position: 0px 0px, 50% 31%;
  background-size: auto, cover;
}

.minot-specials-text {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff5e2;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.minot-specials-subheading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff5e2;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.minot-specials-heading {
  font-family: 'Roboto Slab', sans-serif;
  color: #fff5e2;
  font-size: 62px;
  line-height: 68px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 1px 1px 9px #000;
}

.minot-specials-divider {
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #d34727;
}

.time-style {
  color: #fff5e2;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.text-span-16 {
  font-size: 16px;
  font-weight: 300;
}

.day-style {
  color: #d34727;
  font-size: 24px;
}

.text-span-18 {
  color: #d34727;
  font-size: 24px;
}

.text-span-19 {
  color: #d34727;
  font-size: 24px;
}

.text-span-20 {
  color: #d34727;
  font-size: 24px;
}

.text-span-21 {
  color: #d34727;
  font-size: 24px;
}

.text-span-22 {
  color: #d34727;
  font-size: 24px;
}

.text-span-23 {
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.text-span-24 {
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.text-span-25 {
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.text-span-26 {
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.happy-hour-specials-label {
  color: #d34727;
  font-size: 23px;
  font-weight: 400;
}

.text-span-28 {
  font-size: 21px;
  font-style: italic;
  letter-spacing: 1px;
}

.text-span-29 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 1px;
}

.text-span-30 {
  color: #d34727;
  font-size: 24px;
  font-weight: 700;
}

.text-span-31 {
  color: #d34727;
  font-size: 24px;
  font-weight: 700;
}

.text-block {
  margin-left: 20px;
  padding-top: 20px;
}

.italic-text {
  font-family: 'Roboto Slab', sans-serif;
  color: #d34727;
  font-size: 16px;
  font-weight: 400;
}

.body {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.happy-hour-wrapper {
  display: none;
}

.image-2 {
  display: block;
}

.button {
  width: 100%;
  margin-top: 15px;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #d34727;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}

.button:hover {
  background-color: #db8426;
}

.text-block-2 {
  padding-right: 25px;
}

.nav-dropdown-menu {
  background-image: url('../images/bodytexture.png');
  background-position: 0px 0px;
  background-size: auto;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff5e2;
  font-size: 13px;
}

.nav-dropdown-menu:hover {
  background-color: #d34727;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.text-span-32 {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
}

.slide-b-copy {
  background-image: url('../images/Home_HeaderB.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-c-copy {
  background-image: url('../images/Home-Slide-A.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-e {
  background-image: url('../images/Home-Slide-C.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-f {
  background-image: url('../images/Home-Slide-B.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bold-text {
  font-size: 30px;
}

.text-span-33 {
  font-size: 30px;
}

.text-span-34 {
  font-size: 34px;
}

.text-span-35 {
  font-size: 30px;
}

.text-span-36 {
  color: #d34727;
}

.red-text-span {
  color: #d34727;
}

.bold-text-2 {
  font-size: 34px;
}

.bold-text-3 {
  font-size: 34px;
}

.bold-text-4 {
  line-height: 40px;
}

.text-span-37 {
  color: #fff5e2;
  font-size: 13px;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .minot-footer {
    background-image: url('../images/woodheadertile_EXT.png');
    background-position: 50% 50%;
    background-size: contain;
  }

  .nav-bar {
    width: auto;
  }

  .nav-bar-container {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    background-image: url('../images/bodytexture.png');
    background-size: 64px;
  }

  .home-slider {
    height: 300px;
  }

  .nav-logo.w--current {
    float: left;
  }

  .nav-menu {
    left: 0px;
    top: 150px;
    right: 0px;
    display: block;
    background-image: url('../images/bodytexture.png');
    background-position: 50% 50%;
    background-size: auto;
    background-attachment: fixed;
    box-shadow: 0 10px 27px -4px #000;
    text-align: center;
  }

  .home-row {
    margin-bottom: 25px;
    padding-right: 10px;
    padding-left: 0px;
  }

  .home-column-a {
    display: block;
    padding-left: 10px;
  }

  .home-column-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-column-a {
    padding-left: 25px;
  }

  .footer-copyright {
    margin-top: 15px;
  }

  .footer-row-column-b {
    padding-left: 0px;
  }

  .footer-address {
    padding-left: 0px;
  }

  .footer-column-b {
    margin-top: 0px;
  }

  .footer-row-b-column-a {
    padding-left: 25px;
  }

  .footer-phone {
    margin-top: 5px;
    padding-left: 0px;
  }

  .footer-email {
    margin-top: 15px;
  }

  .footer-phone-column {
    margin-top: 9px;
  }

  .beer-header {
    height: 300px;
  }

  .contact-header {
    height: 300px;
  }

  .contact-divider {
    height: 960px;
  }

  .message-field {
    min-height: 220px;
  }

  .drinks-header {
    height: 300px;
  }

  .menu-headline {
    font-size: 38px;
  }

  .menu-button {
    padding: 15px;
    border-radius: 10px;
    background-color: #fff5e2;
  }

  .menu-button:hover {
    background-color: #d34727;
    color: #fff5e2;
  }

  .menu-button:focus {
    background-color: #d34727;
  }

  .menu-button.w--open {
    position: absolute;
    display: block;
    float: right;
  }

  .menu-button-icon {
    color: #2e2a25;
    font-size: 36px;
  }

  .parking-image {
    width: 395px;
  }

  .nav-menu-image {
    margin-right: 50px;
    margin-bottom: 25px;
  }

  .nav-drinks-image {
    margin-bottom: 25px;
  }

  .nav-beers-image {
    margin-bottom: 25px;
  }

  .nav-merch-image {
    margin-bottom: 25px;
  }

  .nav-contact-image {
    margin-bottom: 25px;
  }

  .accordion-customsizing {
    font-family: 'Roboto Slab', sans-serif;
    color: #fff5e2;
    font-size: 36px;
    font-weight: 300;
  }

  .minot-contact-address {
    font-family: 'Roboto Slab', sans-serif;
    color: #fff5e2;
    font-size: 16px;
  }

  .minot-contact-phoneemail {
    font-family: 'Roboto Slab', sans-serif;
    color: #fff5e2;
  }

  .minot-contact-phone-style {
    color: #d34727;
    font-weight: 400;
  }

  .minot-contact-restaurant-headline {
    font-family: 'Roboto Slab', sans-serif;
    color: #fff5e2;
    font-weight: 400;
  }

  .minot-contact-hours-text {
    font-family: 'Roboto Slab', sans-serif;
    color: #fff5e2;
    font-size: 12px;
  }

  .footer-social-heading-b {
    padding-left: 0px;
  }

  .nav-text {
    padding-top: 20px;
    padding-bottom: 20px;
    border-left-width: 0px;
    text-align: left;
  }

  .nav-text.w--current {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .beer-links-container {
    padding-top: 0px;
    text-align: center;
  }

  .beer-links {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 18px;
    font-size: 21px;
  }

  .nav-dropdown-toggle {
    width: 100%;
    border-left-width: 0px;
    text-align: left;
  }

  .menu-button-2 {
    margin-top: 8px;
    margin-right: 10px;
    padding: 14px;
    border-radius: 10px;
    background-color: #fff5e2;
  }

  .menu-button-2:hover {
    background-color: #d34727;
    color: #fff5e2;
  }

  .menu-button-2.w--open {
    background-color: #d34727;
  }

  .nav-menu-dropdown-box {
    display: block;
    width: 95%;
    height: auto;
    margin-top: 75px;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/bodytexture.png');
    background-position: 50% 50%;
    background-size: 64px;
    box-shadow: 8px 8px 23px -1px rgba(0, 0, 0, 0.88);
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar-container {
    padding-left: 15px;
  }

  .home-slider {
    height: 230px;
  }

  .nav-menu {
    margin-top: 10px;
    float: right;
  }

  .home-row {
    padding-right: 0px;
    padding-left: 0px;
  }

  .home-column-a {
    margin-bottom: 25px;
    padding-left: 0px;
  }

  .home-column-b {
    margin-top: 0px;
    padding-left: 0px;
  }

  .footer-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer-column-a {
    padding-left: 10px;
  }

  .beer-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .beer-header {
    height: 230px;
  }

  .drinks-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-section {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-header {
    height: 230px;
  }

  .contact-body {
    padding: 20px;
  }

  .contact-column-b {
    display: none;
  }

  .contact-column-c {
    padding-top: 10px;
  }

  .contact-headline {
    margin-left: 0px;
  }

  .contact-divider {
    display: none;
  }

  .contact-form-wrapper {
    margin-top: 20px;
  }

  .contact-form {
    display: block;
    padding-left: 0px;
  }

  .drinks-header {
    height: 230px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu-headline {
    font-size: 34px;
    line-height: 41px;
  }

  .menu-button.w--open {
    display: block;
  }

  .nav-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .parking-image {
    display: block;
    width: 467px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-menu-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-beer-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-drink-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-merch-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-menu-image {
    margin-right: 0px;
  }

  .nav-drinks-image {
    margin-right: 0px;
  }

  .nav-beers-image {
    margin-right: 0px;
  }

  .nav-merch-image {
    margin-right: 0px;
  }

  .accordion-customsizing {
    font-family: 'Roboto Slab', sans-serif;
    color: #fff5e2;
    font-size: 32px;
    font-weight: 300;
  }

  .home-content-box {
    height: auto;
  }

  .home-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-divider-2 {
    display: block;
    width: 97%;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-social-heading-a {
    margin-top: 15px;
  }

  .beer-links-container {
    padding-top: 0px;
    text-align: center;
  }

  .beer-links {
    padding-top: 20px;
    font-size: 24px;
  }

  .nav-menu-dropdown-box {
    left: 0px;
    top: 70px;
    width: 100%;
  }

  .home-happy-hour-heading {
    font-size: 34px;
  }

  .happy-hour-content-box {
    padding: 20px;
  }

  .minot-specials-subheading {
    font-size: 34px;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar {
    display: block;
  }

  .nav-bar-container {
    top: 0px;
    display: block;
    background-image: none;
    background-size: auto;
    box-shadow: none;
  }

  .home-slider {
    height: 200px;
    margin-top: 45px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 50%;
  }

  .nav-logo {
    position: static;
    left: 0px;
    top: 0px;
    display: block;
    padding-right: 41px;
    padding-left: 41px;
    float: left;
  }

  .nav-logo.w--current {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .nav-menu {
    display: block;
    float: left;
  }

  .logo {
    display: block;
  }

  .home-row {
    margin-bottom: 0px;
  }

  .home-column-a {
    padding-right: 0px;
    padding-left: 0px;
  }

  .ourstory-text {
    font-size: 16px;
  }

  .beer-header {
    height: 200px;
    margin-top: 45px;
  }

  .contact-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-header {
    height: 200px;
    margin-top: 45px;
  }

  .contact-body {
    padding-right: 0px;
    padding-left: 0px;
  }

  .contact-column-a {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-column-c {
    height: 660px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-headline {
    font-size: 44px;
  }

  .drinks-header {
    height: 200px;
    margin-top: 45px;
  }

  .menu-header {
    margin-top: 45px;
  }

  .menu-headline {
    font-size: 32px;
    line-height: 37px;
  }

  .beer-headline-a {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 32px;
  }

  .beer-headline-b {
    font-size: 23px;
    line-height: 30px;
  }

  .menu-button {
    display: block;
    padding: 12px;
  }

  .menu-button.w--open {
    float: right;
  }

  .menu-button-icon {
    display: block;
    font-size: 35px;
    text-align: center;
  }

  .nav-container {
    height: auto;
  }

  .accordion-content-section {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .accordion-button-text {
    font-size: 18px;
  }

  .accordion-customsizing {
    font-size: 16px;
  }

  .whitewine-style {
    font-size: 18px;
  }

  .redwine-style {
    font-size: 18px;
  }

  .brunch-style {
    font-size: 18px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .text-span-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .beer-label {
    width: auto;
  }

  .beer-links {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 21px;
  }

  .drinks-label {
    width: auto;
  }

  .brand {
    left: 10px;
    top: -60px;
  }

  .menu-button-2 {
    margin-right: 35px;
  }

  .nav-menu-dropdown-box {
    top: 70px;
  }

  .image {
    max-width: 90%;
  }

  .home-happy-hour-text {
    font-size: 16px;
  }

  .home-happy-hour-heading {
    font-size: 30px;
  }

  .happy-hour-hero-image {
    margin-top: 45px;
  }

  .minot-specials-subheading {
    font-size: 30px;
  }
}

