body {
  min-height: 75rem; /* Can be removed; just added for demo purposes */
}

.navbar {
  margin-bottom: 0;
}

.jumbotron {
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-bottom: 0;
  background-color: #fff;
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

.album {
  min-height: 50rem; /* Can be removed; just added for demo purposes */
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}

.card {
  float: left;
  /*width: 33.333%;*/
  display: block;
  height: 356px;
  width: 356px;
  padding: .75rem;
  margin-bottom: 2rem;
  overflow:hidden;
}

.card > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: .75rem;
  position: relative;
  max-width: 100%; /*332px;*/
  height:auto;
  max-height: 260px;
  overflow:hidden;
}

.card-text {
  font-size: 85%;
  text-align: center;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}