:root {
  --grid-gap-size: 2px;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 70px;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.almostnopadding {
  padding: var(--grid-gap-size) !important;
  margin: 0px !important;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 20px;
  /* Vertically center the text there */
  padding: 10px;
}

body.dark footer {
  backgrsound: #111;
}

body.light footer {
  backgsround: #EEE;
}

#footer-bar {
  text-align: center;
  font-size: 14px;
}

body, footer, nav {
  transition: background-color 1.5s ease, color 1.5s;
}

body.dark {
  background: #000;
  color: #CCC;
}

body.light {
  background: #EEE;
  color: #444;
}

#background-div {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.3;
}

.nav-flag-div {
  width: 30px;
  height: 20px;
  display: inline-block;
  background-size: cover;
  border-radius: 3px 3px 3px 3px;
}

.nav-flag-div:hover {
  opacity: 0.8;
}

.nav-flag-div.active {
  border: solid 1px #FFF;
}

.flag-nl {
  background-image: url(/img/nl.png);
}

.flag-en {
  background-image: url(/img/en.png);
}

.flag-de {
  background-image: url(/img/de.png);
}

.img-tile:hover .img-footer-bar {
  opacity: 0.9;
}

.img-tile:hover {
  text-decoration: none;
}

.img-tile .img-footer-bar {
  background: #444;
  padding: 1px;
  color: #FCA524;
  color: #fff;
  opacity: 0.6;
  amargin-top: -42px;
  position: absolute;
  bottom: var(--grid-gap-size);
  right: var(--grid-gap-size);
  left: var(--grid-gap-size);
  font-size: 26px;
  text-align: center;
  abox-sizing: border-box;
}

.img-tile img {
  width: 100%;
}

.fill {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.fill img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
}

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