
#quote {
  width: 500px;
  font-style: italic;
  text-align: center;
}

/********************
**  FEATURE
********************/

a.feature {
  display: block;
  float: left;
  width: 36%;
  height: 190px;
  overflow: hidden;
  margin-left: 8%;
  color: silver;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  border: 3px solid black;
}

a.feature:hover {
  border: 3px dotted #222;
}

a.feature:visited {
  color: silver;
  text-decoration: none;
}

a.feature span.title {
  font-size: 18px;
  font-weight: bold;
}

a.feature img {
  display: block;
  margin: 0 auto;
  border: 0;
}

a.feature .link {
  font-size: 16px;
  color: yellow;
  text-align: center;
}
