.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

body {
    background-image: url('/sculpture_portfolio/32x32bg.png');
    background-attachment: fixed;
}

div.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: rgba(254, 249, 225, 0.3);
}

div.gallery-item {
  margin: 5px;
  border: 1px solid #947538;
  width: 180px;
}

div.gallery-item:hover {
  border: 1px solid #dcc9a3;
}

div.gallery-item img {
  width: 100%;
  height: auto;
}

div.gallery-item div.desc {
  padding: 15px;
  text-align: center;
  background-color: rgba(156, 163, 56, 0.7);
  font-family: 'Lato', Verdana, Arial;
}