/* Text Elements */

h1.heading-1 {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #111;
  text-align: center;
}

h4.card-title {
  text-align: center;
  font-size: 20px;
}

p.paragraph span.paragraph-text-1 {
  font-weight: 600;
}

p.paragraph span.paragraph-text-2 {
  font-weight: 500;
  font-style: italic;
}

/* Layout Elements */

body > .row > [class*='small-'].column-1 {
  background-color: #f2d25e;
}

.container.width {
  max-width: 300px;
}

.container.card.width {
  max-width: 100%;
  background-color: #f2d25e;
}

.container.card-section {
  min-height: auto;
  max-height: none;
  border: .25rem solid rgba(255, 255, 255, .8);
  border-radius: 5px;
  background-color: #87e6f4;
}

.container.card-divider {
  margin-bottom: 10px;
  padding-top: .9rem;
  padding-bottom: .9rem;
  border: .125rem solid #fff;
  border-radius: 5px;
  background-color: #f2d25e;
}

div.responsive-picture.card-img {
  max-width: none;
}

div.responsive-picture.card-img.thumbnail {
  margin-top: 10px;
  border-radius: 5px;
}

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

  h4.card-title {
    text-align: center;
  }

  p.paragraph.paragraph-1 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
            align-self: flex-start;
  }

  /* Layout Elements */

  body > .row > [class*='small-'].column-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.card.width {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    margin-right: 3px;
    margin-bottom: 1rem;
    margin-left: 3px;
    padding-bottom: 0;
    min-height: auto;
    max-width: 50%;
    max-height: none;
    width: 49%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.card-section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: start;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  .container.card-divider {
    position: relative;
  }
}

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

  body > .row > [class*='small-'].column-1 {
    -ms-flex-pack: center;

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

  .container.card.width {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-right: 3px;
    margin-left: 3px;
    max-width: 33%;
    width: 32%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
  }

  .container.card-divider {
    margin-bottom: 10px;
  }
}

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

  h4 span.heading-text-1 {
    font-size: 1.1875rem;
  }

  h4.card-title {
    margin-bottom: 0;
  }

  p.paragraph.paragraph-1 {
    margin-top: 10px;
  }

  /* Layout Elements */

  body > .row > [class*='small-'].column-1 {
    -ms-flex-pack: center;
    margin-right: 1px;
    margin-left: 1px;

    -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;
  }

  .container.card.width {
    -ms-flex-align: center;
    max-width: 25%;
    width: 24%;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }

  .container.card-section {
    border: .25rem solid #fff;
    border-radius: 5px;
  }

  .container.card-divider {
    padding-top: .9rem;
    padding-bottom: .9rem;
    border: .125rem solid #fff;
    border-radius: 5px;
  }

  div.responsive-picture.card-img.thumbnail {
    margin-top: 10px;
  }
}