@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
:root {
  --primary-color: #43200c;
}

@media screen and (min-width: 800px) {
  body {
    background-color: #ffff;
    margin: 0;
    font-family: 'Poppins';
  }
  .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar {
    background-color: #fdc647;
    padding: 4em;
  }
  .navbar .logo {
    text-decoration: none;
    font-weight: bold;
    color: var(--primary-color);
    font-size: 1.3em;
  }
  .navbar .logoimg {
    width: 4em;
    height: 2em;
    float: left;
  }
  .navbar nav .primary-nav {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .navbar nav .primary-nav li {
    list-style-type: none;
    padding: 14px 16px;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .navbar nav .primary-nav li a {
    text-decoration: none;
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: lighter;
  }
  .navbar nav .primary-nav li a:hover {
    color: white;
  }
  .navbar nav .primary-nav li.current a {
    font-weight: bold;
    text-decoration: none;
  }
  .main {
    margin-top: -2em;
    background-color: #fdc647;
    padding-bottom: 5em;
  }
  .main .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: auto;
    height: auto;
  }
  .main .container .right-col {
    display: block;
    width: 500px;
    height: 500px;
  }
  .main .container .right-col img {
    margin-right: 1em;
    height: 100%;
    width: 100%;
  }
  .main .left-col {
    display: block;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .main .left-col .subhead {
    font-size: 0.8em;
    border: dashed;
    border-color: var(--primary-color);
    color: var(--primary-color);
    padding: 0.5em;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .main .left-col .subhead-title {
    color: var(--primary-color);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .main .left-col .subhead-title .first-line {
    font-size: 7em;
    height: 0.2em;
  }
  .main .left-col .subhead-title .second-line {
    height: 0.5em;
    font-size: 4em;
    font-weight: bold;
    text-transform: uppercase;
  }
  .second-part {
    background-color: white;
    margin-top: 45px;
  }
  .second-part .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .second-part .container .left-side .first-burger img {
    border-radius: 10px;
    margin-left: 20px;
  }
  .second-part .container .right-side .second-burger img {
    border-radius: 10px;
    margin-top: 10px;
    width: 740px;
    height: 239px;
    margin-bottom: 6px;
    margin-right: 40px;
    margin-left: 10px;
  }
  .second-part .container .right-side .third-burger img {
    border-radius: 10px;
    margin-top: 10px;
    width: 740px;
    height: 239px;
    margin-right: 40px;
    margin-left: 10px;
  }
  .third-part {
    background-color: white;
    margin-top: 80px;
  }
  .third-part .center-text {
    text-align: center;
  }
  .third-part .center-text .main-header {
    color: var(--primary-color);
    text-transform: uppercase;
  }
  .third-part .center-text .main-header span {
    background-color: #fdc647;
    padding: 10px;
  }
  .third-part .center-text .secondary-header {
    font-size: 40px;
    color: var(--primary-color);
  }
  .third-part .center-text .third-header {
    color: var(--primary-color);
  }
  .forth-part {
    margin-top: 60px;
  }
  .forth-part .order-now {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
  }
  .forth-part .order-now h4.order-header {
    color: var(--primary-color);
    text-align: center;
    text-transform: uppercase;
  }
  .forth-part .order-now p.order-paragraph {
    color: var(--primary-color);
  }
  .forth-part .order-now a.order-now span {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    background-color: #dc1012;
    padding: 10px 40px;
  }
  .forth-part .order-now .first-burger img, .forth-part .order-now .second-burger img, .forth-part .order-now .third-burger img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    width: 300px;
    height: auto;
  }
  /* Slideshow for Images */
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body {
    font-family: Verdana, sans-serif;
    margin: 0;
  }
  .mySlides {
    display: none;
  }
  img {
    vertical-align: middle;
  }
  /* Slideshow container */
  .slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }
  .slideshow-container img {
    border: 1px groove;
    -webkit-box-shadow: 10px 10px 5px 12px #efefef;
            box-shadow: 10px 10px 5px 12px #efefef;
  }
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  /* Caption text */
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
  }
  .active, .dot:hover {
    background-color: #717171;
  }
  /* Fading animation */
  .fade {
    -webkit-animation-name: fade;
            animation-name: fade;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
  @-webkit-keyframes fade {
    from {
      opacity: .4;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fade {
    from {
      opacity: .4;
    }
    to {
      opacity: 1;
    }
  }
  /* On smaller screens, decrease text size */
}

@media only screen and (min-width: 800px) and (max-width: 300px) {
  .prev, .next, .text {
    font-size: 11px;
  }
}
/*# sourceMappingURL=main.css.map */