/* Text Elements */

h1.Heading.Memorial {
  margin-top: 40px;
  margin-right: 10%;
  margin-left: 10%;
  width: 80%;
  text-align: center;
  font-size: 25px;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
}

h1 span.heading-text-1 {
  font-weight: 400;
  font-size: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

p.paragraph.paragraph-1 {
  margin-top: 30px;
  margin-right: 10%;
  margin-left: 10%;
  width: 80%;
  font-weight: 500;
  font-size: 15px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

/* Interaction Elements */

a.link-button#Memorial {
  margin-top: 9px;
  margin-right: 25%;
  margin-left: 25%;
  width: 50%;
}

a.link-button.Memorial_home {
  display: inline-block;
  margin-top: 0;
  margin-right: 20px;
  margin-left: 20px;
  padding: 1px 6px;
  width: 60%;
  border: 4px solid #0a0a0a;
  border-radius: 4px;
  background-color: #dedcdc;
  color: #0a0a0a;
  text-align: center;
  font-weight: 600;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

a.link-button.Memorial_home:hover {
  border-color: #f50908;
  color: #f50908;
}

/* Layout Elements */

body.body-1 {
  position: static;
  height: auto;
}

div.responsive-picture.picture-1 {
  position: static;
  margin-top: 0;
  margin-right: 20%;
  margin-left: 20%;
  max-width: none;
  width: 60%;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

@media screen and (min-width: 992px) {
  /* Interaction Elements */

  a.link-button.Memorial_home {
    position: relative;
    right: 0;
    left: 0;
    margin-right: 40%;
    margin-left: 40%;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
  }
}