a new collection

natural + non-toxic pigments

dreamy cotton + linen canvas

exhibition of nature

/* Change Image on Hover */
#BLOCKID {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#BLOCKID:hover {
  opacity: 1;
}