@import url("https://fonts.googleapis.com/css?family=Martel");
@import url("https://fonts.googleapis.com/css?family=Roboto");
html, body {
  height: 100%;
  width: 100%;
  font: 18px/1.4 'Martel', serif;
  margin: 0;
  padding: 0; }

body {
  background-color: #D9BB2F;
  display: flex;
  flex-direction: column; }

main {
  flex-direction: column;
  padding-top: 0rem;
  min-height: 1000px; }

a {
  text-decoration: none;
  color: white; }

#collage-wrap {
  height: 499px;
  position: relative;
  max-width: 1000px;
  margin: 0 auto !important; }

#image-map-pro-8355 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

#image-map-pro-8355 > div > div.imp-zoom-outer-wrap > div > div > img {
  height: auto !important;
  margin: 0 auto !important; }

body .imp-tooltip.imp-tooltip-visible {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 3px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  transform: translateY(-400%) !important;
  text-decoration: none !important; }

#title {
  position: relative;
  margin: 0 auto;
  text-align: center;
  margin: 3rem 0 1rem;
  justify-content: center;
  align-items: center; }
  #title #title-text {
    font-size: 2.4rem;
    letter-spacing: .5px;
    color: white; }

#collage-wrap-mobile {
  display: none; }

  .wp-block-audio audio {
    min-width: 0;
  }

.main-links {
  display: flex;
  margin: 0 auto 3rem;
  justify-content: center; }
  .main-links a {
    padding: 0 1rem; }

@media (max-width: 768px) {
  body {
    justify-content: start; }
  .front-page-wrap {
    margin: -1rem 1rem 0 1rem; }
  #title-text {
    font-size: 36px !important; }
  #collage-wrap {
    display: none !important; }
  #collage-wrap-mobile {
    display: block;
    padding-top: 24px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly; }
    #collage-wrap-mobile .collage-link {
      max-width: calc(50%);
      margin: 0px;
      margin-bottom: 48px;
      display: flex;
      justify-content: center;
      align-content: center;
      flex-direction: column; }
    #collage-wrap-mobile .collage-link:last-of-type {
      margin-bottom: 0; }
  .collage-link img {
    max-width: 90% !important;
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto; }
  .mobile-title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 3px;
    text-decoration: none !important;
    color: white;
    letter-spacing: 1px; }
  footer {
    margin-top: 3rem !important;
    display: block; }
  #credit {
    display: none !important; }
  #credit-text {
    height: 4rem;
    margin-bottom: 2rem; }
  .social-media {
    display: block; }
  .social-media .social-media__icon {
    height: 3rem;
    margin-bottom: 3rem; }
  #title {
    margin: 2rem auto 1rem auto !important;
    height: auto !important; }
  .main-links {
    margin: 1rem auto !important; }
  .subtitle {
    margin-top: 0rem !important; } }

main {
  min-height: 80vh; }

.card {
  background-color: #fff;
  border-radius: 4px;
  display: block;
  margin: 2rem auto;
  padding: 2rem;
  text-align: left;
  max-width: 42rem;
  position: relative; }
  .card .card__title {
    color: #292927;
    font-size: 2rem;
    font-weight: 600;
    text-align: left;
    margin-bottom: 1rem;
    margin-top: .5rem; }
  .card .card__content {
    color: #292927;
    font-family: 'Roboto', helvetica, sans-serif;
    line-height: 1.6;
    margin-bottom: 1rem; }
  .card .wp-audio-shortcode {
    margin-top: 1rem; }
  .card .date {
    color: #777;
    font-family: 'Roboto', helvetica, sans-serif;
    font-size: .8rem; }
  .card img {
    display: block;
    height: auto;
    margin-bottom: 2rem;
    width: 100%; }
  .card .video,
  .card .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 2rem; }
  .card .wp-block-embed {
    margin: 0 0 1rem 0 !important; }
  .card .wp-block-embed-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .card p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
    color: #1A2132; }
  .card a {
    text-decoration: underline;
    color: blue; }
  .card p:last-of-type {
    margin-bottom: 32px; }
  .card h1 {
    font-weight: 800;
    font-size: 1.75rem;
    margin-bottom: 16px; }
  .card h2 {
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 16px; }
  .card h3 {
    font-weight: 800;
    font-size: 1.25rem;
    margin-bottom: 16px; }
  .card h4 {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 16px; }

.page-template {
  display: block; }
  .page-template #title {
    margin-bottom: 2.5rem; }
  .page-template main {
    min-height: auto !important; }
  .page-template #credit-text {
    display: none; }
  .page-template .subtitle {
    text-align: center;
    color: white;
    font-size: 1.15rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: -24px;
    margin-bottom: 40px; }

.single-post,
.single-post main {
  height: auto;
  min-height: auto; }

.single-post footer {
  margin-top: 2rem;
  margin-bottom: 3rem; }

@media (max-width: 768px) {
  .subtitle {
    font-size: .85rem !important;
    margin-bottom: 2rem;
    padding-top: 1rem; }
  .card {
    margin: .5rem; } }

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 5rem; }

.social-media {
  display: flex; }
  .social-media .social-media__icon {
    color: white;
    width: 4rem;
    text-align: center; }
    .social-media .social-media__icon a:hover {
      color: rgba(255, 255, 255, 0.8); }
    .social-media .social-media__icon .fab {
      font-size: 32px; }

#credit {
  display: block;
  margin: 20px auto;
  text-align: center;
  height: 0;
  width: 100%; }
  #credit #credit-text {
    font-size: .6rem;
    color: white; }
