.nav {
  width: 100%;
  font-size: 16px;
  position: fixed;
  z-index: 10;
  background: url("https://res.cloudinary.com/mtreeves24/image/upload/c_crop,f_auto,g_center,h_1600,q_60,w_1200/v1600105784/Exotic%20Explorers/triangles-darkgreen.svg") no-repeat center;
  background-size: 1200px; }
  .nav .nav-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: none; }
  .nav ul.opening {
    display: block;
    text-align: center;
    font-size: 33px;
    font-weight: 700; }
  .nav li {
    opacity: 0.95;
    border-bottom: 1px solid #f6f4e2;
    padding: 10px;
    color: #eee; }
  .nav a {
    color: #eee;
    display: block;
    text-decoration: none; }
  .nav li:hover,
  .nav nav a:focus {
    color: #ff8c1a; }

.dropdown-root {
  cursor: pointer; }
  .dropdown-root:hover {
    color: #ff8c1a; }

.dropdown {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%; }
  .dropdown li {
    display: grid;
    outline: 0.1px solid white;
    background-size: 300%;
    font-size: 0.5em;
    height: 35px; }

.dropdown-hide {
  display: none; }

.dropdown-show {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  .dropdown-show li {
    display: grid;
    justify-content: center;
    align-items: center; }

/* CSS MENU TOGGLE*/
.menu-toggle {
  position: fixed;
  padding: 1.5em;
  top: 0em;
  right: 0em;
  cursor: pointer;
  background: url("https://res.cloudinary.com/mtreeves24/image/upload/q_60/v1601992915/Exotic%20Explorers/triangles/triangles-green-wide.svg") no-repeat center;
  border-radius: 0% 0% 0% 10%;
  z-index: 2; }

.hamburger,
.hamburger::before,
.hamburger::after {
  content: "";
  display: block;
  background: #222;
  height: 3px;
  width: 2em;
  border-radius: 1px;
  -webkit-transition: all ease-in-out 350ms;
  transition: all ease-in-out 350ms; }

.hamburger::before {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px); }

.hamburger::after {
  -webkit-transform: translateY(4px);
  transform: translateY(4px); }

.open .hamburger {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.open .hamburger::before {
  display: none; }

.open .hamburger::after {
  -webkit-transform: translateY(-1px) rotate(-90deg);
  transform: translateY(-1px) rotate(-90deg); }

@media screen and (min-width: 700px) {
  .menu-toggle {
    display: none; }

  .nav {
    display: block;
    border-bottom: 1px solid white;
    background: url("https://res.cloudinary.com/mtreeves24/image/upload/q_60/v1601992915/Exotic%20Explorers/triangles/triangles-green-wide.svg") no-repeat;
    background-size: 100%;
    background-position: center;
    padding: 2px; }
    .nav .nav-ul {
      display: flex;
      justify-content: space-around; }
      .nav .nav-ul li {
        background: none;
        color: white;
        font-size: 1.5em;
        text-shadow: 1px 1px black;
        border: none; }
    .nav .dropdown-root {
      position: relative; }
      .nav .dropdown-root:hover {
        text-decoration: underline; }
    .nav .dropdown {
      grid-template-columns: repeat(4, 1fr);
      position: absolute;
      top: 100%;
      width: 100%;
      font-size: 0.8em;
      font-weight: 700; }
      .nav .dropdown li {
        height: 40px;
        border: 1px solid white;
        background: url("https://res.cloudinary.com/mtreeves24/image/upload/q_60/v1601992915/Exotic%20Explorers/triangles/triangles-green-wide.svg") center;
        background-size: 300%; }
    .nav a:hover,
    .nav nav a:focus {
      color: white;
      text-decoration: underline; } }
.contact {
  grid-area: contact;
  position: relative;
  background: url("https://res.cloudinary.com/mtreeves24/image/upload/q_60/v1601992915/Exotic%20Explorers/triangles/triangles-green-mobile.svg") no-repeat center;
  text-align: center;
  padding: 20px 0px 30px 0px;
  color: white;
  font-weight: 700;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.72), 0 0 14px rgba(0, 0, 0, 0.45); }
  .contact .details .logo {
    height: 100px;
    margin: 6px 6px 20px 6px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
  .contact .details p {
    margin-top: 0;
    background: none; }
  .contact .details a {
    text-decoration: none;
    color: #222; }
  .contact .details .number-email {
    text-decoration: none;
    color: white; }
  .contact .details .hexagons {
    display: flex;
    margin: 0 auto;
    width: 300px; }
  .contact .details .hexagon-wrapper {
    margin: auto;
    text-align: initial;
    width: 100px;
    height: 100px; }
  .contact .details .hexagon {
    position: relative;
    width: 46%;
    height: 80%;
    margin: auto;
    background: linear-gradient(-180deg, white, #ff8c1a);
    transition: 0.5s; }
    .contact .details .hexagon img {
      position: absolute;
      top: 20%;
      left: 0;
      z-index: 1;
      margin: auto;
      width: 100%;
      -webkit-background-clip: text; }
  .contact .details .hexagon:before,
  .contact .details .hexagon:after {
    position: absolute;
    content: "";
    background: inherit;
    height: 100%;
    width: 100%;
    border-radius: 0;
    transition: 0.5s;
    transform-origin: center; }
  .contact .details .hexagon:before {
    transform: rotateZ(60deg); }
  .contact .details .hexagon:after {
    transform: rotateZ(-60deg); }
  .contact .details .hexagon:hover {
    border-radius: 50px;
    transition: 0.5s; }
  .contact .details .hexagon:hover:before {
    border-radius: 50px;
    transition: 0.5s; }
  .contact .details .hexagon:hover:after {
    border-radius: 50px;
    transition: 0.5s; }

.form fieldset {
  width: 80vw;
  margin: 20px auto;
  border: 2px solid white; }
  .form fieldset legend {
    font-size: 40px;
    font-weight: 500; }
.form input {
  height: 30px;
  width: 250px;
  text-align: center;
  margin-bottom: 10px; }
.form textarea {
  width: 90%;
  margin-top: 0.8em;
  resize: none;
  padding: 10px 10px 0px 10px; }
.form label {
  font-size: 25px; }
.form .submit {
  height: 3em;
  font-weight: 700;
  font-size: 1em;
  cursor: pointer; }
  .form .submit:focus {
    outline: 0; }

.copyright {
  grid-area: copyright;
  display: flex;
  justify-content: space-around;
  align-items: end;
  background: #5e5d52;
  padding: 5px 10px;
  font-size: 10px;
  color: white; }
  .copyright p {
    margin: 0px; }
  .copyright a {
    color: white; }

@media only screen and (min-width: 700px) {
  .contact {
    background: url("https://res.cloudinary.com/mtreeves24/image/upload/q_60/v1601992915/Exotic%20Explorers/triangles/triangles-green-wide.svg") center;
    background-size: cover; } }
@media only screen and (min-width: 1200px) {
  .contact {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: inherit; }
    .contact fieldset {
      width: 85%; } }
.hero {
  grid-area: hero;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .hero img {
    padding-top: 1em; }
  .hero p {
    margin: 0;
    font-weight: 100;
    color: #222;
    font-size: 1.2em;
    text-align: center; }

@media screen and (min-width: 700px) {
  .hero {
    padding-top: 3em; } }
html {
  box-sizing: border-box;
  font-family: "Arial", sans-serif;
  font-size: 20px;
  font-weight: 200; }

body {
  margin: 0;
  text-align: center; }

.button {
  font-size: 0.8em;
  background: rgba(111, 111, 111, 0);
  padding: 0.6em 0.6em;
  border: 0.1em solid #ffffff;
  text-decoration: none;
  color: #fff;
  text-align: center;
  transition: all 0.2s;
  text-shadow: none; }
  .button:hover {
    color: #000;
    background-color: #fff; }

.title {
  text-align: center;
  font-size: 35px;
  padding: 0px 5px;
  color: white;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.72), 0 0 14px rgba(0, 0, 0, 0.45); }

@media screen and (min-width: 700px) {
  .button-mobile {
    visibility: hidden; } }
iframe {
  z-index: 300 !important; }

.fb_dialog {
  z-index: 299 !important; }

.fb_dialog_advanced {
  z-index: 299 !important; }

.grid-container {
  display: grid;
  grid-template-areas: "hero" "about" "covid-news" "services" "gallery" "testimonials" "contact" "footer" "copyright" "hexagons"; }

.covid-news {
  grid-area: covid-news;
  background: url("https://res.cloudinary.com/mtreeves24/image/upload/c_scale,f_auto,q_60,w_500/v1600090796/Exotic%20Explorers/covid-19.jpg") no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
  background-size: cover;
  border-bottom: 0.5em solid white;
  display: grid;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  color: white; }
  .covid-news .covid-text {
    padding: 0px 20px 20px 20px; }
  .covid-news p {
    margin-top: 0;
    text-align: center; }
    .covid-news p a {
      color: white;
      font-weight: 700; }
      .covid-news p a:hover {
        outline: 1px solid white; }
  .covid-news h4 {
    margin-bottom: 0; }
  .covid-news ul {
    margin-top: 5px;
    padding: 0px 20px 0px 20px; }
    .covid-news ul li {
      padding: 5px;
      list-style-type: none; }
    .covid-news ul a {
      color: white;
      font-weight: 700; }
      .covid-news ul a:hover {
        outline: 1px solid white; }

.about {
  grid-area: about;
  background: url("https://res.cloudinary.com/mtreeves24/image/upload/f_auto,q_60/v1601992915/Exotic%20Explorers/triangles/triangles-green-mobile.svg") no-repeat center;
  border-bottom: 0.5em solid white;
  margin-top: 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .about .about-text {
    color: white;
    max-width: 900px;
    text-align: center;
    padding-bottom: 60px;
    margin: 0px 10px; }
    .about .about-text h1 {
      font-size: 1.5em; }
    .about .about-text p a {
      color: white;
      padding: 0; }
    .about .about-text .slogan {
      font-weight: 700;
      padding-bottom: 20px; }
    .about .about-text a {
      font-size: 1em;
      padding: 20px 60px; }
  .about img {
    margin: 1em;
    border: 0.5rem solid white;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    width: 80%;
    max-width: 20em;
    border-radius: 50%; }

.services {
  grid-area: services;
  background: url("https://res.cloudinary.com/mtreeves24/image/upload/f_auto,q_50/v1601992918/Exotic%20Explorers/triangles/triangles-grey-mobile.svg") no-repeat center;
  background-size: cover;
  text-align: center;
  color: white;
  text-shadow: 1px 1px black;
  min-height: 40vh;
  padding: 0vw 1vw;
  border-bottom: 0.5rem solid white; }
  .services .title {
    margin: 20px; }
  .services .panels {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5%; }
  .services .panel {
    position: relative;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.72), 0 0 14px rgba(0, 0, 0, 0.45);
    border: 1px solid white;
    margin: 0.2em;
    height: 250px;
    min-width: 25%;
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.1);
    color: white;
    text-align: center;
    align-items: center;
    /* Safari transitionend event.propertyName === flex */
    /* Chrome + FF transitionend event.propertyName === flex-grow */
    transition: font-size 0.7s cubic-bezier(0.61, -0.19, 0.7, -0.11), flex 0.7s cubic-bezier(0.61, -0.19, 0.7, -0.11), background 0.2s;
    background-size: cover;
    background-position: center;
    justify-content: center;
    display: flex;
    flex: 1;
    flex-direction: column; }
    .services .panel h3 {
      align-items: stretch;
      padding-top: 20px;
      font-size: 0.9em; }
    .services .panel .button-mobile {
      position: absolute;
      bottom: 10%;
      width: 70px; }
    .services .panel .service-desc {
      visibility: hidden;
      width: 97%;
      display: flex;
      flex-direction: column;
      font-size: 0.6em;
      background: #df7b00;
      background: linear-gradient(177deg, green, rgba(5, 136, 1, 0.8) 35%, rgba(0, 92, 0, 0.8) 100%);
      border: 1px solid white; }
      .services .panel .service-desc a {
        width: 50%;
        margin-top: 4%;
        padding-top: 3%; }
  .services .panel1 {
    background-image: url("https://res.cloudinary.com/mtreeves24/image/upload/c_scale,f_auto,q_60,w_400/v1593293903/Exotic%20Explorers/services-photos/twyla.jpg"); }
  .services .panel2 {
    background-image: url("https://res.cloudinary.com/mtreeves24/image/upload/c_scale,f_auto,q_60,w_400/v1601407771/Exotic%20Explorers/services-photos/Katniss_-_Reticulated_Python.jpg"); }
  .services .panel3 {
    background-image: url("https://res.cloudinary.com/mtreeves24/image/upload/c_scale,f_auto,q_60,w_400/v1593293923/Exotic%20Explorers/services-photos/hedgehog.jpg"); }
  .services .panel4 {
    background-image: url("https://res.cloudinary.com/mtreeves24/image/upload/c_scale,f_auto,q_60,w_400/v1593294008/Exotic%20Explorers/services-photos/tarantula.jpg"); }
  .services .panel5 {
    background-image: url("https://res.cloudinary.com/mtreeves24/image/upload/c_scale,f_auto,q_60,w_400/v1593293974/Exotic%20Explorers/services-photos/tortoise.jpg"); }
  .services .panel6 {
    background-image: url("https://res.cloudinary.com/mtreeves24/image/upload/c_scale,f_auto,q_60,w_400/v1593293960/Exotic%20Explorers/services-photos/squirrelthing.jpg"); }
  .services .panel > * {
    margin: 0;
    transition: transform 0.5s;
    flex: 1 0 auto;
    display: flex;
    justify-content: center;
    align-items: center; }
  .services .panel.open-active > *:first-child {
    transform: translateY(0); }
  .services .panel > *:last-child {
    transform: translatex(1900%); }
  .services .panel.open-active > *:last-child {
    transform: translateY(0); }
  .services .panel.open {
    transition: all 0.5s ease-in-out;
    flex: 3 1; }

@keyframes bouncing {
  0% {
    top: 49%; }
  70% {
    top: 50%; }
  100% {
    top: 49%; } }
.bouncing-finger {
  visibility: hidden;
  animation: bouncing 1s infinite ease-in-out;
  top: 50%;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  position: absolute; }

.gallery {
  grid-area: gallery;
  background: url("https://res.cloudinary.com/mtreeves24/image/upload/c_fill,h_1057,q_57,w_888/v1591997326/Exotic%20Explorers/flock-of-birds-flying-above-the-mountain-during-sunset-70577.webp") no-repeat;
  background-size: cover;
  border-bottom: 0.5rem solid white; }

.my-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 5% 2%;
  margin-bottom: 10%;
  justify-content: space-around; }
  .my-gallery .gallery-item {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4); }
    .my-gallery .gallery-item img {
      height: 100%;
      width: 100%;
      transition: transform 400ms ease-out; }
      .my-gallery .gallery-item img:hover {
        scale: 1.01;
        transform: scale(1.15); }
    .my-gallery .gallery-item figcaption {
      display: none; }

.testimonials {
  grid-area: testimonials;
  background: url("https://res.cloudinary.com/mtreeves24/image/upload/f_auto,q_70/v1601992918/Exotic%20Explorers/triangles/triangles-grey-mobile.svg") no-repeat center;
  background-size: cover;
  padding-bottom: 30px;
  border-bottom: 0.5rem solid white; }
  .testimonials .testimonial-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .testimonials figure.quote {
    font-family: "Raleway", Arial, sans-serif;
    flex: 1 1 10%;
    position: relative;
    overflow: hidden;
    margin: 10px 5%;
    min-width: 220px;
    max-width: 510px;
    width: 100%;
    color: #333;
    text-align: left; }
    .testimonials figure.quote * {
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .testimonials figure.quote img {
      max-width: 100%;
      max-height: 150px;
      margin-bottom: 5px;
      margin-top: -10px;
      display: inline-block;
      z-index: 1;
      position: relative; }
    .testimonials figure.quote blockquote {
      margin: 0;
      display: block;
      border-radius: 8px;
      position: relative;
      background-color: #fafafa;
      padding: 30px 40px 65px 40px;
      font-size: 0.8em;
      font-weight: 500;
      margin: 0 0 -50px;
      line-height: 1.6em;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }
    .testimonials figure.quote .owner {
      margin: 0;
      text-transform: uppercase;
      text-align: center;
      color: #fff;
      text-shadow: 0 0 4px rgba(0, 0, 0, 0.72), 0 0 14px rgba(0, 0, 0, 0.45); }
    .testimonials figure.quote .owner h5 {
      opacity: 0.8;
      margin: 0;
      font-weight: 800; }
    .testimonials figure.quote .owner h5 span {
      font-weight: 400;
      text-transform: none;
      display: block; }
  .testimonials figure.quote blockquote:before,
  .testimonials figure.quote blockquote:after {
    font-family: "FontAwesome";
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: 0.3;
    font-style: normal; }
  .testimonials figure.quote blockquote:before {
    top: 35px;
    left: 13px; }
  .testimonials figure.quote blockquote:after {
    content: "\201D";
    right: 35px;
    bottom: 35px; }
  .testimonials .more-quotes {
    display: none; }
  .testimonials .read-more-state {
    display: none; }
  .testimonials .read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: 0.25s ease; }
  .testimonials .read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em; }
  .testimonials .read-more-state ~ .read-more-trigger:before {
    content: "Show more"; }
  .testimonials .read-more-state:checked ~ .read-more-trigger:before {
    content: "Show less"; }
  .testimonials .read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 0.5em;
    color: #666;
    font-size: 0.9em;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: 0.25em; }
  .testimonials p {
    padding: 0 4%; }
  .testimonials .fb-link:hover {
    outline: 5px solid white; }

@media screen and (min-width: 700px) {
  .about {
    background: url("https://res.cloudinary.com/mtreeves24/image/upload/q_60/v1601992915/Exotic%20Explorers/triangles/triangles-green-wide.svg") no-repeat center;
    background-size: cover; }

  .covid-news {
    background: url("https://res.cloudinary.com/mtreeves24/image/upload/c_scale,f_auto,q_40,w_1700/v1600091696/Exotic%20Explorers/covid-19-wide.jpg") no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken; }
    .covid-news ul li {
      list-style-type: disc;
      list-style-position: inside; }

  .services {
    background: url("https://res.cloudinary.com/mtreeves24/image/upload/f_auto,q_70/v1601992918/Exotic%20Explorers/triangles/triangles-grey-wide.svg") no-repeat;
    background-size: cover; }
    .services .panel {
      min-height: 500px;
      width: 30vw;
      min-width: 30%; }
      .services .panel h3 {
        font-size: 2rem;
        align-items: stretch; }
      .services .panel .bouncing-finger {
        visibility: visible; }
      .services .panel .button-mobile {
        visibility: hidden; }
      .services .panel .service-desc {
        visibility: visible;
        padding: 0px 5px;
        font-size: 1.2em; }

  .gallery {
    background: url("https://res.cloudinary.com/mtreeves24/image/upload/c_scale,q_58,w_1759/v1591997326/Exotic%20Explorers/flock-of-birds-flying-above-the-mountain-during-sunset-70577.jpg") no-repeat;
    background-size: cover; }

  .my-gallery {
    margin: 0 10%;
    margin-bottom: 5%; }

  .testimonials {
    background: url("https://res.cloudinary.com/mtreeves24/image/upload/f_auto,q_60/v1601992918/Exotic%20Explorers/triangles/triangles-grey-wide.svg") no-repeat center;
    background-size: cover; }
    .testimonials figure.quote {
      min-width: 270px;
      margin: 20px; }
    .testimonials .more-quotes {
      display: block; } }
@media only screen and (min-width: 1300px) {
  .about {
    margin-top: 3%; }
    .about .about-text {
      padding: 0px 0px 60px 60px; }

  .covid-news {
    background-position: 0px 0px;
    background-color: rgba(0, 0, 0, 0.4); }
    .covid-news p {
      padding: 0 20%; }

  .services .panel {
    min-width: 10%; }
    .services .panel .service-desc {
      font-size: 0.9em;
      transition: 0.2s all ease; }
    .services .panel p {
      font-size: 2em; }
  .services .panel > * {
    margin: 0;
    transition: transform 0.5s;
    flex: 1 0 auto;
    display: flex;
    justify-content: center;
    align-items: center; }
  .services .panel.open-active > *:first-child {
    transform: translateY(0); }
  .services .panel > *:last-child {
    transform: translatex(1900%); }
  .services .panel.open-active > *:last-child {
    transform: translateY(0); }
  .services .panel.open {
    transition: all 0.5s ease-in-out;
    flex: 1.5 1; }
    .services .panel.open .bouncing-finger {
      display: none; }
    .services .panel.open .service-desc {
      font-size: 1.1em; }

  .my-gallery {
    z-index: 5000;
    grid-template-columns: repeat(6, 1fr); }

  .testimonials {
    padding: 0px 2%; }
    .testimonials figure.quote {
      min-width: 420px; }

  .contact {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    justify-content: center; }
    .contact fieldset {
      width: 85%; } }

/*# sourceMappingURL=ee.css.map */
