/* Text Elements */

h1.Site-title {
  margin-top: 20px;
  color: #2a26ff;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
}

p.paragraph.paragraph-1 {
  margin-right: auto;
  margin-left: auto;
  padding-right: 3px;
  padding-left: 3px;
  max-width: 860px;
  color: #a0173f;
  text-align: center;
  font-weight: 700;
}

p.paragraph.paragraph-2 {
  background-color: rgba(255, 0, 0, .63);
  text-align: center;
  font-weight: 700;
}

p.paragraph.paragraph-3 {
  padding-top: 9px;
}

p.paragraph span.paragraph-text-1 {
  color: #000;
  font-weight: 500;
}

p.paragraph span.paragraph-text-2 {
  font-weight: 800;
}

a.link-text.text-link-1 {
  min-width: 155px;
  color: #0602ff;
  font-weight: 600;
}

a.link-text.text-link-1:hover {
  color: #000;
}

/* Layout Elements */

.container.main-image {
  margin-right: auto;
  margin-left: auto;
  max-width: 850px;
}

.container.container-1 {
  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;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3px;
  padding-left: 3px;
  max-width: 400px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.container-3 {
  float: none;
  margin-right: auto;
  margin-left: auto;
  max-width: 700px;
}

.container.container-4 {
  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: center;
  float: none;
  -ms-flex-align: center;
  margin-right: auto;
  margin-left: auto;

  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -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;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

div.responsive-picture.picture-1 {
  max-width: none;
}

div.responsive-picture.picture-2 {
  padding-bottom: 10px;
  max-width: 400px;
}