/* colors */
/* fonts */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  height: 0;
  clear: both;
  content: ".";
  display: block;
  line-height: 0;
  visibility: hidden;
}

.warning {
  color: red;
  border-color: #c80000 !important;
}

/* mixins */
/* flexbox specs */
#placard {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
#placard h1 {
  font-family: "Source Sans Pro", sans-serif, sans-serif;
  font-style: normal;
  font-size: 180%;
  padding: 0;
  margin: 0;
}
#placard #title {
  font-weight: 200;
  text-transform: uppercase;
  color: #830008;
  font-size: 130%;
  padding-top: 1em;
}
#placard #subtitle {
  font-weight: 200;
  text-transform: none;
  font-size: 115%;
  padding-bottom: 10px;
}
#placard #sponsor {
  font-weight: 200;
  font-style: italic;
  font-size: 115%;
  padding-bottom: 15px;
}
#placard #meta {
  padding-bottom: 15px;
}

#artist-bio {
  padding: 2em 4em;
  margin: 0 auto;
  background-color: #FFF;
  width: 70vw;
}

#artist-projects-block {
  background-color: #ede8e9;
}

h2.artist-project-head {
  color: #56524d;
  padding-top: 25px;
}

/*# sourceMappingURL=artists.css.map */
