nav a.brown::before {
  background: #8C5D32;
}
nav a.blue::before {
  background: #21A2EA;
}
nav a.green::before {
  background: #99E010;
}
nav a.pink::before {
  background: #C52EA3;
}
/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
@font-face {
  src: url("font.woff");
  font-family: Merkury;
}
html,
body {
  height: 100%;
}
html {
  font-size: 22px;
  font-family: Merkury, sans-serif;
  line-height: 1.2;
  background: white;
  color: #54328C;
  background-image: url("bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 1280px) {
  html {
    font-size: 20px;
  }
}
body {
  margin: 0;
  padding: 0;
}
body.intro-visible {
  cursor: pointer;
}
a {
  text-decoration: none;
}
nav,
.content {
  width: 50%;
  height: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
}
nav {
  padding: 0.5rem;
  font-size: 1.6vw;
}
.loading nav {
  display: none;
}
nav a {
  height: 0;
  width: 33.33333333%;
  padding-bottom: 33.33333333%;
  display: block;
  float: left;
  position: relative;
}
nav a::before {
  background: #54328C;
  content: " ";
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
}
nav a span {
  color: white;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
nav a.highlight::before {
  background: #B9FF32;
}
nav a.highlight span {
  color: #54328C;
}
@media (min-width: 721px) {
  nav a:hover::before {
    background: #FF4D00;
  }
  nav a:hover span {
    color: white;
  }
}
nav a.active::before {
  background: #FF4D00;
}
nav a.active span {
  color: white;
}
nav a span {
  -webkit-transition: color ease-in-out 0.1s;
  transition: color ease-in-out 0.1s;
}
nav a::before {
  -webkit-transition: background-color ease-in-out 0.1s;
  transition: background-color ease-in-out 0.1s;
}
@media (min-width: 1900px) {
  nav {
    font-size: 1.2vw;
  }
  nav a {
    width: 25%;
    padding-bottom: 25%;
  }
}
@media (max-width: 1280px) {
  nav {
    font-size: 2.4vw;
  }
  nav a {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media (max-width: 720px) {
  nav {
    font-size: 4.8vw;
  }
}
@media (min-width: 500px) and (max-width: 720px) {
  nav {
    font-size: 3.2vw;
  }
  nav a {
    width: 33.33333333%;
    padding-bottom: 33.33333333%;
  }
}
.nav-toggle {
  z-index: 2;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 38.7%;
  height: 0;
  padding-top: 38.7%;
  width: 38.7vmin;
  padding-top: 38.7vmin;
}
.nav-toggle::before {
  background: #54328C;
  content: " ";
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
}
.nav-toggle span {
  color: white;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 720px) {
  nav {
    display: none;
  }
  body:not(.nav-visible) .nav-toggle {
    display: block !important;
  }
  nav,
  .content {
    width: 100%;
    height: auto;
    min-height: 100%;
    float: none;
  }
  body.nav-visible nav {
    display: block;
  }
  body.nav-visible .content {
    display: none;
  }
  body.nav-visible .intro {
    display: none;
  }
}
@media (min-width: 721px) {
  .intro-visible nav a:first-child {
    z-index: 3;
  }
  .intro-visible nav a:not(:first-child) {
    display: none;
  }
}
.intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro .greeting {
  color: white;
  font-size: 5rem;
  font-size: 15vmin;
  position: absolute;
  left: 10%;
  right: 10%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 720px) and (orientation: landscape) {
  .intro .greeting {
    top: calc((100vh - 45vmin) / 2);
  }
}
.content {
  background: white;
  padding: 1rem 0.5rem;
}
.content h1,
.content h2 {
  font-size: 1.45454545rem;
  font-weight: normal;
  margin: 2rem 0 1rem;
}
.content h3,
.content h4,
.content h5 {
  font-size: 1rem;
  font-weight: normal;
}
.content h3 {
  margin: 1rem 0;
}
.content h4,
.content h5 {
  margin: 0;
}
.content h4 + *,
.content h5 + * {
  margin-top: 0 !important;
}
.content h1,
.content h2,
.content h3 {
  color: #8C5D32;
}
.content h4 {
  color: #969696;
}
.content h3 {
  color: #21A2EA;
}
.content a {
  cursor: pointer;
  color: #ff0000;
}
@media (min-width: 721px) {
  .content a:hover {
    color: inherit;
  }
}
.content p {
  margin: 1rem 0;
}
.content img {
  display: block;
  width: 100%;
}
@media (max-width: 720px) {
  .content {
    padding-bottom: 38.7%;
    padding-bottom: 38.7vmin;
  }
}
.content .row {
  margin: 2rem 0;
}
.content .row .cell {
  padding: 0 0.5rem;
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content .row .cell.full-width {
  width: 100%;
}
@media (max-width: 1280px) {
  .content .row .cell {
    width: 100%;
  }
  .content .row .cell + .cell {
    margin-top: 2rem;
  }
}
.content .row .cell.h1 {
  font-size: 1.45454545rem;
}
.content .row .cell > *:first-child {
  margin-top: 0;
}
.content .row .cell > *:last-child,
.content .row .cell > *:last-child > *:last-child,
.content .row .cell > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}
.content .row::after {
  content: " ";
  display: table;
  clear: both;
}
.content .row:first-child,
.content .row:first-child > *:first-child,
.content .row:first-child > *:first-child > *:first-child,
.content .row:first-child > *:first-child > *:first-child > *:first-child {
  margin-top: 0;
}
.content .row:last-child {
  margin-bottom: 0;
}
.content .row:last-child .files {
  padding-bottom: 2rem;
}
.collapse .body {
  display: none;
}
.collapse.expanded .prompt {
  display: none;
}
.collapse.expanded .body {
  display: block;
}
.files {
  margin-bottom: -2rem !important;
}
.files .drawer {
  border-bottom: 0.5em solid #54328C;
  width: 50%;
  float: left;
  padding: 0 0.2em;
  margin-bottom: 2rem !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.files .file {
  display: block;
  font-size: 1.35vw;
  color: white;
  background: #C4C4C4;
  padding: 0.5em;
  height: 0;
  padding-bottom: 135%;
  position: relative;
}
@media (max-width: 1280px) {
  .files .file {
    font-size: 2.7vw;
  }
}
@media (min-width: 721px) {
  .files .file:hover {
    color: #54328C;
    background: #B9FF32;
  }
}
.files .file .type {
  position: absolute;
  bottom: 0.25em;
  text-transform: uppercase;
}
@media (min-width: 1281px) {
  .full-width .files .drawer {
    width: 25%;
  }
}
@media (min-width: 1900px) {
  .files .drawer {
    width: 33.33333333%;
  }
  .files .file {
    font-size: 0.88vw;
  }
  .full-width .files .drawer {
    width: 16.66666667%;
  }
}
@media (max-width: 1280px) {
  .files .drawer {
    width: 33.33333333%;
  }
  .files .file {
    font-size: 1.76vw;
  }
}
@media (max-width: 720px) {
  .files .drawer {
    width: 33.33333333%;
  }
  .files .file {
    font-size: 3.52vw;
  }
}
@media (max-width: 500px) {
  .files .drawer {
    width: 50%;
  }
  .files .file {
    font-size: 5.4vw;
  }
}
.files::after {
  content: "";
  display: table;
  clear: both;
}
.button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding-top: 0.495em;
  padding-bottom: 0.405em;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  border-radius: 1.05em;
}
a.button {
  background: #B9FF32;
  color: #54328C;
}
@media (min-width: 721px) {
  a.button:hover {
    background: #FF4D00;
    color: white;
  }
}
.map .wrapper {
  height: 0;
  padding-bottom: 70% !important;
  position: relative;
  border: 2px solid #FF4D00;
  border-radius: 1.26em;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  overflow: hidden;
}
.map .mapbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.map .links {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}
.map .links .button {
  margin-right: 0.2em;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: white;
  background: #FF4D00;
}
@media (min-width: 721px) {
  .map .links .button:hover {
    color: white;
    background: #54328C;
  }
}
.map .controls {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
.map .controls .button {
  margin-left: 0.2em;
  width: 2.1em;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: white;
  background: #54328C;
}
@media (min-width: 721px) {
  .map .controls .button:hover {
    color: white;
    background: #FF4D00;
  }
}
::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}
::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}
::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}
.gallery {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 2rem !important;
}
.gallery .flickity,
.gallery .password {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.26em;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  overflow: hidden;
}
.gallery .password {
  background: #C4C4C4;
  background-image: url("dshaje_protected_blur.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gallery .password .button {
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FF4D00;
  color: white;
  text-align: center;
  width: 9em;
}
.gallery .slide {
  width: 100%;
  height: 100%;
}
.gallery .slide img {
  width: 100%;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .gallery .slide img {
    top: 0;
    -webkit-transform: none;
            transform: none;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery .slide img.portrait {
    -o-object-fit: contain;
       object-fit: contain;
    background: #21A2EA;
  }
}
.gallery .ui {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  text-align: center;
}
.gallery .ui .prev,
.gallery .ui .next,
.gallery .ui .counter {
  float: left;
}
.gallery .ui .prev,
.gallery .ui .next {
  width: 2.1em;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.gallery .ui .counter {
  background: #54328C;
  color: white;
  letter-spacing: 0.15em;
  padding-left: 0.8rem;
  padding-right: 0.65rem;
  margin: 0 0.15em;
}
.gallery .label {
  color: #969696;
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  text-align: center;
  -webkit-transform: translateY(137%);
          transform: translateY(137%);
}
/*

@media (max-width: 1200px) {
	html { font-size: 2.4vw; }
	nav a {
		width: 50%;
		padding-bottom: 50%;
	}
}

@media (max-width: 650px) {
	html { font-size: 4.8vw; }
	nav a {
		//width: 100%;
		//padding-bottom: 100%;
	}

	nav, .content {
		width: 100%;
	}
}

*/
