main {
  min-height: 85vh;
}

a > img {
  object-fit: contain;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Montserrat";
}

div > img {
  object-fit: contain;
  width: 100%;
}
div.uk-grid img {
  width: auto;
  height: 100%;
}

footer {
  background-color: #000;
  color: #a9a29e;
}
footer a {
  color: #a9a29e;
}
footer a:hover {
  color: #a9a29e;
  text-decoration: none;
}

#Gallery .blog > div {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  z-index: 1;
}
#Gallery .blog > div div:last-child {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#Gallery .blog img {
  aspect-ratio: 4/3;
  height: auto;
  object-fit: cover;
  width: 100%;
}
#Gallery .blog a {
  margin-top: auto;
}
#Gallery .blog h6 {
  margin: 0;
}
#Gallery h4, #Gallery h5, #Gallery h6 {
  margin: 20px 0;
}
#Gallery h4 {
  margin-top: 0;
}

h1, h2 {
  font-family: "Alex Brush";
}

h3 {
  color: #a9a29e;
}

header div:has(> img) {
  box-sizing: border-box;
  height: 60px;
  padding: 10px 0;
}
header div:has(> img) img {
  display: block;
  height: 100%;
  width: auto;
}
header nav div.uk-navbar-right a {
  width: max-content;
}
header #offcanvas-nav a.uk-offcanvas-close {
  height: fit-content;
}

.link-dark {
  background-color: #000;
  color: #a9a29e;
  display: block;
  font-weight: bold;
  font-size: 1rem;
  margin: 1rem 0;
  padding: 1rem 3rem;
  text-align: left;
}

.match-height > a {
  box-sizing: border-box;
  flex-basis: max-content;
  height: min-content;
}
.match-height img, .match-height a {
  height: 100%;
  width: auto;
}
.match-height img {
  display: block;
  max-height: 400px;
}

#pagination ul.pagination {
    list-style-type: none;
}
#pagination ul li {
    display:inline-block;
    border: 1px solid #bfbfbf;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 960px) {
  .blog-image {
    float: left;
    margin-right: 1rem;
    max-width: 100%;
    width: 400px;
  }
}
/* Phone landscape and bigger */
@media (min-width: 640px) {
  .uk-margin-remove-top\@s {
    margin-top: 0 !important;
  }
  .uk-margin-remove-bottom\@s {
    margin-bottom: 0 !important;
  }
}

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