html, body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: url("../img/background2.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.cover-bkgd {
  background-color: #ffffffff; }

.about-info {
  max-width: 400px; }

.image img {
  max-width: 100%;
  width: auto; }

.media-item {
  padding: 3px;
  background-color: #ffffffff;
  margin-bottom: 1em; }

.padded {
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 2em; }

.photo-nav {
  margin-bottom: 1em; }

.email {
  vertical-align: middle;
  height: 1.1em; }
