/* General Styles */
html,
body {
  background-color: #fcfaf7;
  color: #372617;
  font-size: 100%;
  font-family: 'PT Sans', sans-serif;
}

h1 {
  font-family: 'PT Serif', serif;
  font-size: 2rem;
}


p {
  font-family: 'PT Sans', sans-serif;
  font-size: 1rem;
}

a {
  color: #8e7866;
}

a:focus, a:hover {
  color: #372617;
}

.menu {
  margin-bottom: 1rem;
}

.menu a {
  border-bottom: #fcfaf7 3px solid;
}

.menu a:hover {
  border-bottom: #bba390 3px solid;
}

.menu a:focus {
  border-bottom: #372617 3px solid;
}

.menu-logo {
  padding: 1rem 0 0.25rem;
  width: 122px;
}

.menu-logo-text {
  font-family: 'PT Serif', serif;
  font-size: 1rem;
}

.menu .active {
  color: #372617;
  border-bottom: #372617 3px solid;
}

@media screen and (max-width: 39.9375em) {
  .small-align-center {
    -ms-flex-pack: center;
        justify-content: center;
  }

  .small-text-center {
    text-align: center;
  }
}


.button {
  background-color: #8e7866;
}

.button:focus, .button:hover {
  background-color: #372617;
}

.copyright {
  border-top: #8E7866 1px solid;
}

.copyright-text {
  font-size: 0.75rem;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

.thumbnail {
  position: relative;
  width: 230px;
  height: 230px;
  overflow: hidden;
  cursor: pointer;
}

.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  max-width: initial;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.thumbnail img.portrait {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 39.9375em) {
  .reveal {
    min-height: auto;
    height: auto;
  }
}

.reveal img {
  max-height: 90%;
}

.margin-top-one {
  margin-top: 0.75rem;
}

.margin-bottom-one {
  margin-bottom: 0.75rem;
}

/* Homepage Styles */
.home-content {
  padding-top: 2rem;
}

.home-logo {
  margin-bottom: 0.8rem;
}

.home-logo-name {
  font-size: 1.25rem;
  letter-spacing: 0.688rem;
  margin-bottom: 1.25rem;
  margin-left: 0.625rem;
}

/* Exhibitions Styles */
.exhibitions {
  color: #372617;
}

table.exhibitions thead {
  background-color: #f3f2f1;
  color: #372617;
}

table.exhibitions tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f3f2f1;
}
