.navbar {
  background: #2d3557;
}

.navbar .banner {
  height: 42px;
  width: auto;
  object-fit: contain;
}

.navbar .is-primary {
  background-color: hsl(208, 68%, 55%);
  color: white;
  border: none;

  &:hover {
    background-color: hsl(208, 68%, 45%);
  }
}

.navbar #search-input {
  border-radius: 4px;
  padding: 4px 8px;
}

img.paparazzi,
.paparazzi img {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.imageblock .title {
  text-align: center;
  max-width: 90%;
}

table.center {
  margin-left: auto;
  margin-right: auto;
}

.search-kbd-shortcut {
  user-select: none;
  color: black;
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  min-width: 28px;
  text-align: center;
  background-color: #eaeaea;
  font-family: monospace;
  border-radius: 0.2rem;
  color: #969696;
  font-size: 87.5%;
  padding: 0.2rem 0.4rem;
}

.search-field {
  position: relative;
}

#search-input:focus ~ .search-kbd-shortcut,
#search-input:not(:placeholder-shown) ~ .search-kbd-shortcut {
  display: none;
}

@media only screen and (max-width: 770px) {
  .navbar .banner {
    height: 28px;
  }

  footer.footer {
    padding: 1rem;
  }
}

@media only screen and (max-width: 360px) {
  .search {
    display: none !important;
  }
}