@charset "utf-8";

/* CSS Document */
h1 {
  font-size: 3rem;
  font-weight: 600;
  /* text-transform: uppercase; */
  font-family: 'Playfair Display', serif;

}
a {
  color: #428bca;
  text-decoration: none;
}

a.artist, a.medium, a.size, a.colour, a.subject, a.price, a.sale, a.clone {
  padding: 5px;
}

a.disabled, a.disabled:hover, a.disabled:active {
  color: #A9A9A9;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  cursor:pointer;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #eeeeee;
}
