main {
  /*margin-top: 50px;*/
  /*margin-bottom: 50px;*/
  padding-left: 5vw;
  padding-right: 5vw;
}

.artwork-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  column-fill: auto;
  padding-top: 80px;
  /*border: solid var(--bs-gray-400) 1px;*/
}

.artwork-col .artwork {
  width: 70%;
}

.artwork-col img {
  /*border: solid 1px var(--bs-gray);*/
  width: 100%;
  /*aspect-ratio: 1/1;*/
  -webkit-transition: 400ms ease 100ms;
  -moz-transition: 400ms ease 100ms;
  transition: 400ms ease 100ms;
  /*filter: blur(5px);*/
}

.artwork-col img:hover {
  filter: blur(5px);
}

.artwork-col .year {
  font-size: .85rem;
}

.artwork-col .title {
  margin-top: 7px;
}

.w-100 {
  width: auto!important;
}

footer a {
  color: black;
  text-decoration: none;
}

.navbar-nav a {
  /*color: white!important;*/
}

.btn {
  border-radius: 0px;
  /*border-color: rgb(0,0,0);*/
  /*color: rgb(0,0,0);*/
}

#artwork_big {
  min-height: 300px;
  max-height: 83vh;
  object-fit: contain;
}

.artwork-data-tech, .artwork-data-edition {
  font-family: 'Bebas Neue';
  line-height: 1.1rem;
  margin-top: 0px!important;
  margin-bottom: 5px!important;
}

.artwork-data-size, .artwork-data-year {
  margin-top: 0px;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 100!important;
}

.artwork-data-desc {
  font-size: 14px;
}

.artwork-data-title {
  font-size: 22px;
}

