/*
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 {
  margin: 0 auto;
  text-align: center;
  font-size: 28px;
  max-width: 4000px;
  font-family: "Dancing Script", cursive;
  font-size: 64px;
  font-weight: bold;
}
main #events-banner-block {
  text-decoration: none;
}
main #events-banner-block #ribbon {
  margin: 0 auto;
  width: 80%;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1350px) {
  main #events-banner-block #ribbon {
    width: 90%;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1200px) {
  main #events-banner-block #ribbon {
    top: 100px;
    width: 95%;
  }
}
@media screen and (max-width: 1350px) and (max-width: 1200px) and (max-width: 1000px) {
  main #events-banner-block #ribbon {
    display: none;
  }
}
main #events-banner-block #click4events {
  text-align: center;
  font: italic normal 600 26px/30px Raleway;
  letter-spacing: 0px;
  color: white;
  position: absolute;
  top: 240px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1750px) {
  main #events-banner-block #click4events {
    top: 220px;
  }
}
@media screen and (max-width: 1750px) and (max-width: 1600px) {
  main #events-banner-block #click4events {
    top: 220px;
  }
}
@media screen and (max-width: 1750px) and (max-width: 1600px) and (max-width: 1500px) {
  main #events-banner-block #click4events {
    top: 210px;
  }
}
@media screen and (max-width: 1750px) and (max-width: 1600px) and (max-width: 1500px) and (max-width: 1200px) {
  main #events-banner-block #click4events {
    top: 230px;
  }
}
@media screen and (max-width: 1750px) and (max-width: 1600px) and (max-width: 1500px) and (max-width: 1200px) and (max-width: 1100px) {
  main #events-banner-block #click4events {
    top: 220px;
  }
}
@media screen and (max-width: 1750px) and (max-width: 1600px) and (max-width: 1500px) and (max-width: 1200px) and (max-width: 1100px) and (max-width: 1000px) {
  main #events-banner-block #click4events {
    display: none;
  }
}
main #events-banner-block #events-banner {
  display: none;
  margin: 0 auto;
  width: 100%;
  height: 60px;
  background-color: white;
  color: red;
  text-align: center;
  font: italic normal 600 26px/30px Raleway;
  letter-spacing: 0px;
  color: #fa0000;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  main #events-banner-block #events-banner {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
  }
}
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 .content {
  height: 90vh;
  max-width: 4200px;
  margin: 0 auto;
  background-image: url("../images/country-river-scene.jpg");
  width: 100%;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
@media screen and (max-height: 750px) {
  main .content {
    height: auto;
  }
}
@media screen and (max-width: 1020px) {
  main .content {
    background-position: center;
  }
}
@media screen and (max-width: 1020px) and (max-width: 700px) {
  main .content {
    height: 500px;
  }
}
main .content .inner-box {
  padding-top: 10vh;
  padding-top: 150px;
  padding-top: 180px;
  margin: 0 auto;
  max-width: 800px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  main .content .inner-box {
    padding-top: 5vh;
  }
}
@media screen and (max-width: 700px) {
  main .content .inner-box {
    grid-template-columns: 1fr;
  }
}
main .content .inner-box .box {
  width: 70%;
  height: auto;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 600px) {
  main .content .inner-box {
    margin-bottom: 3px;
  }
}
main .content .inner-box .box1 {
  grid-column: 1/span 4;
  grid-row: 2/span 1;
  font-family: Parisienne;
  font-size: 72px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  color: #13534c;
  height: auto;
}
@media screen and (max-width: 550px) {
  main .content .inner-box .box1 {
    font-size: 56px;
  }
}
@media screen and (max-width: 400px) {
  main .content .inner-box .box1 {
    font-size: 40px;
    padding-left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 320px) {
  main .content .inner-box .box1 {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  main .content .inner-box .box1 {
    text-align: center;
    width: 100%;
  }
}
main .content .inner-box .box1 .title {
  font-family: Parisienne;
  font-size: 72px;
  font-weight: bold;
}
@media screen and (max-width: 525px) {
  main .content .inner-box .box1 .title {
    font-size: 52px;
  }
}
@media screen and (max-width: 400px) {
  main .content .inner-box .box1 .title {
    font-size: 40px;
    padding-left: 0;
    margin-left: 0;
    width: 90%;
  }
}
@media screen and (max-width: 320px) {
  main .content .inner-box .box1 {
    width: 80%;
    margin: 0 auto;
  }
}
main .content .inner-box .box1 .sub-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 32px;
}
@media screen and (max-width: 400px) {
  main .content .inner-box .box1 .sub-title {
    font-size: 28px;
  }
}
main .content .inner-box .box1 .special-font {
  font-family: "Great Vibes", cursive;
  font-weight: normal;
}
main .content .inner-box .box1 .tag-line {
  font-size: 36px;
  font-size: 42px;
  font-weight: bold;
  font-family: "Chilanka", cursive;
  font-weight: bold;
  word-spacing: normal;
  letter-spacing: -2px;
}
@media screen and (max-width: 900px) {
  main .content .inner-box .box1 .tag-line {
    font-size: 32px;
    font-size: calc(42px * (32 / 36));
  }
}
@media screen and (max-width: 750px) {
  main .content .inner-box .box1 .tag-line {
    font-size: 28px;
    font-size: calc(42px * (28 / 36));
  }
}
@media screen and (max-width: 500px) {
  main .content .inner-box .box1 .tag-line {
    font-size: 28px;
    font-size: calc(42px * (28 / 36));
  }
}
@media screen and (max-width: 400px) {
  main .content .inner-box .box1 .tag-line {
    width: 90%;
  }
}
@media screen and (max-width: 320px) {
  main .content .inner-box .box1 .tag-line {
    text-align: center;
  }
}
main .content .inner-box .box2 {
  grid-column: 2/span 1;
  grid-row: 3/span 2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #93999a;
  width: 100%;
  padding-left: 140px;
}
main .content .inner-box .box2 .outside-box {
  width: 200px;
  height: 180px;
  background-color: #fae0e0;
  width: 160px;
  height: 110px;
  transform: rotate(45deg);
  opacity: 1;
  margin: 50px;
}
main .content .inner-box .box2 .outside-box .inside-box {
  font-family: Helvetica, sans-serif;
  position: relative;
  top: 12px;
  box-sizing: border-box;
  background-color: #fae0e0;
  width: 80%;
  height: 80%;
  border: 1px solid #707070;
  opacity: 1;
}
@media screen and (max-width: 700px) {
  main .content .inner-box .box2 {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  main .content .inner-box .box2 {
    padding-left: 20%;
    margin-left: 0;
  }
}
@media screen and (max-width: 580px) {
  main .content .inner-box .box2 {
    padding-left: 16%;
    margin-left: 0;
  }
}
main .content .inner-box .box21 {
  grid-column: 2/span 1;
  grid-row: 4/span 1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #93999a;
  width: 100%;
  height: 400px;
  margin-left: 120px;
}
main .content .inner-box .box21 .outside-box {
  position: relative;
  top: 170px;
  left: -145px;
  width: 200px;
  height: 180px;
  background-color: #fae0e0;
  width: 160px;
  height: 110px;
  transform: rotate(-20deg);
  opacity: 1;
  margin: 50px;
}
main .content .inner-box .box21 .outside-box .inside-box {
  position: relative;
  top: 12px;
  left: 16px;
  box-sizing: border-box;
  background-color: #fae0e0;
  width: 80%;
  height: 80%;
  border: 3px solid #ed1414;
  color: #ed1414;
  opacity: 1;
  font-weight: bold;
  font-size: 28px;
  padding-top: 5px;
}
@media screen and (max-width: 600px) {
  main .content .inner-box .box21 .outside-box {
    top: -20px;
    left: 50px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 700px) {
  main .content .inner-box .box21 {
    display: none;
  }
}
main .content .inner-box .box3 {
  grid-column: 3/span 1;
  grid-row: 4/span 1;
  grid-column-gap: 20px;
  width: 250px;
  height: 70%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: normal;
  color: white;
  position: relative;
  top: 150px;
  right: 50px;
}
main .content .inner-box .box3 img {
  width: 250px;
}
main .content .inner-box .box3 .box32 {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  main .content .inner-box .box3 {
    display: none;
  }
}
main .content .inner-box .box31 {
  grid-column: 1/span 4;
  width: 100%;
}
@media screen and (min-width: 701px) {
  main .content .inner-box .box31 {
    display: none;
  }
}
main .content .inner-box .box31 img {
  width: 200px;
}
main .content .inner-box .box31 .box32 {
  font-size: 16px;
  font-weight: bold;
}
main .content .inner-box .box4 {
  grid-column: 1/span 2;
  grid-row: 5/span 1;
  width: 100%;
  font-size: 22px;
  position: relative;
  top: -50px;
  padding-bottom: 10px;
}
main .content .inner-box .box4 .small {
  font-size: 12px;
}
@media screen and (max-width: 700px) {
  main .content .inner-box .box4 {
    grid-column: 1/span 3;
    padding-left: 20px;
    text-align: center;
    width: 100%;
    position: inherit;
  }
}
@media screen and (max-width: 400px) {
  main .content .inner-box .box4 {
    padding-left: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  main .content .inner-box .box4 {
    text-align: center;
  }
}
main .content .inner-box .box5 {
  grid-column: 2/span 2;
  grid-row: 6/span 1;
  justify-self: center;
  font-size: 32px;
  padding-left: 250px;
  padding-bottom: 20px;
}
main .content .inner-box .box5 .small {
  font-size: 16px;
}
@media screen and (max-width: 700px) {
  main .content .inner-box .box5 {
    padding-top: 10px;
    grid-column: 1/span 3;
    padding-left: 0px;
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  main .content .inner-box .box5 {
    width: 70%;
    font-size: 20px;
    text-align: center;
  }
}
main .links {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 25px;
  color: white;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 600px) {
  main .links {
    flex-direction: column;
  }
}
main .links a:link {
  text-decoration: none;
}
main .links .link-block {
  width: 100%;
  position: relative;
}
main .links .link-block h1,
main .links .link-block h2 {
  width: 100%;
  color: white;
  font-size: 28px;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
main .links .link-block img {
  width: 100%;
}
main .links .link-block:first-child {
  padding-right: 20px;
}
@media screen and (max-width: 600px) {
  main .links .link-block:first-child {
    padding-right: 0;
  }
}
main .links .box-links {
  border: 1px dashed black;
  max-width: 600px;
  width: 50vw;
  height: 375px;
  height: 35vh;
  color: white;
  font-size: 28px;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 20px;
  border: 1px solid white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
main .content-lower {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
main .content-lower .visit {
  font-family: "Raleway";
  border: 1px solid black;
  margin-top: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding-left: 100px;
  padding-right: 100px;
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-normal) 20px/24px Raleway;
  letter-spacing: var(--unnamed-character-spacing-0);
  text-align: left;
  font: normal normal normal 20px/24px Raleway;
  letter-spacing: 0px;
  color: #13534c;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  main .content-lower .visit {
    padding-left: 20px;
    padding-right: 20px;
  }
}
main .content-lower .visit .heading {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
main .content-lower .visit div .visit-links .visit-link {
  color: #13534c;
  font-weight: bold;
  line-height: 1.4;
}
main .content-lower .visit div a #twitter-image {
  padding-top: 5px;
  width: 30px;
}
main .content-lower .visit div .fix357 {
  display: inline-block;
}
main .content-lower .visit div a {
  display: inline-block;
}
main .content-lower .visit div a img {
  width: 40px;
}
main .content-lower .visit div .small-logo {
  display: inline-block;
  line-height: 1.5;
}
main .content-lower .visit div .small-logo * {
  font-size: 30px;
  color: #13534c;
  font-weight: bold;
}