/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.banner {
  background-image: url(img/banner.png);
  background-size: cover;
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.banner h1 {
  color: white;
  font-family: "regular";
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.banner .instructions {
  display: flex;
  flex-direction: column;
}
.banner .instructions a {
  color: white;
  font-family: "semi-bold";
  margin-bottom: 10px;
}

.products {
  text-align: center;
  margin: 50px 0;
  padding: 50px 0;
}
.products .path1, .products .path2, .products .items2, .products .items3 {
  display: none;
}
.products h2 {
  font-family: "bold";
  font-size: 35px;
  margin-bottom: 30px;
}
.products form input {
  padding: 6px;
  position: relative;
  border-top: 0px solid white;
  border-right: 0px solid white;
  border-left: 0px solid white;
  border-bottom: 2px solid black;
  background-color: #f8f9fa;
  outline: 0px;
  font-family: "regular";
}
.products form ::-moz-placeholder {
  font-family: "regular";
}
.products form :-ms-input-placeholder {
  font-family: "regular";
}
.products form ::placeholder {
  font-family: "regular";
}
.products form .search {
  position: absolute;
}
.products p {
  font-family: "regular";
  font-size: 25px;
  margin: 30px 0;
}

.notice {
  padding: 60px 10px;
  text-align: center;
  margin: 50px 0;
}
.notice p {
  font-size: 20px;
  font-family: "semi-bold";
  line-height: 1.3;
}

.specials {
  position: relative;
  padding: 0 20px;
  width: 100%;
}
.specials .slick-prev {
  display: none !important;
}
.specials .slider .items {
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.specials .slider .items h4 {
  font-family: "semi-bold";
  text-align: center;
  margin-top: 30px;
}
.specials .next {
  position: absolute;
  right: 0;
  top: 30%;
}

.discount, .selling {
  position: relative;
  padding: 0 20px;
  margin: 50px 0;
  text-align: center;
  margin-top: 80px;
}
.discount h2, .selling h2 {
  font-family: "semi-bold";
  font-size: 40px;
  margin: 40px 0;
}
.discount .slick-prev, .selling .slick-prev {
  display: none !important;
}
.discount .items, .selling .items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.discount .items img, .selling .items img {
  height: 215px;
  -o-object-fit: contain;
     object-fit: contain;
}
.discount .items h4, .selling .items h4 {
  font-family: "semi-bold";
  font-size: 20px;
  width: 100%;
  margin: 20px 0;
}
.discount .items p, .selling .items p {
  font-family: "bold";
  font-size: 18px;
}
.discount .items .price, .selling .items .price {
  width: 50%;
}
.discount .items .buttons, .selling .items .buttons {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.discount .items .buttons a, .selling .items .buttons a {
  margin: 0 20px;
  font-size: 20px;
  color: black;
  background-color: #E5E5E5;
  padding: 5px;
  font-family: "bold";
  text-decoration: none;
}
.discount .items button, .selling .items button {
  width: 60%;
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
  background-color: white;
  border: 1px solid white;
  border-bottom: 2px solid black;
  padding: 14px;
  font-family: "semi-bold";
  outline: 0;
}
.discount .items button img, .selling .items button img {
  height: auto;
}
.discount .next, .selling .next {
  position: absolute;
  right: 0;
  top: 40%;
}

.breakfast {
  background-image: url(img/mukul-wadhwa-xpo5BggQo3E-unsplash.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  background-position: center;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.breakfast h2 {
  font-family: "semi-bold";
  font-size: 40px;
  padding: 40px 0;
}
.breakfast p {
  color: white;
  position: absolute;
  font-family: "bold";
  bottom: 0;
  padding-bottom: 30px;
}
.breakfast .lines {
  display: none;
}

.contact {
  margin: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}
.contact .nav-tabs {
  border-bottom: 0px;
}
.contact .nav {
  justify-content: center;
}
.contact a {
  color: black;
  font-family: "semi-bold";
  font-size: 21px;
  margin: 30px 0;
}
.contact p {
  color: black;
  font-family: "semi-bold";
  font-size: 20px;
  margin: 10px 0;
  line-height: 1.2;
}
.contact form {
  margin-top: 20px;
}
.contact form input {
  padding: 6px;
  position: relative;
  border-top: 0px solid white;
  border-right: 0px solid white;
  border-left: 0px solid white;
  border-bottom: 2px solid black;
  background-color: white;
  outline: 0px;
  font-family: "regular";
}
.contact form ::-moz-placeholder {
  font-family: "semi-bold";
  color: black;
}
.contact form :-ms-input-placeholder {
  font-family: "semi-bold";
  color: black;
}
.contact form ::placeholder {
  font-family: "semi-bold";
  color: black;
}
.contact form .search {
  position: absolute;
}

.footer {
  background-color: #000000;
  text-align: center;
  padding: 15px 30px;
}
.footer .links {
  margin-top: 40px;
}
.footer .links a {
  color: white;
  margin-right: 5px;
  font-family: "semi-bold";
  margin-top: 10px;
}
.footer p {
  color: white;
  font-family: "regular";
  font-size: 20px;
  margin-top: 20px;
  line-height: 1.2;
}

.product-footer {
  margin-top: 50px;
  padding: 20px 30px;
  background-color: #000000;
  color: white;
  text-align: center;
}
.product-footer .footer-inner {
  background-color: #353535;
}
.product-footer .footer-inner p {
  font-family: "regular";
  font-size: 22px;
  padding: 20px 10px;
  line-height: 1.3;
  display: flex;
  height: 100%;
  align-items: center;
}
.product-footer .footer-inner form {
  margin: 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.product-footer .footer-inner form input {
  padding: 6px;
  position: relative;
  border-top: 0px solid white;
  border-right: 0px solid white;
  border-left: 0px solid white;
  border-bottom: 2px solid white;
  background-color: white;
  outline: 0px;
  font-family: "regular";
  background-color: #353535;
  width: 100%;
  margin-bottom: 10px;
  color: white;
}
.product-footer .footer-inner form ::-moz-placeholder {
  font-family: "semi-bold";
  color: white;
}
.product-footer .footer-inner form :-ms-input-placeholder {
  font-family: "semi-bold";
  color: white;
}
.product-footer .footer-inner form ::placeholder {
  font-family: "semi-bold";
  color: white;
}
.product-footer .footer-inner form .buttons {
  width: 100%;
  display: flex;
  justify-content: center;
}
.product-footer .footer-inner form .buttons button {
  border: 1px solid black;
  padding: 5px;
  width: 50%;
  font-family: "semi-bold";
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-footer .footer-inner form .buttons button img {
  margin-left: 10px;
}
.product-footer .links {
  margin-top: 40px;
}
.product-footer .links a {
  color: white;
  margin-right: 5px;
  font-family: "semi-bold";
  margin-top: 10px;
}

/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 568px) {
  .banner {
    height: 100vh;
  }
  .breakfast {
    height: 90vh;
  }
}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .banner {
    height: 40vh;
    align-items: flex-start;
    text-align: left;
    padding-left: 20px;
  }
  .banner h1 {
    font-size: 40px;
    width: 70%;
  }
  .banner .instructions {
    flex-direction: row;
  }
  .banner .instructions a {
    font-size: 20px;
    margin-right: 20px;
  }
  .products {
    text-align: left;
    position: relative;
    padding: 110px 0;
  }
  .products .path1 {
    position: absolute;
    left: 0;
    transform: rotate(180deg);
    top: 0;
  }
  .products .path2 {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .products .path1, .products .path2, .products .items2, .products .items3 {
    display: block;
  }
  .products .heading {
    display: flex;
    justify-content: space-between;
  }
  .products .list {
    display: flex;
    justify-content: space-between;
  }
  .notice p {
    font-size: 25px;
  }
  .specials .slider .items h4 {
    font-size: 22px;
  }
  .breakfast {
    height: 36vh;
  }
  .breakfast h2 {
    font-size: 42px;
  }
  .breakfast p {
    font-size: 35px;
  }
  .breakfast .lines {
    display: block;
    position: absolute;
    right: 0;
    padding-right: 20px;
    top: 32%;
  }
  .contact {
    flex-direction: row;
    text-align: left;
  }
  .contact .nav {
    justify-content: flex-start;
  }
  .contact p {
    padding-left: 10px;
  }
  .contact form {
    margin-left: 10px;
  }
  .product-footer .footer-inner form .buttons {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .banner {
    height: 50vh;
  }
  .banner h1 {
    font-size: 61px;
  }
  .banner .instructions a {
    font-size: 29px;
  }
  .products .heading h2 {
    font-size: 51px;
  }
  .products p {
    font-size: 33px;
    cursor: pointer;
  }
  .specials {
    padding: 0 85px;
  }
  .specials .slider .items h4 {
    font-size: 25px;
  }
  .specials .next {
    right: 50px;
    cursor: pointer;
  }
  .discount, .selling {
    text-align: left;
    padding: 0 85px;
  }
  .discount h2, .selling h2 {
    font-size: 51px;
  }
  .discount .items, .selling .items {
    text-align: center;
  }
  .discount .items h4, .selling .items h4 {
    font-size: 25px;
  }
  .discount .items p, .selling .items p {
    font-size: 31px;
  }
  .discount .items .buttons a, .selling .items .buttons a {
    font-size: 30px;
  }
  .discount .items button, .selling .items button {
    font-size: 21px;
    width: 57%;
  }
  .discount .items:hover, .selling .items:hover {
    box-shadow: 0px 2px 8px 3px rgba(0, 0, 0, 0.637);
    margin: 5px 0;
    padding: 10px 0;
  }
  .discount .next, .selling .next {
    right: 50px;
    top: 43%;
    cursor: pointer;
  }
  .breakfast {
    height: 40vh;
  }
  .breakfast h2 {
    font-size: 51px;
  }
  .breakfast p {
    font-size: 42px;
  }
  .breakfast .lines {
    top: 38%;
  }
  .contact .nav-tabs {
    margin-bottom: 40px;
  }
  .contact a {
    font-size: 36px;
  }
  .contact p {
    font-size: 30px;
    margin-bottom: 80px;
  }
  .contact form {
    margin-left: 10px;
  }
  .contact form input {
    width: 50%;
  }
  .contact form ::-moz-placeholder {
    font-size: 30px;
  }
  .contact form :-ms-input-placeholder {
    font-size: 30px;
  }
  .contact form ::placeholder {
    font-size: 30px;
  }
  .footer {
    background-color: #000000;
    text-align: center;
    padding: 15px 30px;
  }
  .footer .links {
    margin-top: 40px;
  }
  .footer .links a {
    font-size: 26px;
  }
  .footer p {
    font-size: 24px;
  }
  .product-footer .footer-inner {
    text-align: left;
  }
  .product-footer .footer-inner p {
    font-size: 33px;
    width: 90%;
    padding-left: 40px;
  }
  .product-footer .footer-inner form {
    align-items: flex-start;
  }
  .product-footer .footer-inner form input {
    width: 90%;
    margin-bottom: 25px;
  }
  .product-footer .footer-inner form .number {
    width: 60%;
  }
  .product-footer .footer-inner form ::-moz-placeholder {
    font-size: 22px;
  }
  .product-footer .footer-inner form :-ms-input-placeholder {
    font-size: 22px;
  }
  .product-footer .footer-inner form ::placeholder {
    font-size: 22px;
  }
  .product-footer .footer-inner form .buttons {
    width: 90%;
    display: flex;
    justify-content: flex-end;
  }
  .product-footer .footer-inner form .buttons button {
    width: 30%;
    justify-content: space-around;
  }
  .product-footer .links {
    margin-top: 40px;
  }
  .product-footer .links a {
    font-size: 26px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .banner {
    height: 100vh;
  }
  .banner h1 {
    width: 50%;
  }
  .breakfast {
    height: 100vh;
  }
  .breakfast .lines {
    top: 40%;
  }
}
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/
/* Set width to make card deck cards 100% width */
@media (width: 812px) {
  .banner {
    height: 100vh;
  }
}/*# sourceMappingURL=style.css.map */