/* RebeccaJohnson.com stylesheet */
/* photos.css */
/* defines photo section styles */

#photo-gallery {
  padding: 0 2em;
}

#instructions {
  font-weight: normal;
  color: #656565;
  font-size: 85%;
}

.photo-article {
  margin: 1em 0;
}

.photo-article h5{
  margin: 1em 0;
  font-size: 1.5em;
}

.photo-article img {
  margin: .3em;
  border: 1px solid #CDCDCD;
}

.photo-article img:hover {
  border: 1px solid #000000;
} 

/* end photo.css */