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-4 {
  float: left;
  width: 25%;
  padding: .75rem;
  margin-bottom: 2rem;
  border: 0;
  background: white;
}

.card-3 {
  float: left;
  width: 33.333%;
  padding: .75rem;
  margin-bottom: 2rem;
  border: 0;
  background: white;
}

.card-2 {
  float: left;
  width: 50%;
  padding: .75rem;
  margin-bottom: 2rem;
  border: 0;
  background: white;
}
.card-1 {
  float: left;
  width: 100%;
  padding: .75rem;
  margin-bottom: 2rem;
  border: 0;
  background: white;
}

.card > img {
  margin-bottom: .75rem;
}

.card-text {
  font-size: 85%;
  padding: .25rem;
  padding-left: .75rem;
}
.card-title {
  font-weight: bold;
  padding: .25rem;
  padding-left: .75rem;
}

.winner {
  color: #FA3D43;
  font-weight: bold;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    background: black;
    padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.sub-title {
  color: #FA3D43;
  font-size: 1.5em;
}

@media (max-width: 600px) {
   .card-1 ,.card-2, .card-3, .card-4 {
      width: 100%;
   }
}