* {
	margin:0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
:root {
	--orange: #ff7f04;
	--light-orange: #fcc792;
}
html {
  color: #222;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  line-height: 1.4;
  overflow-x: hidden;
}
body {
  font-family: 'Roboto Condensed', sans-serif;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#carouselSlides {
  position: relative;
}
.carousel-item, .hero {
  -webkit-mask-image: url('../img/banner.svg');
  mask-image: url('../img/banner.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-position: bottom;
  mask-position: bottom;
}
.hero {
  width: 100vw;
  height: 42vw;
  position: relative;
}
.hero img {
  width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
.logo img {
  max-width: 300px;
}
.language img {
  width: 40px;
  box-shadow:
  5px 5px 3px rgba(0,0,0,0.3);
}
header div {
  text-align: center;
  align-items: center;
}
.language {
  font-size: 0.55em;
  line-height: 2em;
  text-align: right;
  vertical-align: top;
}
.menu {
  height: 0rem;
  overflow: hidden;
  opacity: 0.0;
  transition: all 0.5s ease-out;
}
.menuopen {
  height: 16rem;
  opacity: 1.0;
  transition: all 0.5s ease-out;
}
.menu a {
  display: block;
  padding: 1rem;
  background: var(--orange);
  border-bottom: 2px solid white;
}
#menubutton {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  z-index: 10;
  cursor: pointer;
}
.col {
  padding: 0px 30px;
}
.vcenter {
  display: flex;
  align-items: center;
}
p.intro {
  font-size: 1.2rem;
  font-family: 'Roboto Condesed', sans-serif;
  line-height: 1.8;
}
.pops {
  display: flex;
  justify-content: space-between;
  overflow-x: scroll;
}
.pop {
  text-align: center;
  display: inline-block;
  font-size: 0.8rem;
  margin: 0.5em;
}
.pop img {
  height: 230px;
}
.flavors {
  background: url('../img/passion.jpg'), url('../img/strawberries.jpg');
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-size: 30%;
}
.flavors h2 {
  width: auto;
  text-align: center;
  margin: 1em auto;
}
.call2action {
  text-align: center;
  margin: 5vw auto;
}
.call2action img {
  width: 100%;
  max-width: 420px;
}
.photofit img {
  width: 100%;
}
.byline {
  font-size: 0.9rem;
  font-weight: bold;
  font-style: italic;
  display: inline-block;
  text-align: right;
}
.softpink {
  background: #fceafa;
  padding-top: 1em;
}
.softpink img {
  border-radius: 20px;
}
.testimonial {
  margin-bottom: 1em;
  border-bottom: 4px dotted pink;
}
.form-group, form-action {
  margin-bottom: 2em;
}
input[text].form-control, input[email].form-control {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3rem;
}
textarea.form-control {
  height: 6rem;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3rem;
}
input.btn {
  background-color: #80C156;
  font-weight: bold;
}
footer div {
  padding: 1em;
  font-size: 0.85rem;
}
address {
  text-align: left;
  padding-left: 35px;
  background-image: url('../img/stick.png');
  background-repeat: no-repeat;
  background-size: contain;
}
footer {
  background: #eee;
  box-shadow: inset 0px 8px 6px rgba(0,0,0,0.3);
  margin: 0 -10px;
}
.footermenu {
  padding-left: 35px;
  background-image: url('../img/stick.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.footermenu a, .social a {
  display: block;
  padding: 5px;
  color: inherit;
  text-decoration: none;
  width: max-content;
}
.social {
  text-align: right;
}
.company {
  font-size: 1.5em;
  font-weight: 800;
}
.decoration {
  display: none;
}
.kosher img {
  position: absolute;
  top: 15px;
  right: 15px;
  width: clamp(75px, 10vw, 150px);
}
#thankyou {
  visibility: hidden;
  height: 1em;
  color: #399952;
}
.wait {
  display: none;
  height: 60px;
  margin-left: 50px;
}
.flavorcol {
  columns: 2;
  margin-bottom: 2rem;
  margin-top: -1rem;
}
ul.flavor {
  --icon-space: 1.3em;
  list-style: none;
  padding: 0;
}
.flavor li {
  padding-left: var(--icon-space);
  display: block;
  font-size: 0.9em;
}
.flavor li::before {
  content: url('../img/lolli.svg');
  width: 20px;
  height: 8px;
  display: inline-block;
  margin-left: calc( var(--icon-space) * -0.8 );
  transform: rotate(20deg) translateY(5px);
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.svg-icon {
  width: 3em;
  height: 3em;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: #4691f6;
}

.svg-icon circle {
  stroke: #4691f6;
  stroke-width: 1;
}
.hidden,
[hidden] {
  display: none !important;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/*==================================================
=                Mobile First Method               =
==================================================*/

/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  #menubutton {
    display: none;
  }
  header .row div {
    flex-grow: 0;
  }
  .navi {
    flex-grow: 2;
  }
  .menu {
    height: unset;
    opacity: unset;
    transition: unset;
  }
  .menu a {
    display: inline-block;
    background: transparent;
    border: initial;
  }
  .menu a.current {
    border-bottom: 6px solid #91ca6a;
  }
  .intro-about {
    columns: 2;
  }
  .address  {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .pops {
    overflow: unset;
  }
  .flavors {
    background-position: left 50%, right 50%;
    background-size: 20%;
  }
  .flavors h2 {
    width: 26ch;
    text-align: center;
    margin: 3em auto;
  }
  .serv-pics {
    max-width: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  footer div {
    align-items: center;
    text-align: center;
    font-size: 0.85rem;
  }
  .social {
    display: flex;
    text-align: center;
    justify-content: space-evenly;
  }
  .social a {
    display: inline-block;
  }
  .flavorcol {
    columns: 3;
  }
}

/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  #cart {
    margin-top: -20vw;
    z-index: 10;
  }
  .flavorcol {
    columns: 3;
  }
  .pop img {
    transition: 1s ease-in-out;
  }
  .pop img:hover {
    transform: scale(1.3) rotate(30deg);
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {

}

@media only screen and (min-width: 35em) {

}

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

