/* Text Elements */

p.paragraph.paragraph-1 {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

span.text-element.text-1 {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 26px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

span.text-element span.text-text-1 {
  color: #fff;
  font-size: 2.75rem;
}

a.link-text.text-link-2 {
  color: #c80a0a;
  text-align: center;
  font-size: 26px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

/* Layout Elements */

body.body-1 {
  display: grid;
  max-width: 80%;
  width: 80%;
  background-color: #000;

  justify-self: auto;
}

.link-container.link-container-1 {
  background-color: #000;
}

div.responsive-picture.picture-1 {
  max-width: 400px;
  width: auto;
}

.container-grid.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  width: auto;
  background-color: #000;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}