/* Quotes slideshow  */
.text-show {
  color: #6f5139;
  opacity: 1;
  font-style: oblique;
  font-weight: 500;
  transition: all 1s ease;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: 0 1px 3px rgba(0,0,0,.4);
}

.text-fade {
  color: #ff9d4d;
  opacity: 0;
  font-style: oblique;
  transition: all 1s ease;
  text-align: center;
  letter-spacing: 10px;
  text-shadow: 0 0 0 rgba(0,0,0,0);
}

/* SURREAL EXPLORATIONS  */

