body,
h1,
h3,
.resource.show #content > h2 + h3,
span {
  font-family: arial;
}

body.items.search {
  font-family: Arial, Helvetica, sans-serif;
  h2,
  input[type="submit"] {
    font-family: Arial, Helvetica, sans-serif;
  }
}

header:before {
  background-color: #005f6b;
}

h1 {
  color: #005f6b;
}

.resource.show #content > h2 + h3 {
  background-color: #005f6b;
}

.with-sidebar dl div.property:first-child dt {
  text-transform: uppercase;
}

.banner.contained {
  max-width: 100%;
  padding: 0px;
}

#menu-button {
  background-color: rgb(187, 80, 25);
  border: none;
  color: white;
}

#search-form {
  input[type="text"] {
    background-color: white;
    color: black;
    padding-right: 120px;
    font-family: arial;
  }

  button {
    background-color: rgb(187, 80, 25);
  }
}

footer {
  background-image: url(/omeka-s/themes/default/asset/img/footer-desktop.png);
  color: transparent;
  min-height: 237px;
  background-position: center;
  background-size: contain;
  max-width: 100%;
  padding: 0px;
  background-repeat: no-repeat;
}

.media-render.file a[href$=".tsv"] {
  display: none !important;
}

@media (max-width: 1024px) {
  header {
    flex-flow: row;
  }

  .banner.contained {
    img {
      visibility: hidden;
    }

    background-image: url(/omeka-s/themes/default/asset/img/header-mobile.png);
    background-position: center;
    background-size: cover;
    min-height: 130px;
  }

  footer {
    background-image: url(/omeka-s/themes/default/asset/img/footer-mobile.png);
    min-height: 126px;
  }
}

.blocks-inner.page-layout-grid.grid-template-columns-12 {
  a {
    color: rgb(187, 80, 25);
    font-weight: bold;

    img {
      margin: 15px 0;
    }
  }
}
