/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  background: #f9f9f9;
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
#plant-order {
  margin-top: 3em;
  width: 100%;
  background: #282828;
  padding: 0.3em 0;
  text-align: center;
  -webkit-transform: translateY(3em);
  -ms-transform: translateY(3em);
      transform: translateY(3em);
  opacity: 0;
  -webkit-animation: fade-in-bottom-insta 0.4s linear 0.5s 1 forwards;
      animation: fade-in-bottom-insta 0.4s linear 0.5s 1 forwards;
}
#plant-order > a {
  color: #fafafa;
  font-family: "Amatic SC", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
}
/* ^^ REMEMBER TO UNCOMMENT THE TOP MARGIN IN #insta-gallery WHEN YOU REMOVE THIS BANNER*/
#nav {
  position: fixed;
  border-radius: 200px;
  background: #282828cc;
  z-index: 1999;
  left: 3.5em;
  top: 2.2em;
  line-height: 1.2;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 0.5em;
  max-width: 12em;
  display: none;
  opacity: 0;
  -webkit-animation: navOpacity 0.3s cubic-bezier(0.32, 0, 0.67, 0) forwards 1;
          animation: navOpacity 0.3s cubic-bezier(0.32, 0, 0.67, 0) forwards 1;
}
#nav, #nav > .nav-item > a {
  font-size: 1.6rem;
  font-family: "Amatic SC", sans-serif;
  font-weight: 700;
  color: #fafafa;
}
#nav > .nav-item {
  opacity: 0;
  padding: 0 0.6rem;
}
#nav > #store-nav {
  -webkit-animation: navOpacity 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0.1s forwards 1;
          animation: navOpacity 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0.1s forwards 1;
}
#nav > #media-nav {
  -webkit-animation: navOpacity 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0.3s forwards 1;
          animation: navOpacity 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0.3s forwards 1;
}
#nav > #about-nav {
  -webkit-animation: navOpacity 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0.5s forwards 1;
          animation: navOpacity 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0.5s forwards 1;
}
#nav > #contact-nav {
  -webkit-animation: navOpacity 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0.7s forwards 1;
          animation: navOpacity 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0.7s forwards 1;
}
@-webkit-keyframes navOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes navOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#nav > .nav-item > a {
  text-decoration: none;
}
#nav > .nav-item > a:hover {
  color: #e6ac20;
}
.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#logo-area {
  padding-top: 1em;
  text-align: center;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
#logo-area > * {
  display: inline-block;
}
#logo-area > #logo {
  font-family: "Amatic SC", sans-serif;
  font-size: 5.2em;
  line-height: 0.8;
  color: #181818;
  text-rendering: geometricPrecision;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  padding-bottom: 0.8em;
  -webkit-transform: translateX(-0.6em);
      -ms-transform: translateX(-0.6em);
          transform: translateX(-0.6em);
}
#logo-area > #pepper-logo {
  position: fixed;
  top: -1.8em;
  -webkit-transition: left 0.8s;
  -o-transition: left 0.8s;
  transition: left 0.8s;
  -webkit-transform: translateX(-2em);
      -ms-transform: translateX(-2em);
          transform: translateX(-2em);
  cursor: pointer;
}
#logo-area > #pepper-logo > #svg827 {
  -webkit-transition: width 0.3s 0.2s, height 0.3s 0.2s;
  -o-transition: width 0.3s 0.2s, height 0.3s 0.2s;
  transition: width 0.3s 0.2s, height 0.3s 0.2s;
}
#logo-area > #pepper-logo > #svg825 {
  -webkit-transition: fill 0.6s 0.3s;
  -o-transition: fill 0.6s 0.3s;
  transition: fill 0.6s 0.3s;
}
#logo-area > #pepper-logo > .fa-bars {
  opacity: 0;
  transform: translateX(-3.2em) translateY(1.15em);
}
#intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 5vw;
  margin-bottom: 1.6em;
  -webkit-transform: translateY(-1em);
      -ms-transform: translateY(-1em);
          transform: translateY(-1em);
}
#intro > #ogema1 {
  opacity: 0;
  -webkit-transform: translateX(-0.8em);
      -ms-transform: translateX(-0.8em);
          transform: translateX(-0.8em);
  -webkit-animation: fade-in-left-ogema 0.4s linear 0.5s 1 forwards;
          animation: fade-in-left-ogema 0.4s linear 0.5s 1 forwards;
}
#intro > a > #ogema2 {
  opacity: 0;
  -webkit-animation: fade-in 0.8s linear 0.5s 1 forwards;
          animation: fade-in 0.8s linear 0.5s 1 forwards;
}
#intro > a > #ogema2 {
  display: none;
}
#ogema1 > .cls-5, #ogema2 > .cls-5 {
  cursor: pointer;
}
.cls-5:hover {
  fill: #93c777 !important;
}
#intro-text {
  font-family: "Annie Use Your Telescope", sans-serif;
  font-weight: 400;
  font-size: 2.6em;
  text-rendering: optimizeLegibility;
  color: #404040;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  width: calc(100% - 350px);
  opacity: 0;
  -webkit-transform: translateY(0.4em);
      -ms-transform: translateY(0.4em);
          transform: translateY(0.4em);
  -webkit-animation: fade-in-bottom 0.4s linear 0.5s 1 forwards;
          animation: fade-in-bottom 0.4s linear 0.5s 1 forwards;
  line-height: 1.5;
}
.product-select {
  text-align: center;
  margin-bottom: 1em;
}
#shipping-notice {
  text-align: center;
  font-family: "Amatic SC", sans-serif;
  font-size: 1.7em;
  color: #fafafa;
  font-weight: 700;
  margin-top: 1.3em;
  background: #181818;
}
.product-select > .type-select {
  font-family: "Amatic SC", sans-serif;
  font-size: 2.6em;
  font-weight: 700;
  color: #282828;
  opacity: 0;
  -webkit-transform: translateX(-0.4em);
      -ms-transform: translateX(-0.4em);
          transform: translateX(-0.4em);
  -webkit-animation: fade-in-left 0.4s linear 0.5s 1 forwards;
          animation: fade-in-left 0.4s linear 0.5s 1 forwards;
}
.product-select > .line {
  -webkit-transform: translateY(0.1em);
      -ms-transform: translateY(0.1em);
          transform: translateY(0.1em);
  padding-bottom: 1.2em;
  opacity: 0;
  -webkit-animation: fade-in-bottom-line 0.4s linear 0.5s 1 forwards;
          animation: fade-in-bottom-line 0.4s linear 0.5s 1 forwards;
}
.line2 {
  -webkit-transform: translateY(-0.4em);
      -ms-transform: translateY(-0.4em);
          transform: translateY(-0.4em)
}

/*Loading animations*/
@-webkit-keyframes selection {
  0% {
    opacity: 0%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    opacity: 100%;
  }
  100% {
    opacity: 100%;
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
  }
}
@keyframes selection {
  0% {
    opacity: 0%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    opacity: 100%;
  }
  100% {
    opacity: 100%;
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
  }
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(0.4em);
            transform: translateY(0.4em);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(0.4em);
            transform: translateY(0.4em);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-bottom-insta {
  0% {
    -webkit-transform: translateY(3em);
            transform: translateY(3em);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom-insta {
  0% {
    -webkit-transform: translateY(3em);
            transform: translateY(3em);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-sauce {
  0% {
    -webkit-transform: translateY(0.4em);
            transform: translateY(0.4em);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0.35em);
            transform: translateY(0.35em);
    opacity: 1;
  }
}
@keyframes fade-in-sauce {
  0% {
    -webkit-transform: translateY(0.4em);
            transform: translateY(0.4em);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0.35em);
            transform: translateY(0.35em);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-bottom-line {
  0% {
    -webkit-transform: translateY(0.1em);
            transform: translateY(0.1em);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-0.3em);
            transform: translateY(-0.3em);
    opacity: 1;
  }
}
@keyframes fade-in-bottom-line {
  0% {
    -webkit-transform: translateY(0.1em);
            transform: translateY(0.1em);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-0.3em);
            transform: translateY(-0.3em);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-0.4em);
            transform: translateX(-0.4em);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-0.4em);
            transform: translateX(-0.4em);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-left-ogema {
  0% {
    -webkit-transform: translateX(-0.8em);
            transform: translateX(-0.8em);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-ogema {
  0% {
    -webkit-transform: translateX(-0.8em);
            transform: translateX(-0.8em);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*End*/

#pepper-select, #seed-select, #blueberry-select, #carrot-select, #lemon-select, #tomato-select {
  opacity: 0;
  -webkit-transform: translateY(0em);
      -ms-transform: translateY(0em);
          transform: translateY(0em);
}
#sauce-select {
  opacity: 0;
  -webkit-transform: translateY(0.3em);
      -ms-transform: translateY(0.3em);
          transform: translateY(0.3em);
}
#pepper-select {
  -webkit-animation: fade-in-bottom 0.3s linear 1s 1 forwards;
          animation: fade-in-bottom 0.3s linear 1s 1 forwards;
}
#seed-select {
  -webkit-animation: fade-in-bottom 0.3s linear 1.3s 1 forwards;
          animation: fade-in-bottom 0.3s linear 1.3s 1 forwards;
}
#sauce-select {
  -webkit-animation: fade-in-sauce 0.35s linear 1.6s 1 forwards;
          animation: fade-in-sauce 0.35s linear 1.6s 1 forwards;
}
#blueberry-select {
  -webkit-animation: fade-in-bottom 0.2s linear 1s 1 forwards;
          animation: fade-in-bottom 0.2s linear 1s 1 forwards;
}
#carrot-select {
  -webkit-animation: fade-in-bottom 0.2s linear 1.2s 1 forwards;
          animation: fade-in-bottom 0.2s linear 1.2s 1 forwards;
}
#lemon-select {
  -webkit-animation: fade-in-bottom 0.2s linear 1.4s 1 forwards;
          animation: fade-in-bottom 0.2s linear 1.4s 1 forwards;
}
#tomato-select {
  -webkit-animation: fade-in-bottom 0.2s linear 1.6s 1 forwards;
          animation: fade-in-bottom 0.2s linear 1.6s 1 forwards;
}

#type-category, #ingredient-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.product-selection {
  -webkit-transform: translateY(-0.4em);
      -ms-transform: translateY(-0.4em);
          transform: translateY(-0.4em);
}
.selection {
  font-family: "Annie Use Your Telescope", sans-serif;
  font-weight: 400;
  font-size: 2.2em;
  color: #404040;
  text-align: center;
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.4s, -webkit-transform 0.3s;
  transition: -webkit-filter 0.4s, -webkit-transform 0.3s;
  -o-transition: filter 0.4s, transform 0.3s;
  transition: filter 0.4s, transform 0.3s;
  transition: filter 0.4s, transform 0.3s, -webkit-filter 0.4s, -webkit-transform 0.3s;
}
.selection:hover {
  color: #62b564 !important;
}
.coming-soon {
  display: none;
  font-family: "Amatic SC", sans-serif;
  font-size: 2.6em;
  font-weight: 700;
  color: #62b564;
  width: 100%;
  text-align: center;
  display: none;
  -webkit-transform: translateY(0.3em);
      -ms-transform: translateY(0.3em);
          transform: translateY(0.3em);
}
.ingredients {
  display: none;
}
#sauce-select > #bottle {
  -webkit-transform: translateY(-0.3em) rotate(40deg);
      -ms-transform: translateY(-0.3em) rotate(40deg);
          transform: translateY(-0.3em) rotate(40deg);
}
#pepper-select > #pepper {
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.seedCatalog, .pepperCatalog {
  display: none;
}
.category-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product {
  margin: 2em;
  text-align: center;
}
.product > svg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.product-image {
  background-repeat: no-repeat;
  position: absolute;
  width: 269px;
  height: 212px;
  transform: translateY(-218px) translateX(4px);
  background-size: cover;
  mix-blend-mode: multiply;
}
#aji-confusion-img {
  background-image: url('../img/peppers/aji_confusion.png');
}
#aji-pineapple-img {
  background-image: url('../img/peppers/aji_pineapple.png');
}
#black-hungarian-img {
  background-image: url('../img/peppers/black_hungarian.png');
}
#brazillian-starfish-img {
  background-image: url('../img/peppers/brazillian_starfish.png');
}
#cajun-belle-img {
  background-image: url('../img/peppers/cajun_belle.png');
}
#chiltepin-lemondrop-img {
  background-image: url('../img/peppers/chiltepin_lemondrop.png');
}
#espelette-img {
  background-image: url('../img/peppers/espelette.png');
}
#moa-scotch-bonnet-img {
  background-image: url('../img/peppers/moa_scotch_bonnet.png');
}
#orange-habanero-img {
  background-image: url('../img/peppers/orange_habanero.png');
}
#peppa-peach-img {
  background-image: url('../img/peppers/peppa_peach.png');
}
#sugar-rush-peach-img {
  background-image: url('../img/peppers/sugar_rush_peach.png');
}
#tiger-jalapeno-img {
  background-image: url('../img/peppers/tiger_jalapeno.png');
}
#petit-marseillais-img {
  background-image: url('../img/peppers/petit_marseillais.png');
}
#xion-mutant-img {
  background-image: url('../img/peppers/xion_mutant.png');
}
/* Wobble Top Effect */
@-webkit-keyframes wobble-top {
	16.65% {
		-webkit-transform: skew(-2deg);
		        transform: skew(-2deg);
	}

	33.3% {
		-webkit-transform: skew(1.5deg);
		        transform: skew(1.5deg);
	}

	49.95% {
		-webkit-transform: skew(-1.5deg);
		        transform: skew(-1.5deg);
	}

	66.6% {
		-webkit-transform: skew(1deg);
		        transform: skew(1deg);
	}

	83.25% {
		-webkit-transform: skew(-0.5deg);
		        transform: skew(-0.5deg);
	}

	100% {
		-webkit-transform: skew(0);
		        transform: skew(0);
	}
}
@keyframes wobble-top {
	16.65% {
		-webkit-transform: skew(-2deg);
		        transform: skew(-2deg);
	}

	33.3% {
		-webkit-transform: skew(1.5deg);
		        transform: skew(1.5deg);
	}

	49.95% {
		-webkit-transform: skew(-1.5deg);
		        transform: skew(-1.5deg);
	}

	66.6% {
		-webkit-transform: skew(1deg);
		        transform: skew(1deg);
	}

	83.25% {
		-webkit-transform: skew(-0.5deg);
		        transform: skew(-0.5deg);
	}

	100% {
		-webkit-transform: skew(0);
		        transform: skew(0);
	}
}

.wobble-top {
	display: inline-block;
	-webkit-transform-origin: 0 100%;
	    -ms-transform-origin: 0 100%;
	        transform-origin: 0 100%;

}
.wobble-top:hover {
		-webkit-animation-name: wobble-top;
		        animation-name: wobble-top;
		-webkit-animation-duration: 0.6s;
		        animation-duration: 0.6s;
		-webkit-animation-timing-function: ease-in-out;
		        animation-timing-function: ease-in-out;
		-webkit-animation-iteration-count: 1;
		        animation-iteration-count: 1;
}
.product-title {
  font-family: "Amatic SC", sans-serif;
  font-size: 1.6em;
  color: #404040;
  text-shadow: 0px 0px 1px #404040;
  letter-spacing: 1px;
  font-weight: 400;
}
.product-price {
  font-family: "Annie Use Your Telescope", sans-serif;
  font-size: 1.9em;
  color: #606060;
  letter-spacing: 1px;
  text-shadow: 0px 0px 1px #a0a0a0;
}
.snipcart-add-item {
  margin-left: 0.2em;
  display: inline-block;
  font-family: "Annie Use Your Telescope", sans-serif;
  background-color: #62b564;
  text-decoration: none;
  border: 2px solid #181818;
  color: #fafafa;
  font-size: 1.6em;
  padding: 0.1em 0.3em 0em 0.3em;
  cursor: pointer;
  font-weight: bold;
  font-kerning: normal;
  letter-spacing: 1.5px;
}
#heat-legend {
  opacity: 0;
  position: fixed;
  top: 20vh;
  left: 0;
  font-family: "Amatic SC", sans-serif;
  text-align: left;
  font-size: 1.3em;
  z-index: 10000;
  background: #fafafad5;
  padding: 0.2em 0.4em 0.8em 0.4em;
  border-radius: 0 1em 1em 0;
  border: 2px solid #181818aa;
  transform: translateX(-2px);
  transition: opacity 0.3s
}
#heat-legend > #heat-head {
  font-size: 1.4em;
  font-weight: 700;
  line-height: 0;
}
#heat-head > span {
  font-size: 0.6em !important;
}
#heat-legend > div {
  margin-top: 0.2em;
}
.more-info {
  margin-top: 10px;
  font-family: "Amatic SC", sans-serif;
  font-size: 1.5em;
  color: #fafafa;
  font-weight: 700;
}
.more-info > span {
  padding: 0 5px;
  background: #404040;
  cursor: pointer;
}
.more-info-section {
  font-family: "Annie Use Your Telescope", sans-serif;
  width: 269px;
  text-align: left;
  font-size: 1.4em;
  color: #181818;
  padding-left: 10px;
}
.more-info-info > img {
  margin-top: 1em;
  width: 300px;
  height: 300px;
  border-radius: 20px;
}
.more-info-family, .more-info-heat {
  font-family: "Annie Use Your Telescope", sans-serif;
  color: #181818;
}
.more-info-family {
  margin: 0.5em 0;
}
.more-info-family > span, .more-info-heat > span {
  font-weight: bold;
}
.no-fire, .small-fire, .mid-fire, .large-fire, .huge-fire {
  transform: translateY(5px);
}
.no-fire {
  display: inline-block;
  background-image: url('../img/no-fire.png');
  width: 25px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
}
.small-fire {
  display: inline-block;
  background-image: url('../img/small-fire.png');
  width: 33px;
  height: 40px;
  background-size: contain;
}
.mid-fire {
  display: inline-block;
  background-image: url('../img/mid-fire.png');
  width: 31px;
  height: 57px;
  background-size: contain;
}
.large-fire {
  display: inline-block;
  background-image: url('../img/large-fire.png');
  width: 35px;
  height: 63px;
  background-size: contain;
}
.huge-fire {
  display: inline-block;
  background-image: url('../img/huge-fire.png');
  width: 50px;
  height: 47.5px;
  background-size: contain;
}
#insta-gallery {
  background-color: #eaeaea;
  padding: 2em 10%;
  /*margin-top: 3em;*/
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
  -webkit-transform: translateY(3em);
      -ms-transform: translateY(3em);
          transform: translateY(3em);
  opacity: 0;
  -webkit-animation: fade-in-bottom-insta 0.4s linear 0.5s 1 forwards;
          animation: fade-in-bottom-insta 0.4s linear 0.5s 1 forwards;
}
#insta-gallery > #insta-heading,#about > #about-head, #contact > #contact-head {
  font-family: "Amatic SC", sans-serif;
  font-weight: 700;
  width: 100%;
}
#insta-gallery > #insta-heading {
  color: #282828;
  font-size: 2.6em;
}
#insta-gallery > a {
  text-decoration: none;
  margin-bottom: 0.8em;
}
#insta-gallery > a > #insta-subheading {
  font-family: "Annie Use Your Telescope", sans-serif;
  font-size: 1.4em;
  color: #606060;
  -webkit-transform: translateY(-0.4em);
      -ms-transform: translateY(-0.4em);
          transform: translateY(-0.4em);
  margin-bottom: 1em;
}
#insta-gallery > a > #insta-subheading:hover {
  color: #e05a48;
}
#insta-gallery > .behold-grid {
  padding-bottom: 1em;
}
#about {
  background: #f9f9f9;
  padding-top: 2.5em;
  padding-left: 20%;
  padding-right: 20%;
}
#about > #about-head {
  color: #181818;
  text-align: center;
  font-size: 3em;
}
#about > #about-head > svg {
  -webkit-transform: translateY(-0.35em);
      -ms-transform: translateY(-0.35em);
          transform: translateY(-0.35em);
}
#about > #about-text {
  font-family: "Annie Use Your Telescope", sans-serif;
  font-size: 2.2em;
  color: #606060;
  margin-top: 0.6em;
}
#plant {
  position: relative;
  bottom: 200px;
  width: 100%;
  text-align: center;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#plant > img {
  -webkit-transform: translateY(100px) translateX(0px) rotate(-35deg);
      -ms-transform: translateY(100px) translateX(0px) rotate(-35deg);
          transform: translateY(100px) translateX(0px) rotate(-35deg);
  height: 40px;
}
.plant-animate {
  -webkit-animation: seedling 0.6s linear 0.2s forwards 1;
          animation: seedling 0.6s linear 0.2s forwards 1;
}
@-webkit-keyframes seedling {
  0% {
    -webkit-transform: translateY(100px) translateX(0px) rotate(-35deg);
            transform: translateY(100px) translateX(0px) rotate(-35deg);
    height: 40px;
  }
  100% {
    -webkit-transform: translateY(20px) translateX(10px) rotate(-20deg);
            transform: translateY(20px) translateX(10px) rotate(-20deg);
    height: 120px;
  }
}
@keyframes seedling {
  0% {
    -webkit-transform: translateY(100px) translateX(0px) rotate(-35deg);
            transform: translateY(100px) translateX(0px) rotate(-35deg);
    height: 40px;
  }
  100% {
    -webkit-transform: translateY(20px) translateX(10px) rotate(-20deg);
            transform: translateY(20px) translateX(10px) rotate(-20deg);
    height: 120px;
  }
}
#dirt-container {
  width: 100%;
  overflow: hidden;
}
#dirt-container > #dirt {
  position: relative;
  width: calc(100% + 5px);
  -webkit-transform: translateY(10vw);
      -ms-transform: translateY(10vw);
          transform: translateX(-5px) translateY(10vw);
  z-index: 1;
}
#contact {
  position: absolute;
  width: 100%;
  background-color: #282828;
  text-align: center;
  z-index: 3;
}
#contact > #contact-head {
  font-size: 2.6em;
  color: #fafafa;
}
#contact > #contact-head > i {
  font-size: 2.1rem;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  margin-right: 8px;
}
#contact > #contact-subheading {
  font-family: "Annie Use Your Telescope", sans-serif;
  font-size: 1.4em;
  color: #f0f0f0;
  margin-bottom: 1em;
  -webkit-transform: translateY(-0.4em);
      -ms-transform: translateY(-0.4em);
          transform: translateY(-0.4em);
}
#contact > form {
  padding-bottom: 2em;
}
#contact > form > fieldset > label {
  color: #f0f0f0;
  font-family: "Amatic SC", sans-serif;
  font-weight: 700;
  font-size: 2em;
}
#contact > form > fieldset > label > span {
  font-size: 1.2rem;
  color: #e6ac20;
}
#contact > form > input[type="submit"] {
  background-color: #505050;
  color: #fafafa;
  font-family: "Amatic SC", sans-serif;
  font-weight: 700;
  padding: 6px;
  border-radius: 8px;
  font-size: 1.6em;
  width: 4em;
  letter-spacing: 0.05em;
  margin-top: 0.6em;
  border-color: transparent;
  cursor: pointer;
  -webkit-transition: background-color 0.35s;
  -o-transition: background-color 0.35s;
  transition: background-color 0.35s;
}
#contact > form > input[type="submit"]:hover {
  background-color: #e6ac20;
}
#contact > form > fieldset > input {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  width: 12em;
  height: 1.2em;
  margin-top: 0.3em;
  margin-bottom: 0.5em;
  border-color: transparent;
}
#contact > form > fieldset > textarea {
  width: 700px;
  padding-right: 10px;
}
#contact > form > fieldset > input, #contact > form > fieldset > textarea {
  background-color: #505050;
  color: #fafafa;
  font-family: "Annie Use Your Telescope", sans-serif;
  padding-top: 9px;
  padding-bottom: 7px;
  padding-left: 10px;
  border-radius: 8px;
  font-size: 1.4em;
}
@media only screen and (min-width: 1834px) {
  #intro-text {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1800px) {
  #plant {
    bottom: 240px;
  }
}
@media only screen and (min-width: 1391px) {
  #intro {
    margin-top: 2em;
  }
  #intro > #ogema1 {
    -webkit-transform: translateY(-2em);
        -ms-transform: translateY(-2em);
            transform: translateY(-2em);
    width: 12em;
  }
  #intro-text {
    font-size: 2.6em;
  }
}
@media only screen and (max-width: 1500px) {
  #plant {
    bottom: 170px;
  }
}
@media only screen and (max-width: 1100px) {
  #intro {
    width: 80%;
    margin-left: 10%;
    padding: 0;
  }
  #intro-text {
    text-align: center;
    width: 100%;
  }
  #intro > #ogema1 {
    display: none;
  }
  #intro > a > #ogema2 {
    display: block;
    padding: 1.5em 0;
  }
  #about > #about-text {
    margin-bottom: 1em;
  }
  #contact > form > fieldset > textarea {
    width: 80%;
  }
}
@media only screen and (max-width: 850px) {
  #about {
    padding-left: 10%;
    padding-right: 10%;
  }
  #about > #about-text {
    font-size: 1.8em;
  }
  #contact > form > fieldset > label {
    font-size: 1.6em;
  }
}
@media only screen and (max-width: 750px) {
  #plant {
    bottom: 140px;
  }
}
@media only screen and (max-width: 700px) {
  .selection {
    width: 100%;
    margin-bottom: 1em;
  }
  #plant {
    bottom: 140px;
  }
  #nav {
    width: 100%;
    border-radius: 0;
    z-index: 1999;
    left: 0px;
    top: 5em;
    max-width: none;
    padding: 0;
  }
  #nav > .nav-item > a{
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 500px) {
  #about > #about-text {
    margin-bottom: 3em;
  }
}
@media only screen and (max-width: 400px) {
  #about > #about-head > svg {
    display: none;
  }
  #contact > form > fieldset > input {
    width: 80%;
  }
}
@media only screen and (max-width: 350px) {
  #nav > .nav-item > a{
    font-size: 1.5rem;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.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 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@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;
  }
}
