/*
 * Globals
 */
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "IM Fell English", serif;
  background-image: url(images/1.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  overflow-x: hidden;
}

a {
  font-family: "IM Fell English", serif;
  font-size: 1.3rem;
  color: #802622;
  padding: 0px;
}

.nav-link {
  padding: 0;
}

.nav-link:hover {
  color: #f1efef;
  border-top: 2px solid #f1efef;
  border-bottom: 2px solid #f1efef;
}

.btn-primary {
  background-color: #458608;
  border-color: rgba(27, 66, 4, 0.9);
  min-width: 200px;
}

.btn-primary:hover, .btn-primary:active {
  background-color: #802622;
}

.navbar-toggler {
  background-color: #802622;
}

.navbar-brand {
  margin-left: 3rem;
}

.notify-bar {
  min-height: 5vh;
  background-color: rgba(27, 66, 4, 0.9);
  color: #f1efef;
  text-align: center;
  padding: 0.4rem;
  margin: 0;
}

.notify-bar h2 {
  margin: 0;
}

.big-letter {
  font-size: 5rem;
  color: rgba(27, 66, 4, 0.9);
}

.big-letter--red {
  font-size: 5rem;
  color: #802622;
}

.hr {
  background-color: white;
  margin: 0rem;
  margin-bottom: 0.3rem;
  padding-bottom: 0.1rem;
  width: 50%;
}

.spacer {
  min-height: 600px;
  height: 60vh;
}

.mobile__btns {
  position: fixed;
  bottom: 0;
  display: none;
  z-index: 99;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  left: 0;
  -ms-flex-line-pack: center;
      align-content: center;
}

a.btn__call:hover {
  text-decoration: none;
}

a.btn__call {
  text-decoration: none;
}

.btn__call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20px;
          flex: 1 1 20px;
  min-height: 35px;
  text-align: center;
  padding: 1rem;
}

.btn__call a {
  min-width: 50vw;
}

.btn__call.call {
  background-color: #458608;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.btn__call.directions {
  background-color: #802622;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.btn__call img {
  padding-bottom: 0.3rem;
  height: 30px;
  width: 30px;
}

.contact-info {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  text-align: right;
  color: white;
  padding: 0rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100vw;
  margin: auto;
  font-size: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-info img {
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
}

.jumbotron {
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 3, 3, 0.555)), to(rgba(34, 3, 3, 0.555))), url("images/gab_chairs_2.jpg");
  background: linear-gradient(rgba(34, 3, 3, 0.555), rgba(34, 3, 3, 0.555)), url("images/gab_chairs_2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.jumbo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  max-width: 60vw;
  height: 80%;
  margin: auto;
  color: #f1efef;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(27, 66, 4, 0.9);
  height: 100%;
}

.about .about__text {
  padding: 2rem;
  -webkit-box-flex: 2;
      -ms-flex: 2 1 800px;
          flex: 2 1 800px;
  font-size: 1.6rem;
  padding: 3rem;
  color: #f1efef;
  text-align: center;
}

.about .about__text p {
  margin: auto;
  max-width: 900px;
  margin-bottom: 3rem;
}

.about .about__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 550px;
          flex: 1 0 550px;
  width: 100%;
  text-align: center;
  max-height: 50vh;
}

.about .about__image img {
  height: 600px;
  width: 100%;
  max-width: 550px;
  margin: auto;
  overflow: visible;
  position: relative;
  top: -50px;
  -o-object-fit: crop;
     object-fit: crop;
  border: 3px solid black;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.75);
}

.contact {
  width: 100%;
  min-height: 60vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(129, 84, 58, 0.9)), to(rgba(129, 84, 58, 0.9))), url(images/gab_chairs_2.jpg);
  background: linear-gradient(rgba(129, 84, 58, 0.9), rgba(129, 84, 58, 0.9)), url(images/gab_chairs_2.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}

.contact .contact__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
  padding: 2rem;
  -webkit-box-flex: 2;
      -ms-flex: 2 1 800px;
          flex: 2 1 800px;
  font-size: 1.6rem;
  padding: 3rem;
  height: 100%;
  max-width: 1000px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.navbar.mini-hero {
  min-height: 25vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url(images/pizza.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(images/pizza.jpg);
  background-position: bottom;
  background-attachment: fixed;
  background-size: cover;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 4rem;
}

#navbarNav {
  padding-top: 2rem;
}

.navbar.mini-hero.about-us {
  min-height: 25vh;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url(images/art.jpg);
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(images/art.jpg);
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 4rem;
}

.menu-wrapper {
  background-color: #f1efef;
  max-width: 990px;
  margin: auto;
  margin-top: 2rem;
  padding: 2rem;
}

.menu-wrapper h1 {
  color: #802622;
}

.menu-wrapper h2 {
  color: #f1efef;
}

.menu-wrapper p {
  color: #458608;
}

.menu-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-wrapper li {
  line-height: 2rem;
}

.menu-wrapper span {
  color: #802622;
}

.two-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.two-col div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 400px;
          flex: 1 1 400px;
}

.two-col div:nth-child(2) {
  margin-left: 1rem;
}

.menu-wrapper h1 {
  font-size: 4rem;
  text-align: center;
}

.menu em {
  font-size: 1.2rem;
}

.menu p,
.menu ul {
  font-size: 1.2rem;
  padding: 1rem;
  margin: 0;
}

.menu img {
  width: 100%;
  height: 120px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu-title--green {
  background-color: #458608;
  padding: 0.5rem;
  margin: 0;
}

.menu-title--red {
  background-color: #802622;
  padding: 0.5rem;
  margin: 0;
}

.menu-border--green {
  border: 3px solid #458608;
}

.menu-border--red {
  border: 3px solid #802622;
}

.about-wrapper {
  max-width: 990px;
  min-height: 30vh;
  margin: auto;
  color: #f1efef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about-wrapper h1 {
  text-align: center;
}

.about-wrapper h2 {
  text-align: center;
  padding: 1rem;
  padding-bottom: 2rem;
  font-size: 1.5rem;
  margin: 0;
}

.about-1 {
  background-color: #802622;
  min-height: 30vh;
}

.about-2 .two-col,
.about-3 .two-col {
  margin: auto;
  padding: 1rem;
  max-width: 1660px;
  min-height: 30vh;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.3);
}

.about-2 .two-col .img-wrapper,
.about-3 .two-col .img-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 400px;
          flex: 1 1 400px;
  margin: 0px;
  padding: 0.5rem;
}

.about-2 .two-col .txt-wrapper,
.about-3 .two-col .txt-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 400px;
          flex: 1 1 400px;
  height: 100%;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about-2 .two-col img,
.about-3 .two-col img {
  width: 100%;
}

.about-2 .two-col h4,
.about-3 .two-col h4 {
  padding: 1rem 3rem;
  color: black;
  margin: auto;
  line-height: 2.5rem;
}

.about-3 .two-col {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.contact-section {
  min-height: 30vh;
}

.map {
  position: absolute;
}

.icon {
  height: 80px;
  width: 80px;
  padding: 0.3rem;
}

.txt-wrapper.contact-page {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin: 0rem;
  padding-left: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

.txt-wrapper.contact-page h1,
.txt-wrapper.contact-page h4 {
  margin: 0;
  padding: 0rem;
}

.footer {
  background-color: rgba(27, 66, 4, 0.9);
  min-height: 33vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.copy {
  min-height: 5vh;
  background-color: #802622;
  margin: auto;
  text-align: center;
  font-size: 1.3rem;
  color: white;
  padding: 0.6rem;
}

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  min-height: 30vh;
  max-width: 990px;
  margin: auto;
}

.footer-wrapper .col1,
.footer-wrapper .col2,
.footer-wrapper .col3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 320px;
          flex: 1 1 320px;
  padding: 1rem;
  font-family: "IM Fell English", serif;
}

ul {
  list-style: none;
}

footer li {
  font-family: "IM Fell English", serif;
  font-size: 1.3rem;
  text-decoration: none;
  color: white;
}

@media screen and (max-width: 800px) {
  .contact-info {
    display: none;
  }
  .txt-wrapper.contact-page {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .mobile__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header.main {
    min-height: 90vh;
    margin-bottom: 0;
  }
  header.main .jumbotron {
    min-height: 80vh;
  }
  .about__btn {
    padding-bottom: 3rem;
  }
  .about__image {
    width: 100vw;
    height: auto;
  }
  .contact {
    padding-top: 5rem;
  }
  .two-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .two-col div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 300px;
            flex: 1 1 300px;
    margin: 1rem 0rem;
  }
  .two-col div:nth-child(2) {
    margin: 1rem 0rem;
  }
  .img-wrapper img {
    padding-bottom: 5rem;
  }
  body {
    padding-bottom: 4rem;
  }
}
/*# sourceMappingURL=style.css.map */