html,
body {
  background-color: #473f3d;
  color: #eeeeee;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  line-height: 1.4em; }

h1 {
  font-size: 1.62em;
  font-weight: 400; }

a,
a:hover,
a:visited,
a:active {
  color: #eeeeee;
  text-decoration: none; }

header.header {
  position: absolute;
  top: 30%;
  left: 40px;
  text-transform: uppercase;
  line-height: 1.2rem;
  margin-bottom: 40px; }
  header.header div.branding {
    width: calc(30vw - 120px);
    margin-bottom: 1.4rem; }
    header.header div.branding div.hamburger {
      display: none;
      background-image: url(hamburger.png);
      width: 32px;
      height: 16px;
      background-size: cover;
      background-position: center;
      margin: 0 8px 0 0; }
  header.header ul.menu {
    text-transform: none;
    list-style: none;
    margin: 0;
    padding: 0;
    width: calc(30vw - 120px); }
    header.header ul.menu li.menu-item {
	   	cursor: pointer;
      font-size: 0.80em;
      line-height: 1.2em;
      margin-bottom: 4px; }
    header.header ul.menu li.menu-item-sub {
      display: none;
      font-size: 0.70em;
      line-height: 1.2em;
      padding-left: 1em;
      margin-bottom: 4px; }
      header.header ul.menu li.menu-item-sub.is-active {
        display: block; }
      header.header ul.menu li.menu-item-sub a {
        color: rgba(255, 255, 255, 0.5); }
      header.header ul.menu li.menu-item-sub a:active {
        color: white; }

.slideshow-section {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 70vw;
  height: calc(100vh - 80px); }
  .slideshow-section .SlideShow {
    width: 100%;
    height: 100%; }
    .slideshow-section .SlideShow .slide {
      width: 100%;
      height: 100%;
      position: relative;
      object-fit: contain; }
      .slideshow-section .SlideShow .slide img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        left: 0;
        top: 0; }

.image-list-section {
  position: absolute;
  top: 40px;
  left: 30vw;
  max-width: calc(70vw - 40px);
  width: 100%; }
  .image-list-section .Images img {
    max-width: 100%;
    max-height: calc(100vh - 40px);
    position: relative;
    padding: 0; }
  .image-list-section .Images p.caption {
    margin: 0 0 20px 0;
    font-size: 15px; }

.page-text {
  position: absolute;
  top: 40px;
  left: calc(30vw - 40px);
  width: 32em;
  padding-bottom: 40px; }

@media only screen and (max-width: 600px) {
  header.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%; }
    header.header div.branding {
      position: fixed;
      top: 0;
      width: 100%;
      margin-bottom: 1.4rem;
      padding: 20px;
      background-color: #473f3d;
      z-index: 10; }
      header.header div.branding div.hamburger {
        display: block;
        float: left;
        margin-top: 1px; }
    header.header .navigation {
      display: none;
      position: absolute;
      top: 60px;
      width: 100%; }
    header.header ul.menu {
      width: 100%;
      background-color: #473f3d; }
      header.header ul.menu li.menu-item {
        width: 100%;
        font-size: 1em;
        line-height: 1.2em;
        margin: 0;
        padding: 0.75em;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
        header.header ul.menu li.menu-item:first-of-type {
          border-top: 1px solid rgba(0, 0, 0, 0.2); }
      header.header ul.menu li.menu-item-sub {
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        background-color: rgba(0, 0, 0, 0.1);
        display: none;
        font-size: 0.80em;
        line-height: 1.2em;
        margin: 0;
        padding: 0.75em 0.75em 0.75em 1.5em; }
        header.header ul.menu li.menu-item-sub.is-active {
          display: block; }
        header.header ul.menu li.menu-item-sub a {
          color: rgba(255, 255, 255, 0.5); }
        header.header ul.menu li.menu-item-sub a:active {
          color: white; }

  .slideshow-section {
    top: 60px;
    right: 20px;
    width: 100%;
    max-width: calc(100vw - 40px); }
    .slideshow-section .SlideShow {
      width: 100%;
      height: 100%; }
      .slideshow-section .SlideShow .slide {
        width: 100%;
        height: 100%;
        position: relative;
        object-fit: contain; }
        .slideshow-section .SlideShow .slide img {
          max-width: 100%;
          max-height: 100%;
          position: absolute;
          left: 0;
          top: 0; }

  .image-list-section {
    top: 60px;
    left: 0;
    max-width: calc(100vw - 40px); }
    .image-list-section .Images img {
      max-height: calc(100vh - 40px);
      margin: 0 20px 0 20px; }
    .image-list-section .Images p.caption {
      margin: 0 20px 20px 20px; }

  .page-text {
    top: 40px;
    left: 0;
    max-width: calc(100vw - 40px);
    padding: 20px 20px;
    box-sizing: border-box;
    line-height: 1.6em; } }

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