@charset "utf-8";

html {
  scroll-behavior: smooth;
}

.main {
  background-color: rgb(0, 0, 0);
  color: #fff;
  font-family: 'josefin slab', serif;
}

.gallery-text {
  font-size: 35px;
  font-weight: bold;
  padding-top: 65px;
  text-shadow: 1px 1px 10px #4b2c14;
  text-align: center;
}

.item-label {
  font-size: 18px;
  font-weight: bold;
}

.footer {
  background-color: rgb(0, 0, 0);
}

.gnavi li a {
  margin-top: 15px;
}

.copyright {
  color: #fff;
  margin-top: 25px;
}

.go-to-top {
  bottom: 50px;
  font-size: 20px;
  font-weight: bold;
  right: 20px;
  position: fixed;
  z-index: 1;
}

.go-to-top button {
  background-color: rgba(255,255,255, 0.0);
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 25px;
  padding: 10px;
}

@media (max-width: 768px) {

  .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, 260px);
  }

  .gallery-text {
    padding-top: 75px;
  }

  .footer li {
    display: none;
  }


}
