/* Text Elements */

h1.sample_questions {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-right: 5%;
  padding-left: 5%;
  text-align: center;
  font-weight: 500;

  justify-self: auto;
  grid-area: auto/ auto / auto / auto;
  -webkit-box-flex: 6;
  -webkit-flex: 6 3;
     -moz-box-flex: 6;
      -ms-flex: 6 3;
          flex: 6 3;
}

h3.heading-1 {
  padding-right: 5%;
  padding-left: 5%;
  text-align: center;
}

p.paragraph.paragraph-1 {
  margin-top: 18px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-right: 5%;
  padding-left: 5%;
}

p.paragraph.copyright_footer {
  margin: 17px 80px 15px;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-radius: 14px;
  background-color: #e2e2e2;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
}

/* Interaction Elements */

a.link-button.btn {
  position: static;
  display: block;
  float: none;
  clear: none;
  margin-top: 0;
  margin-right: 0;
  border-width: 2px;
  border-color: #270f0f;
  border-radius: 20px;
  background-color: #ffc300;
  color: #333;
  text-align: center;

  justify-self: center;
}

a.link-button.btn:hover {
  background-color: #ff750d;
}

/* Layout Elements */

body.body-1 {
  position: static;
}

.container-grid.container-2 {
  position: static;
  display: grid;

  justify-self: center;
}

.container-grid.header_container {
  display: block;
  float: none;
  margin: 6px;
  padding-right: 45px;
  min-height: 100px;
  max-width: 1920px;
  max-height: 200px;
  background-image: url('../images/so_header.png');
  background-attachment: fixed;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

a.responsive-picture.picture-link-1 {
  position: relative;
  right: -16px;
  bottom: -8px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  max-width: 250px;
}