/* Text Elements */

h1.heading-1 {
  margin-top: 690px;
  margin-bottom: 10px;
  padding-bottom: 0;
  min-width: 100%;
  min-height: 10%;
  max-width: 100%;
  max-height: 10%;
  color: #fcfafa;
  text-align: center;
  font-weight: 100;
  font-size: 34px;
  font-family: 'Neuton', 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

p.paragraph.paragraph-1 {
  margin-bottom: 6px;
  color: #fcfafa;
  text-align: center;
  font-weight: 100;
  font-family: 'Neuton', 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

p.paragraph a.paragraph-text-2 {
  color: #fcfafa;
}

a.link-text.text-link-1 {
  display: block;
  margin-top: 6px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 8px;
  min-width: 100%;
  min-height: 10%;
  width: 100%;
  color: #f8bae0;
  text-align: center;
  font-weight: 100;
  font-size: 16px;
  font-family: 'Neuton', serif;
}

a.link-text span.text-link-text-1 {
  font-weight: 100;
  font-family: 'Neuton', serif;
}

a.link-text.text-link-2 {
  display: block;
  color: #fcfafa;
  text-align: center;
  font-weight: 100;
  font-family: 'Neuton', 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

/* Layout Elements */

body.body-1 {
  min-width: 100%;
  min-height: 90%;
  max-width: 100%;
  max-height: 90%;
  background-color: #070000;
  background-image: url('https://garysantosarchitect.com/Image/philadelphie_SDA.jpeg');
  background-attachment: scroll, scroll;
  background-position: 45% 0, 0 0;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: cover, auto auto;
  background-repeat: no-repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container.container-1 {
  margin-bottom: -1px;
  padding-top: 8px;
  padding-bottom: 2px;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}