/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 29, 2018, 10:01:37 AM
    Author     : Norm
*/
@import url("https://fonts.googleapis.com/css?family=Major+Mono+Display|Open+Sans:400,400i,600,700,800");
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 26, 2019, 10:44:21 PM
    Author     : Norm
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400|Nothing+You+Could+Do|Open+Sans:400,600,700");
@import url("https://use.typekit.net/cav8sep.css");
@import url("https://fonts.googleapis.com/css?family=Bilbo+Swash+Caps");
@import url("https://fonts.googleapis.com/css?family=Major+Mono+Display|Open+Sans:400,400i,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Great+Vibes&display=swap");
@import url("https://fonts.googleapis.com/css?family=Chilanka|Raleway:400,700&display=swap");
.html {
  font-size: 62.5%;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

.menu-icon > .line {
  background-color: #292929;
  height: 2px;
  display: block;
  width: 75px;
}
@media screen and (max-width: 700px) {
  .menu-icon > .line {
    width: 60px;
  }
}
@media screen and (max-width: 600px) {
  .menu-icon > .line {
    width: 45px;
  }
}

.menu-icon > .line + .line {
  margin-top: 8px;
}

@font-face {
  font-family: Zapfino;
  /*src: url("../fonts/Zapfino.woff");*/
  /*src: url("../fonts/LinotypeZapfino.ttf");*/
  src: url("../fonts/Zapfino Zip/Unziped/ZapfinoExtraLT-One.otf");
  /*src: url("../fonts/Zapfino Zip/Unziped/ZapfinoExtraLT-Two.otf");*/
  /*src: url("../fonts/Zapfino Zip/Unziped/ZapfinoExtraLT-Three.otf");*/
  /*src: url("../fonts/Zapfino Zip/Unziped/ZapfinoExtraLT-Four.otf");*/
  /*src: url("../fonts/Zapfino Zip/Unziped/ZapfinoExtraLT-Alternate.otf");*/
  /*src: url("../fonts/Zapfino Zip/Unziped/ZapfinoExtraLT-Ligatures.otf");*/
  /*src: url("../fonts/Zapfino Zip/Unziped/ZapfinoExtraLT-Ornaments.otf");*/
  /*src: url("../fonts/Zapfino Zip/Unziped/ZapfinoExtraLT-SmallCaps.otf");*/
  /*src: url("../fonts/Zapfino Zip/Unziped/ZapfinoExtraLTPro.otf");*/
  /*src: url("../fonts/Zapfino Zip/Unziped/ZapfinoForteLT-Alternate.otf");*/
  /*src: url("../fonts/Zapfino Zip/Unziped/ZapfinoForteLT-One.otf");*/
  /*src: url("../fonts/Zapfino Zip/Unziped/ZapfinoForteLTPro.otf");*/
}
@font-face {
  font-family: Parisienne;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/parisienne-regular.ttf");
}
@font-face {
  font-family: Papyrus;
  font-style: normal;
  font-weight: normal;
  /*src: local('Papyrus'), url('../fonts/PAPYRUS.TTF') format('ttf');*/
  src: url("../fonts/PAPYRUS.TTF");
}
/* #### Generated By: http://www.cufonfonts.com #### */
@font-face {
  font-family: "Acumin Pro";
  font-style: normal;
  font-weight: normal;
  src: local("Acumin Pro"), url("../fonts/Acumin-RPro.woff") format("woff");
}
@font-face {
  font-family: "Acumin Pro Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Acumin Pro Italic"), url("../fonts/Acumin-ItPro.woff") format("woff");
}
@font-face {
  font-family: "Acumin Pro Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Acumin Pro Bold"), url("../fonts/Acumin-BdPro.woff") format("woff");
}
@font-face {
  font-family: "Acumin Pro Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Acumin Pro Bold Italic"), url("../fonts/Acumin-BdItPro.woff") format("woff");
}
/*
font-family: 'Major Mono Display', monospace;
font-family: 'Open Sans', sans-serif;
*/
.foot .alchemy .credit-brand {
  font-family: "Major Mono Display", monospace;
}

.foot .alchemy .credit-name {
  font-family: "Open Sans", sans-serif;
}

.foot .alchemy .credit-tagline {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}

.header .elemental-shift {
  font-family: Zapfino, arial;
  font-size: 120px;
  /*    @include max-width-mixin(650px) {
        font-size: 64px;
        color: blue;
      }    */
  color: #957a2b;
}
@media screen and (max-width: 1000px) {
  .header .elemental-shift {
    font-size: 80px;
    /*color: red;*/
    /*padding-top: 25px;*/
  }
}
@media screen and (max-width: 700px) {
  .header .elemental-shift {
    /*font-size: 64px;*/
    /*color: green;*/
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.spacer30 {
  height: 30px;
}

.spacer20 {
  height: 20px;
}

.spacer10 {
  height: 10px;
}

@font-face {
  font-family: "WizardsMagic";
  src: url("../fonts/Wizards Magic.ttf");
}
.button {
  background-color: #13534c;
  width: 250px;
  height: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  border-radius: 15px;
  color: white;
}

.button:hover {
  height: 40px;
}

.add2cart-popup {
  display: none;
  border: 3px solid #f1f1f1;
  z-index: 9;
  border: 1px solid black;
  margin: 5px;
  border-radius: 5px;
  margin-left: 50px;
  width: 217px;
  /* Add styles to the form container */
}
.add2cart-popup .form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
  /* Full-width input fields */
  /* When the inputs get focus, do something */
  /* Set a style for the submit/login button */
  /* Add a red background color to the cancel button */
  /* Add some hover effects to buttons */
}
.add2cart-popup .form-container input[type=text],
.add2cart-popup .form-container input[type=number],
.add2cart-popup .form-container input[type=password] {
  width: 30%;
  margin: 5px 0 22px 0;
}
.add2cart-popup .form-container input[type=text]:focus,
.add2cart-popup .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}
.add2cart-popup .form-container .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #13534c;
  width: 193px;
  height: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  border-radius: 15px;
  color: white;
  text-align: center;
}
.add2cart-popup .form-container .btn:hover,
.add2cart-popup .form-container .open-button:hover {
  opacity: 1;
}

.btn {
  background-color: #4caf50;
  color: white;
  padding: 12px;
  margin: 10px 0;
  border: none;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
  font-size: 17px;
  width: 350px;
  height: 50px;
  font-size: 25px;
  margin: 0 auto;
  text-decoration: none;
}

.btn:hover {
  background-color: #45a049;
}

.btn:active {
  transform: scale(0.9);
}

.cart-buttons {
  width: 100%;
  max-width: 1280px;
  display: flex;
  justify-content: space-around;
}
.cart-buttons .continue-shoppin {
  outline: 3px solid red;
}
.cart-buttons .continue-shoppin .btn {
  width: 40%;
  height: 50px;
  font-size: 25px;
  border-radius: 10px;
}
@media screen and (max-width: 550px) {
  .cart-buttons .continue-shoppin .btn {
    height: 80px;
  }
}

.nav {
  box-sizing: border-box;
  display: block;
  /*header a {
    font-size: 1rem 20px;
    color: black;
  }*/
}
@media screen and (max-width: 600px) {
  .nav .nav__narrow {
    display: block;
  }
  .nav .nav__main {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .nav .nav__narrow {
    display: none;
  }
  .nav .nav__main {
    display: block;
  }
}
.nav .nav__main, .nav .nav__narrow {
  background-color: #13534C;
  display: flex;
  flex-direction: row;
  height: 32px;
  justify-content: flex-end;
  top: 0px;
  padding-top: 15px;
}
.nav .nav__main a, .nav .nav__narrow a {
  /*color: red;*/
  color: white;
  font-size: 16px;
}
.nav .nav__main .menu-item, .nav .nav__narrow .menu-item {
  padding-left: 50px;
  padding-right: 50px;
  height: 100px;
}
.nav .nav__main .menu-item a, .nav .nav__narrow .menu-item a {
  font-size: 16px;
  height: 100px;
  text-decoration: none;
}
.nav .nav__main .menu-item .dropdown, .nav .nav__narrow .menu-item .dropdown {
  height: 100px;
}
.nav .nav__main .menu-item .dropdown .menu-item, .nav .nav__narrow .menu-item .dropdown .menu-item {
  height: 50px;
}
.nav .nav__main .menu-item .dropdown .menu-item a, .nav .nav__narrow .menu-item .dropdown .menu-item a {
  font-size: 16px;
  height: 100px;
}
.nav .nav__main .menu-item .dropdown .dropdown-content, .nav .nav__narrow .menu-item .dropdown .dropdown-content {
  height: 50px;
}
.nav .nav__main .menu-item .dropdown .dropdown-content a, .nav .nav__narrow .menu-item .dropdown .dropdown-content a {
  font-size: 16px;
  height: 100px;
  text-align: left;
}
.nav .nav__main a:hover, .nav .nav__narrow a:hover {
  cursor: pointer;
}
.nav .nav__main a:hover,
.nav .nav__narrow a:hover,
.nav .dropdown:hover .dropbtn {
  background-color: #13534C;
  cursor: pointer;
}
.nav .dropdown-content {
  display: none;
  /*min-width: 100px;*/
  height: auto;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  /*z-index: 1;*/
}
.nav .dropdown-content a {
  float: none;
  color: blue;
  /*padding: 12px;*/
  text-decoration: none;
  display: block;
  text-align: left;
  height: 30px;
  font-size: 16px;
}
.nav .dropdown:hover .dropdown-content {
  display: block;
  background-color: lightgreen;
}
.nav .nav__main, .nav .nav__narrow {
  width: 100%;
  /*padding-top: 15px;*/
  color: white;
}
.nav .menu-item {
  font-size: 16px;
  color: white;
}
.nav .dropdown-item {
  font-size: 16px;
  color: white;
  text-align: left;
  padding-top: 50px;
}

.logo__title {
  font-family: "Parisienne";
  color: white;
  font-weight: 800;
  font-size: 48px;
  word-spacing: 10px;
  line-height: 90%;
}
@media screen and (min-width: 1300px) {
  .logo__title {
    color: #13534c;
  }
}
@media screen and (max-width: 400px) {
  .logo__title {
    font-size: 48px;
  }
}
.logo__sub-title {
  color: white;
  font-weight: bold;
  font-family: "Nothing You Could Do", cursive;
  font-family: "Parisienne";
  font-size: 36px;
  letter-spacing: 6px;
}
@media screen and (min-width: 1300px) {
  .logo__sub-title {
    color: darkgray;
    font-weight: 800;
  }
}
@media screen and (max-width: 400px) {
  .logo__sub-title {
    font-size: 28px;
  }
}

.small-logo {
  color: black;
}
.small-logo__title {
  font-family: "Parisienne";
  font-weight: 800;
  font-size: 32px;
  word-spacing: 10px;
}
@media screen and (max-width: 325px) {
  .small-logo__title {
    font-size: 20px;
  }
}
.small-logo__sub-title {
  font-family: "Parisienne";
  font-weight: 800;
  font-size: 20px;
}
.header-logo {
  background-color: #13534C;
  color: white;
  font-weight: bold;
  height: 120px;
  padding-left: 25px;
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 400px) {
  .header-logo {
    padding-left: 0px;
  }
}
.header-logo__title {
  font-family: "Parisienne";
  font-weight: normal;
  font-size: 48px;
}
@media screen and (max-width: 450px) {
  .header-logo__title {
    font-size: 44px;
    text-align: left;
    padding-top: 20px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 420px) {
  .header-logo__title {
    font-size: 42px;
    text-align: left;
    padding-top: 20px;
  }
}
@media screen and (max-width: 400px) {
  .header-logo__title {
    text-align: left;
    padding-top: 20px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 360px) {
  .header-logo__title {
    font-size: 36px;
    text-align: left;
    padding-top: 20px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 315px) {
  .header-logo__title {
    font-size: 34px;
    text-align: left;
    padding-top: 20px;
    margin: 0 auto;
  }
}
.header-logo__title .s-font {
  font-family: "Great Vibes", cursive;
  font-weight: normal;
}
.header-logo__sub-title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 13px;
}
@media screen and (max-width: 450px) {
  .header-logo__sub-title {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .header-logo__sub-title {
    font-size: 10px;
  }
}

.footer-logo {
  color: white;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 500px) {
  .footer-logo {
    text-align: center;
  }
}
.footer-logo__title {
  font-family: "Parisienne";
  font-weight: normal;
  font-size: 56px;
}
@media screen and (max-width: 500px) {
  .footer-logo__title {
    font-size: 48px;
  }
}
@media screen and (max-width: 420px) {
  .footer-logo__title {
    font-size: 42px;
  }
}
@media screen and (max-width: 360px) {
  .footer-logo__title {
    font-size: 32px;
  }
}
.footer-logo__title .s-font {
  font-family: "Great Vibes", cursive;
  font-weight: normal;
}
.footer-logo__sub-title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  .footer-logo__sub-title {
    font-size: 10px;
  }
}

.banner {
  max-width: 4200px;
  width: 100%;
  margin: 0 auto;
  height: 100px;
  background-color: #13534c;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-logo {
  color: white;
  padding-left: 20px;
  line-height: 0.8;
  padding-top: 5px;
  font-family: "Parisienne";
  font-weight: normal;
  font-size: 48px;
}
@media screen and (max-width: 450px) {
  .banner-logo {
    font-size: 36px;
  }
}
@media screen and (max-width: 350px) {
  .banner-logo {
    font-size: 32px;
  }
}
.banner-logo .s-font {
  font-family: "Great Vibes", cursive;
  font-weight: normal;
}
.banner-logo .special-font {
  font-family: "Great Vibes", cursive;
  font-weight: normal;
}
.banner .sub-title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 14px;
}
@media screen and (max-width: 450px) {
  .banner .sub-title {
    font-size: 10px;
  }
}
.banner-menu-wide {
  color: white;
}
.banner-menu-wide ul {
  list-style: none;
  display: flex;
}
.banner-menu-wide ul li {
  padding-right: 20px;
}
.banner-menu-wide a {
  text-decoration: none;
  color: white;
  font-weight: normal;
  padding-right: 20px;
  font-family: Arial;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .banner-menu-wide {
    display: none;
  }
}
.banner-menu-narrow {
  display: none;
}
@media screen and (max-width: 800px) {
  .banner-menu-narrow {
    z-index: 10;
    flex-direction: column;
    text-align: right;
    align-self: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .banner-menu-narrow ul {
    padding: 0;
    margin: 0;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    /*.dropdown-content a:hover {background-color: #f1f1f1}*/
  }
  .banner-menu-narrow ul .hamburger {
    display: block;
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 6px 0;
  }
  .banner-menu-narrow ul li a,
  .banner-menu-narrow ul .dropbtn {
    display: inline-block;
    color: black;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
  }
  .banner-menu-narrow ul li a:hover,
  .banner-menu-narrow ul .dropdown:hover .dropbtn {
    /*background-color: red;*/
    text-decoration: underline;
  }
  .banner-menu-narrow ul li.dropdown {
    display: inline-block;
  }
  .banner-menu-narrow ul .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;
    right: 30px;
  }
  .banner-menu-narrow ul .dropdown-content a {
    color: black;
    /*padding: 12px 16px;*/
    padding-bottom: 12px;
    text-decoration: none;
    display: block;
    text-align: left;
    z-index: 10;
  }
  .banner-menu-narrow ul .dropdown-content a:hover {
    background-color: white;
    text-decoration: none;
  }
  .banner-menu-narrow ul .dropdown:hover .dropdown-content {
    display: block;
  }
}
.banner-menu:hover {
  cursor: pointer;
}

.event-block {
  margin: 0 auto;
  margin-left: 0;
  width: 100%;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.event-block .events {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 280px;
  height: 440px;
  position: relative;
  z-index: 5;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .event-block .events {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 800px) and (max-width: 550px) {
  .event-block .events {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 800px) and (max-width: 550px) and (max-width: 450px) {
  .event-block .events {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 800px) and (max-width: 550px) and (max-width: 450px) and (max-width: 410px) {
  .event-block .events {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 800px) and (max-width: 550px) and (max-width: 450px) and (max-width: 410px) and (max-width: 400px) {
  .event-block .events {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 800px) and (max-width: 550px) and (max-width: 450px) and (max-width: 410px) and (max-width: 400px) and (max-width: 350px) {
  .event-block .events {
    margin-bottom: 180px;
  }
}
.event-block .events img {
  width: 100%;
  height: 750px;
}
@media screen and (max-width: 800px) {
  .event-block .events img {
    height: 480px;
  }
}
@media screen and (max-width: 800px) and (max-width: 550px) {
  .event-block .events img {
    height: 525px;
  }
}
@media screen and (max-width: 800px) and (max-width: 550px) and (max-width: 450px) {
  .event-block .events img {
    height: 550px;
  }
}
@media screen and (max-width: 800px) and (max-width: 550px) and (max-width: 450px) and (max-width: 410px) {
  .event-block .events img {
    height: 570px;
  }
}
@media screen and (max-width: 800px) and (max-width: 550px) and (max-width: 450px) and (max-width: 410px) and (max-width: 400px) {
  .event-block .events img {
    height: 600px;
  }
}
@media screen and (max-width: 800px) and (max-width: 550px) and (max-width: 450px) and (max-width: 410px) and (max-width: 400px) and (max-width: 350px) {
  .event-block .events img {
    height: 620px;
  }
}
@media screen and (max-width: 800px) and (max-width: 550px) and (max-width: 450px) and (max-width: 410px) and (max-width: 400px) and (max-width: 350px) and (max-width: 330px) {
  .event-block .events img {
    height: 630px;
  }
}
.event-block .events .event-text {
  width: auto;
  width: 60%;
  position: absolute;
  text-align: center;
  font: normal normal normal 20px/26px Raleway;
  letter-spacing: 0px;
  color: #13534c;
  top: 180px;
  top: 250px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  .event-block .events .event-text {
    width: 90%;
  }
}
@media screen and (max-width: 800px) {
  .event-block .events .event-text {
    top: 50px;
  }
}
.event-block .events .event-text .style1 {
  text-align: center;
  font: normal normal bold 22px/30px Raleway;
  letter-spacing: 0px;
  color: #13534c;
  margin-top: 15px;
  margin-bottom: 0;
}
.event-block .events .event-text .style2 {
  width: 100%;
  text-align: center;
  font: normal normal bold 20px/30px Raleway;
  letter-spacing: 0px;
  color: #13534c;
}
.event-block .events .event-text .style2 .make-red {
  color: #f23017;
}
.event-block .events .event-text .style3 {
  text-align: center;
  font: normal normal bold 32px/24px Raleway;
  letter-spacing: 0px;
  color: #f23017;
}
@media screen and (max-width: 326px) {
  .event-block .events .event-text .style3 {
    font-size: 25px;
  }
}
.event-block #left-image {
  width: 300px;
  position: absolute;
  z-index: 0;
  left: 145px;
  top: 50px;
}
.event-block #right-image {
  width: 300px;
  position: absolute;
  z-index: 0;
  right: 102px;
  top: -126px;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 23, 2019, 12:31:28 AM
    Author     : Norm
*/
.foot {
  max-width: 4200px;
  font-family: "Raleway";
  margin: 0 auto;
  display: grid;
  row-gap: 0;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: #13534c;
  width: 100%;
  height: auto;
  justify-items: center;
  align-items: start;
}
@media screen and (max-width: 850px) {
  .foot {
    grid-template-columns: 2fr 1fr 1fr;
  }
}
.foot a {
  text-decoration: inherit;
  color: inherit;
}
@media screen and (max-width: 700px) {
  .foot {
    grid-template-columns: 1fr;
  }
}
.foot .foot-box {
  width: 80%;
  height: auto;
  color: white;
  font-size: 23px;
  padding-bottom: 15px;
}
@media screen and (max-width: 500px) {
  .foot .foot-box {
    margin: 0 auto;
    text-align: center;
  }
}
.foot .foot__text {
  padding-top: 20px;
  grid-column: 1/span 3;
  grid-row: 1/span 1;
  color: white;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-content: flex-start;
  font-size: 32px;
  padding-bottom: 20px;
  align-items: flex-start;
}
@media screen and (max-width: 700px) {
  .foot .foot__text {
    grid-column: 1/span 1;
  }
}
@media screen and (max-width: 500px) {
  .foot .foot__text {
    margin: 0 auto;
    text-align: center;
  }
}
.foot .stuff1 {
  text-align: left;
  font-size: 20px;
}
@media screen and (max-width: 500px) {
  .foot .stuff1 {
    font-size: 16px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 0px;
  }
}
.foot .stuff2,
.foot .stuff3 {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .foot .stuff2,
  .foot .stuff3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .foot .stuff2,
  .foot .stuff3 {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
  }
}
.foot .stuff4 {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .foot .stuff4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  .foot .stuff4 {
    grid-column: 1/span 1;
    grid-row: 3/span 1;
  }
}
.foot .phone a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}
.foot .fone a, .foot .email a {
  text-decoration: inherit;
  color: inherit;
}
.foot .stuff-facebook {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}
.foot .stuff-facebook .facebook-text {
  font-size: 20px;
  color: white;
}
@media screen and (max-width: 850px) {
  .foot .stuff-facebook .facebook-text {
    display: none;
  }
}
.foot .stuff-facebook a img {
  width: 35px;
  padding-bottom: 5px;
}
@media screen and (max-width: 500px) {
  .foot .stuff-facebook {
    font-size: 16px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 0px;
  }
  .foot .stuff-facebook a img {
    width: 20px;
  }
}
@media screen and (max-width: 700px) {
  .foot .stuff-facebook {
    grid-column: 1/span 1;
    grid-row: 4/span 1;
  }
}
.foot .alchemy {
  grid-column: 1/span 3;
  grid-row: 3/span 1;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}
@media screen and (max-width: 700px) {
  .foot .alchemy {
    grid-column: 1/span 1;
    grid-row: 5/span 1;
  }
}
.foot .alchemy .credit-brand {
  /*font-weight: bold;*/
  font-size: 24px;
}
.foot .alchemy .credit-name {
  /*font-weight: bold;*/
  font-size: 18px;
}
.foot .alchemy .credit-tagline {
  font-size: 16px;
  text-align: center;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 23, 2019, 12:27:39 AM
    Author     : Norm
*/
.header {
  width: 100%;
  max-width: 4200px;
  margin: 0 auto;
  display: grid;
  grid-template-areas: "banner menu-wide";
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 50px;
  z-index: 10;
  align-items: center;
}
.header * {
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .header {
    grid-template-areas: "menu-narrow banner ";
    grid-template-columns: 4fr 1fr;
  }
}
.header .elemental-shift {
  grid-area: banner;
  text-align: center;
  /*border: 3px solid red;*/
  font-size: 73px;
}
@media screen and (max-width: 800px) {
  .header .elemental-shift {
    text-align: left;
  }
}
@media screen and (max-width: 450px) {
  .header .elemental-shift {
    font-size: 60px;
  }
}
@media screen and (max-width: 400px) {
  .header .elemental-shift {
    font-size: 48px;
  }
}
.header .nav {
  box-sizing: border-box;
}
.header .nav .nav__wide {
  color: white;
  grid-area: menu-wide;
}
@media screen and (max-width: 800px) {
  .header .nav .nav__wide {
    display: none;
  }
}
.header .nav .nav__wide a {
  text-decoration: none;
  color: white;
  font-weight: normal;
}
.header .nav .nav__narrow {
  grid-area: menu-narrow;
  display: none;
  padding-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .header .nav .nav__narrow {
    display: flex;
  }
}
.header .nav .nav__wide {
  z-index: 10;
}
.header .nav .nav__wide ul {
  top: 0px;
  display: flex;
  justify-content: space-around;
  align-content: center;
  list-style-type: none;
  padding: 0;
  padding-top: 100px;
  margin: 0;
  overflow: hidden;
  font-family: Arial;
  font-size: 16px;
  color: white;
  font-weight: bold;
  background-color: #13534C;
  height: 120px;
  /*.dropdown-content a:hover {background-color: #f1f1f1}*/
}
.header .nav .nav__wide ul li a, .header .nav .nav__wide ul .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  text-decoration-color: white;
}
.header .nav .nav__wide ul li a:hover, .header .nav .nav__wide ul .dropdown:hover .dropbtn {
  /*background-color: red;*/
  text-decoration: underline;
  text-decoration-color: white;
}
.header .nav .nav__wide ul li.dropdown {
  display: inline-block;
}
.header .nav .nav__wide ul .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  /*min-width: 160px;*/
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 5;
}
.header .nav .nav__wide ul .dropdown-content a {
  color: white;
  /*padding: 12px 16px;*/
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.header .nav .nav__wide ul .dropdown-content a:hover {
  background-color: white;
}
.header .nav .nav__wide ul .dropdown:hover .dropdown-content {
  display: block;
}
.header .nav .nav__narrow {
  z-index: 10;
  flex-direction: column;
  height: 120px;
  text-align: right;
  align-self: right;
  padding-bottom: 25px;
}
.header .nav .nav__narrow ul {
  height: 45px;
  display: block;
  padding: 0;
  margin: 0;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  /*.dropdown-content a:hover {background-color: #f1f1f1}*/
}
.header .nav .nav__narrow ul .hamburger {
  display: block;
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 6px 0;
}
.header .nav .nav__narrow ul li a, .header .nav .nav__narrow ul .dropbtn {
  display: inline-block;
  color: black;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
}
.header .nav .nav__narrow ul li a:hover, .header .nav .nav__narrow ul .dropdown:hover .dropbtn {
  /*background-color: red;*/
  text-decoration: underline;
}
.header .nav .nav__narrow ul li.dropdown {
  display: inline-block;
}
.header .nav .nav__narrow ul .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
  right: 30px;
}
.header .nav .nav__narrow ul .dropdown-content a {
  color: black;
  /*padding: 12px 16px;*/
  padding-bottom: 12px;
  text-decoration: none;
  display: block;
  text-align: left;
  z-index: 10;
}
.header .nav .nav__narrow ul .dropdown-content a:hover {
  background-color: white;
  text-decoration: none;
}
.header .nav .nav__narrow ul .dropdown:hover .dropdown-content {
  display: block;
}

main {
  max-width: 4200px;
  margin: 0 auto;
  text-align: center;
  font-size: 28px;
  /*word-spacing: -5px;*/
  /*letter-spacing: 20px;*/
  font-family: "Dancing Script", cursive;
  font-size: 64px;
  font-weight: bold;
  /*  font-family: 'Allura', cursive;
    font-family: 'Zeyada', cursive;*/
}
main .php-output {
  color: red;
  font-family: Arial;
  font-size: 22px;
}
main .text .large-text {
  font-size: 62px;
}
main .text .under-construction {
  font-size: 16px;
}
main .small-text {
  font-size: 28px;
  letter-spacing: 2px;
  word-spacing: -10px;
  font-weight: bold;
}
main .top-section {
  width: 100%;
  height: calc(var(--vh, 1vh) * 89);
  height: 89vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/rake2.jpg");
}
@media screen and (max-width: 600px) {
  main .top-section {
    background-image: url("../images/blueberry-copy.png");
  }
}
main .top-section .top-content {
  color: white;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
main .top-section .top-content .tag-line1 {
  display: none;
  width: 100%;
  height: 300px;
  font-size: 24px;
  font-weight: bold;
  font-family: "Chilanka", cursive;
}
main .top-section .top-content .jams-heading {
  font-size: 38px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  position: absolute;
  top: 40%;
  left: 14.8%;
}
@media screen and (max-width: 700px) {
  main .top-section .top-content .jams-heading {
    font-size: 30px;
  }
}
main .top-section .top-content .jams-heading .jams-heading__text {
  background-color: rgba(19, 83, 76, 0.5);
}
@media screen and (max-width: 700px) {
  main .top-section .top-content .jams-heading {
    top: 45%;
  }
}
@media screen and (max-width: 800px) {
  main .top-section .top-content .jams-heading {
    left: 5%;
  }
}
@media screen and (max-height: 650px) {
  main .top-section .top-content .jams-heading {
    top: 55%;
  }
}
@media screen and (max-height: 450px) {
  main .top-section .top-content .jams-heading {
    top: 45%;
  }
}
main .top-section .top-content .small-batches {
  background-color: rgba(19, 83, 76, 0.5);
  max-width: 1200px;
  width: auto;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: left;
  position: absolute;
  bottom: 0%;
  transform: translateY(-50%);
  left: 14.5%;
}
@media screen and (max-width: 700px) {
  main .top-section .top-content .small-batches {
    font-size: 28px;
  }
}
@media screen and (max-width: 800px) {
  main .top-section .top-content .small-batches {
    left: 5%;
  }
}
@media screen and (max-width: 400px) {
  main .top-section .top-content .small-batches {
    font-size: 24px;
    text-align: center;
    padding-bottom: 10px;
  }
}
main .top-section .top-content .sarah-info {
  width: 240px;
  position: absolute;
  top: 0%;
  right: 0px;
}
@media screen and (max-width: 700px) {
  main .top-section .top-content .sarah-info {
    width: 150px;
  }
}
@media screen and (max-width: 525px) {
  main .top-section .top-content .sarah-info {
    display: none;
  }
}
main .top-section .top-content .sarah-info .sarah-image {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: normal;
  color: white;
}
main .top-section .top-content .sarah-info .sarah-image .box32 {
  font-size: 16px;
  font-weight: bold;
}
main .top-section .top-content .sarah-info .sarah-image img {
  width: 240px;
  width: 7em;
  width: 90%;
}
main .top-section .top-content .sarah-info .sarah-text {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  font: Regular 24px/29px Raleway;
  background-color: rgba(19, 83, 76, 0.5);
  font-family: "Raleway", sans-serif;
  letter-spacing: 0px;
  color: #ffffff;
}
main .top-section .top-content .sarah-pic {
  grid-area: sarah-pic;
  width: 100%;
  text-align: right;
  margin: 0 auto;
  justify-self: center;
}
main .top-section .top-content .sarah-pic img {
  min-width: 150px;
  max-width: 200px;
}
@media screen and (max-width: 600px) {
  main .top-section .top-content .sarah-pic {
    text-align: right;
  }
}
main .top-section .top-content .sarah-pic .sarah-cert {
  background-color: rgba(19, 83, 76, 0.5);
  grid-area: sarah-cert;
  width: 100%;
  font-size: 16px;
  font-family: Helvetica Neue;
  padding-left: 0px;
  justify-self: right;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
main .size-text-narrow {
  border: 3px solid green;
  display: none;
  height: 0;
  font-family: Raleway;
  font-size: 24px;
  color: #000000;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 700px) {
  main .size-text-narrow {
    display: block;
    height: auto;
  }
}
@media screen and (min-width: 500px) {
  main .size-text-narrow {
    padding-bottom: 60px;
  }
}
main .middle-section {
  padding-top: 25px;
  width: 50%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 50px;
}
main .middle-section h2 {
  font-size: 32px;
  font-family: Raleway;
  font-weight: normal;
  text-align: center;
}
main .middle-section .middle-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  main .middle-section .middle-box {
    flex-direction: column;
  }
}
main .middle-section .middle-box .jar-size {
  width: 100%;
}
main .middle-section .middle-box .jar-size img {
  width: 300px;
  height: 300px;
}
@media screen and (max-width: 1200px) {
  main .middle-section .middle-box .jar-size img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 800px) {
  main .middle-section .middle-box .jar-size img {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 600px) {
  main .middle-section .middle-box .jar-size img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 600px) {
  main .middle-section .middle-box .jar-size {
    margin-bottom: 20px;
  }
}
main .middle-section .spec-text {
  font-family: Raleway;
  font-size: 24px;
  color: #000000;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  main .middle-section .spec-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  main .middle-section .spec-text {
    font-size: 16px;
  }
}
main .jams1 {
  margin: 0 auto;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  align-items: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  main .jams1 {
    width: 80%;
  }
}
@media screen and (max-width: 900px) {
  main .jams1 {
    width: 90%;
  }
}
@media screen and (max-width: 800px) {
  main .jams1 {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  main .jams1 {
    max-width: 300px;
  }
}
main .jams1 .jam-block {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 750px) {
  main .jams1 .jam-block {
    flex-direction: column;
  }
}
main .jams1 .jam-block .jam-box1 {
  height: 350px;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding-left: 0px;
  margin: 0 auto;
  justify-items: center;
  margin-bottom: 15px;
  display: flex;
}
@media screen and (max-width: 750px) {
  main .jams1 .jam-block .jam-box1 {
    width: 350px;
    height: auto;
  }
}
@media screen and (max-width: 400px) {
  main .jams1 .jam-block .jam-box1 {
    width: 100%;
  }
}
main .jams1 .jam-block .jam-box1 .form-container .qty-block {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 600px) {
  main .jams1 .jam-block .jam-box1 .form-container .qty-block {
    flex-direction: column;
  }
}
main .jams1 .jam-block .jam-box1 .form-container .qty-block div {
  display: flex;
}
main .jams1 .jam-block .jam-box1 .form-container .qty-block div .qty-input-block {
  height: 100%;
}
main .jams1 .jam-block .jam-box1 .form-container .qty-block div .qty-input-block input[type=number] {
  width: 20px;
  font-size: 18px;
  margin: 0;
}
main .jams1 .jam-block .jam-box1 .form-container .qty-block div .qty-input-block input[type=text] {
  text-align: right;
  width: 30px;
  font-size: 18px;
  margin: 0;
}
main .jams1 .jam-block .jam-box1 .form-container .qty-block div .plus-minus-block {
  height: 100%;
}
main .jams1 .jam-block .jam-box1 .form-container .qty-block div .plus-minus-block button {
  font-weight: bold;
  width: 25px;
  height: 26px;
  align-items: center;
  border-color: 0%;
  border: 1px solid lightgrey;
  background-color: #f0f0f0;
  color: black;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}
@media screen and (max-width: 400px) {
  main .jams1 .image {
    max-width: 300px;
    padding-left: 0;
    text-align: center;
  }
}
main .jams1 .image img {
  height: 350px;
  width: 350px;
}
@media screen and (max-width: 400px) {
  main .jams1 .image img {
    height: 300px;
    width: 300px;
    width: 100%;
  }
}
main .jams1 .jam-copy {
  width: 60%;
  text-align: left;
  border: 1px solid black;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  height: 100%;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 400px) {
  main .jams1 .jam-copy {
    max-width: 300px;
    padding-left: 0;
    text-align: left;
    justify-items: left;
  }
}
@media screen and (max-width: 400px) {
  main .jams1 .jam-copy {
    width: 300px;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  main .jams1 .jam-copy {
    padding-left: 0px;
    text-align: left;
    justify-items: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}
main .jams1 .jam-copy .small-logo {
  padding-left: 15px;
  padding-right: 5px;
}
main .jams1 .jam-copy .name {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 400px) {
  main .jams1 .jam-copy .name {
    font-size: 28px;
  }
}
main .jams1 .jam-copy .text {
  font-size: 16px;
  padding-left: 15px;
  padding-right: 5px;
  margin-bottom: 20px;
}
main .jams1 .jam-copy .text--special {
  width: 350px;
  font-size: 16px;
  text-align: center;
}
main .jams1 .jam-copy .text--special a {
  text-decoration: inherit;
  color: inherit;
}
main .jams1 .jam-copy .button-box {
  text-align: center;
  margin: 0 auto;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
main .bottom-block {
  border: 6px solid #13534c;
  border-radius: 56px;
  opacity: 1;
  margin: 0 auto;
  width: 90%;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 10px;
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media screen and (max-width: 750px) {
  main .bottom-block {
    grid-template-columns: 1fr;
    border-radius: 0px;
    border: 0px;
  }
}
main .bottom-block .looking {
  width: 100%;
}
main .bottom-block img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  main .bottom-block img {
    width: 70%;
    min-width: 250px;
    display: flex;
    justify-self: center;
    padding: 0;
    margin: 0 auto;
  }
}
main .bottom-block div {
  font: var(--unnamed-font-style-normal) normal bold 29px/34px Raleway;
  letter-spacing: var(--unnamed-character-spacing-0);
  text-align: left;
  font: normal normal bold 29px/34px Raleway;
  letter-spacing: 0px;
  color: #13534c;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  main .bottom-block div {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 25px;
  }
}
@media screen and (max-width: 400px) {
  main .bottom-block div {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 24px;
    align-items: center;
  }
}
main .bottom-block div div {
  font: var(--unnamed-font-style-normal) normal bold 29px/34px Raleway;
  letter-spacing: var(--unnamed-character-spacing-0);
  text-align: left;
  font: normal normal bold 29px/34px Raleway;
  letter-spacing: 0px;
  color: #13534c;
  opacity: 1;
  padding: 10px;
}
main .bottom-block div .email-me {
  color: #13534c;
  text-decoration: none;
  text-decoration: underline;
}