/*!
Theme Name:     Etling
Theme URI:      
Description:    
Author:         Will Etling
Theme URI:      
Version:        1.0
*/
@font-face {
  font-family: 'GTAmerica';
  src: url("fonts/GTAmericaTrialExpanded-Thin.eot?#iefix") format("embedded-opentype"), url("fonts/GTAmericaTrialExpanded-Thin.otf") format("opentype"), url("fonts/GTAmericaTrialExpanded-Thin.woff") format("woff"), url("fonts/GTAmericaTrialExpanded-Thin.ttf") format("truetype"), url("fonts/GTAmericaTrialExpanded-Thin.svg#GTAmericaTrialExpanded-Thin") format("svg");
  font-weight: 100 400;
  font-style: normal; }

@font-face {
  font-family: 'GTAmerica';
  src: url("fonts/GTAmericaTrialExpanded-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/GTAmericaTrialExpanded-Medium.otf") format("opentype"), url("fonts/GTAmericaTrialExpanded-Medium.woff") format("woff"), url("fonts/GTAmericaTrialExpanded-Medium.ttf") format("truetype"), url("fonts/GTAmericaTrialExpanded-Medium.svg#GTAmericaTrialExpanded-Medium") format("svg");
  font-weight: 500 900;
  font-style: normal; }

@font-face {
  font-family: 'Pitch';
  src: url("fonts/Pitch-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Pitch-Bold.otf") format("opentype"), url("fonts/Pitch-Bold.woff") format("woff"), url("Pitch-Bold.ttf") format("truetype"), url("fonts/Pitch-Bold.svg#Pitch-Bold") format("svg");
  font-weight: 100 900;
  font-style: normal; }

@font-face {
  font-family: 'Knockout';
  src: url("fonts/Knockout-46Flyweight.eot?#iefix") format("embedded-opentype"), url("fonts/Knockout-46Flyweight.otf") format("opentype"), url("fonts/Knockout-46Flyweight.woff") format("woff"), url("fonts/Knockout-46Flyweight.ttf") format("truetype"), url("fonts/Knockout-46Flyweight.svg#Knockout-46Flyweight") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  padding: 0;
  margin: 0;
  font-family: 'system-ui', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

img {
  max-width: 100%; }

body.page-template-template-gertie-home {
  background: #134E5E;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #71B280, #134E5E);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #71B280, #134E5E);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  min-height: 100vh; }
  body.page-template-template-gertie-home h1 {
    color: white; }

body.post-type-archive-plant .plants-container {
  max-width: 1700px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding: 30px; }
  @media (max-width: 1000px) {
    body.post-type-archive-plant .plants-container {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 750px) {
    body.post-type-archive-plant .plants-container {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 500px) {
    body.post-type-archive-plant .plants-container {
      grid-template-columns: 1fr; } }
  body.post-type-archive-plant .plants-container .plant {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    transition: all 300ms; }
    body.post-type-archive-plant .plants-container .plant:hover {
      transform: scale(1.01); }
    body.post-type-archive-plant .plants-container .plant img {
      width: 100%;
      height: auto; }
  body.post-type-archive-plant .plants-container .latin {
    font-weight: 400;
    font-family: "Times New Roman", serif;
    font-style: italic;
    font-size: 20px; }
  body.post-type-archive-plant .plants-container .text-preview {
    padding: 20px; }

body.post-type-archive-critter {
  background-color: #EDE6B5; }
  body.post-type-archive-critter .critter-container {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 2000px;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
    width: 100%; }
    @media (max-width: 767px) {
      body.post-type-archive-critter .critter-container {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        padding: 10px; } }
    @media (min-width: 768px) {
      body.post-type-archive-critter .critter-container {
        grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 900px) {
      body.post-type-archive-critter .critter-container {
        grid-template-columns: repeat(4, 1fr); } }
    @media (min-width: 1200px) {
      body.post-type-archive-critter .critter-container {
        grid-template-columns: repeat(6, 1fr); } }
  body.post-type-archive-critter .critter {
    width: 100%;
    border: 1px solid #877B67;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px;
    float: left;
    background: #f9ecd0;
    font-family: "Comic Sans MS", "ChalkboardSE-Regular", "Comic Sans", cursive; }
    @media (max-width: 767px) {
      body.post-type-archive-critter .critter {
        padding: 10px; } }
    body.post-type-archive-critter .critter img {
      max-width: 100%;
      border-radius: 50%; }
    body.post-type-archive-critter .critter .text-preview {
      margin-top: 10px;
      background: #fffabd;
      text-align: center; }
      body.post-type-archive-critter .critter .text-preview h4 {
        margin: 0;
        padding: 5px 0; }
      body.post-type-archive-critter .critter .text-preview .latin-name {
        font-style: italic;
        font-weight: 300;
        font-family: Arial; }
      body.post-type-archive-critter .critter .text-preview .location {
        padding-bottom: 12px;
        font-family: Arial; }
        body.post-type-archive-critter .critter .text-preview .location .map-marker {
          width: 20px;
          position: relative;
          top: 3px; }
  body.post-type-archive-critter .sketchborder {
    border: 2px solid #333333;
    border-radius: 2% 6% 5% 4% / 1% 1% 2% 4%;
    position: relative; }
    body.post-type-archive-critter .sketchborder::before {
      content: '';
      border: 2px solid #353535;
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0) scale(1.015) rotate(0.5deg);
      border-radius: 1% 1% 2% 4% / 2% 6% 5% 4%; }

body.single-song {
  font-family: monospace; }

/*!
 * fullPage 3.0.7
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
.fp-enabled body, html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.fp-right {
  right: 17px; }

#fp-nav.fp-left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

.fp-slidesNav.fp-bottom {
  bottom: 17px; }

.fp-slidesNav.fp-top {
  top: 17px; }

#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a, .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out; }

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial,helvetica,sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px; }

.fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell, .fp-auto-height.fp-section {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell, .fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important; }

.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/*# sourceMappingURL=fullpage.min.css.map */
.modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif; }

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center; }

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 800px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box; }

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box; }

.modal__close {
  background: transparent;
  border: 0; }

.modal__header .modal__close:before {
  content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8); }

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out; }

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.modal__btn-primary {
  background-color: #00449e;
  color: #fff; }

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes mmslideIn {
  from {
    transform: translateY(15%); }
  to {
    transform: translateY(0); } }

@keyframes mmslideOut {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10%); } }

.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform; }

.home-hero {
  background-image: url("images/home-background.png");
  background-size: 100% 100%;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-content: center;
  justify-content: center; }
  .home-hero .logo {
    width: 438px;
    display: block;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 600px) {
      .home-hero .logo {
        width: 85%; } }

.project-content {
  margin-right: auto;
  margin-left: auto;
  display: grid;
  color: white; }
  @media (min-width: 1200px) {
    .project-content {
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 50px;
      max-width: 1440px;
      padding: 0 30px; } }
  @media (max-width: 1199px) {
    .project-content {
      max-width: 800px;
      padding: 0 30px; } }
  .project-content h2 {
    font-size: 50px;
    font-weight: 700;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); }
  @media (max-width: 1199px) {
    .project-content .visuals {
      padding-top: 40px; } }
  .project-content .visuals img {
    border-radius: 4px;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1); }
  .project-content .description-text {
    line-height: 1.5em;
    font-weight: 300;
    font-size: 18px; }
    .project-content .description-text a {
      color: white; }

.button {
  background: gray;
  padding: 12px;
  border-radius: 3px;
  color: white;
  display: inline-block;
  text-decoration: none; }

body.page-template-template-rain {
  background: #085078;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #85D8CE, #085078);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #85D8CE, #085078);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

body.single-camp-search {
  padding: 30px; }

.grid {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px 30px 30px; }
  .grid .card {
    background: white;
    border-radius: 15px;
    padding: 10px 30px;
    margin-top: 40px; }
  .grid .card-full {
    width: 100%; }

.modal {
  display: none; }

.modal.is-open {
  display: block; }
