.navbar .navbar-brand {
  color: black;
}
.navbar .navbar-toggler-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar .nav-item {
  padding: 10px 0;
}
.navbar .nav-item .nav-link {
  color: black;
}
.navbar .nav-item .nav-link:hover {
  text-decoration: underline;
}

.slider {
  margin-bottom: 50px;
}
.slider img {
  display: block;
  max-width: 100%;
  height: auto;
}

body {
  margin-top: 75px;
  font-family: Raleway;
}

nav.navbar {
  position: fixed !important;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: white;
}

main .gallery-overview {
  background: #293440;
  text-align: center;
  color: white;
  padding: 50px 0;
}
main .gallery-overview h2 {
  margin-bottom: 50px;
}
main .gallery-overview img {
  display: block;
  width: 100%;
  height: auto;
}
main .gallery-overview .nametag {
  padding-top: 15px;
}
main .gallery-overview a {
  color: white !important;
}
main .gallery-show .item img {
  object-fit: cover;
}
main .gallery-show {
  margin: 50px 0;
}
main .gallery-show h2 {
  margin: 30px 0;
}
main .gallery-show img {
  display: block;
  width: 100%;
  height: auto;
}
main .gallery-show .nametag {
  margin: 10px 0;
  color: #293440 !important;
}

footer {
  padding: 50px 0;
}
footer .logo-wrapper {
  padding-left: 50px;
  padding-right: 50px;
}
footer strong {
  font-size: 1.2rem;
}
footer .address {
  line-height: 1;
}
footer .contact {
  line-height: 2;
}
footer .contact img {
  height: 1.5em;
  padding-right: 10px;
}

.copy {
  background: #636b73;
  padding: 30px 0;
  text-align: center;
  color: white;
  line-height: 2;
}
.copy a {
  color: white;
}
.copy img {
  height: 1.2rem;
}

form {
  margin: 30px 0;
}
form input[type=text],
form input[type=email],
form textarea.form-control {
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: #f8f8f8;
  padding: 10px 15px;
  margin: 5px 0;
}
form .form-group {
  margin-bottom: 3px;
}
a.btn-order,
form button[type=submit] {
  text-decoration: none !important;
  background: #636b73 !important;
  color: white !important;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 8px 10px;
  margin: 10px 0;
}
form button[type=submit] {
  display: block;
  margin-left: auto;
}
a.btn-order img,
form button[type=submit] img {
  height: 1em;
  padding-right: 10px;
}

html:not(.homepage) footer {
  background: #f3f3f3;
}

.gallery-wrapper {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  width: calc(100% + 10px);
}

.gallery-item {
  flex: 1;
  padding: 0 5px;
  max-width: 50%;
}

.gallery-item a {
  height: 100%;
}

.gallery-item a img {
  object-fit: cover;
  width: 100%;
}

.gallery-item:hover {
  cursor: pointer;
}

.pagination-wrapper {
  text-align: center;
}

.pagination {
  display: inline-flex;
}

.pagination a {
  color: #293440 !important;
}
.pagination .page {
  width: 20px;
  text-align: center;
  padding-top: 4px;
}

.logo-wrapper img {
  max-width: 200px;
}

@media screen and (max-width: 800px) {
  .nav-item {
    padding: 0 !important;
  }
}