/* Text Elements */

h1.heading-1 {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

p.paragraph.paragraph-1 {
  padding-top: 20px;
}

/* Layout Elements */

.container.card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  padding-bottom: 10px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-blend-mode: normal;
}

.container.container-1 {
  padding-top: 0;
  padding-right: 10px;
  padding-left: 10px;
  max-width: none;
  width: 60%;
}

.container.horizontal-card {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  margin: 10px;
  padding: 10px;
  max-width: 400px;
  border: .0625rem solid #ccc;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.outer-wrapper {
  padding: 10px 20px;
}

.container.content {
  margin-top: 20px;
}

div.responsive-picture.picture-1.thumbnail {
  margin-bottom: 10px;
  max-width: none;
  width: 40%;
  border-top-left-radius: 4px 5px;
  border-top-right-radius: 4px 5px;
  border-bottom-right-radius: 4px 5px;
  border-bottom-left-radius: 4px 5px;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.heading-1 {
    font-size: 44px;
  }
}

@media screen and (min-width: 64rem) {
  /* Layout Elements */

  .container.card-wrapper {
    padding-bottom: 10px;
  }
}