html,
body {
  height: 100%;
}

body.galery {
  background-image: url(/images/bg.jpg);
  background-color: #333;
  font-family: "Open Sans", sans-serif;
  margin: 0;
}

.galery-content {
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.25);
  color: #eee;
  width: min(800px, 100%);
  min-height: 100%;
}

.gallery__title {
  text-align: center;
  padding-top: 100px;
}

.gallery__title h1 {
  font-size: 2.5em;
}

.navbar {
  box-sizing: border-box;
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  position: absolute;
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.18);
  width: min(800px, 100%);
}

.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0 10px;
}

.navbar ul li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
}

.noncurrent-page a,
.noncurrent-page a:visited {
  text-decoration: none;
  color: #c1c1c1;
  text-shadow: 0 -1px 2px #333;
}

.noncurrent-page a:hover {
  color: #ec001e;
}

.current-page a,
.current-page a:visited {
  text-decoration: none;
  color: #000;
  text-shadow: 0 -1px 2px #7e7e7e;
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.9);
  cursor: zoom-out;
}

.gallery-lightbox img {
  max-width: 95vw;
  max-height: 90vh;
}
.message-form {
  text-align: center;
}
.gallery__picture {
  margin: 0 auto;
  display: block;
  text-align: center;
  padding-top: 60px;
}

.gallery__picture__image {
  max-width: min(600px, 90%);
  max-height: 400px;
  margin: 0 auto;
  display: block;
  border: 7px outset #ccc;
}
/*


 */
