:root {
  --tan: #ccb79b;
  --royal-blue: #236194;
  --white: white;
  --dark-cyan: #358f99;
  --black: black;
}

.section {
  justify-content: center;
  width: 100vw;
  max-width: 1500px;
  height: auto;
  display: flex;
  box-shadow: 1px 1px 20px 20px #00000008;
}

.section.full {
  height: 100vh;
}

.left-container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 100px;
  padding-left: 5%;
  display: flex;
}

.left-container.press {
  padding-right: 5%;
}

.right-container {
  background-color: var(--tan);
  flex-direction: column;
  flex: 1;
  padding-bottom: 100px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
}

.right-container.fixed {
  flex: 1;
  height: 100%;
  padding-left: 5%;
  position: sticky;
  top: -1px;
}

.right-container.press {
  flex: 0 auto;
}

.body {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-top: 0;
  display: flex;
}

.logo-container.memoriamlogocont {
  width: 90%;
}

.right-button--container {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-right: 10%;
  display: block;
}

.button {
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 15px 32px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  display: none;
  box-shadow: 1px 1px 20px 13px #ad9b848f;
}

.button:hover {
  background-color: #154881;
}

.info-container {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  max-width: 650px;
  height: auto;
  min-height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10%;
  display: flex;
}

.info-container.press {
  width: 100%;
  max-width: none;
  padding-right: 0%;
}

.heading {
  color: var(--tan);
  margin-bottom: 45px;
  font-family: Lato, sans-serif;
  font-size: 24px;
}

.heading-2 {
  color: var(--royal-blue);
  font-family: Droid Serif, serif;
  font-size: 40px;
  line-height: 39px;
}

.heading-2.w {
  color: var(--white);
  margin-bottom: 36px;
  font-size: 35px;
}

.heading-2.preston {
  color: var(--royal-blue);
  margin-bottom: 60px;
  font-size: 34px;
}

.heading-2.ale {
  margin-bottom: 60px;
}

.paragraph {
  letter-spacing: normal;
  background-color: #0000;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.paragraph.small {
  direction: ltr;
  white-space: normal;
  font-size: 14px;
  line-height: 24px;
}

.heading-3 {
  color: var(--royal-blue);
  flex: 1;
  margin-bottom: 10px;
  margin-right: 40px;
  font-family: Lato, sans-serif;
}

.text-block {
  padding-left: 25px;
  font-family: Merriweather, serif;
  font-size: 12px;
  font-style: italic;
}

.text-block.margin {
  color: var(--royal-blue);
  padding-left: 0;
}

.image-container {
  background-image: linear-gradient(to bottom, var(--tan), #fff0), url('../images/photo-1496421006432-ebcd7f4ec081.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex: 1;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
}

.image-container.paul {
  background-image: url('../images/alejandraandpaulphoto.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex: none;
  height: 500px;
  margin-bottom: 50px;
  margin-left: 0;
}

.image-container.preston {
  background-image: url('../images/5f36f9e8205767302b71aa3c_IMG_0681.jpg'), linear-gradient(to bottom, var(--tan), #fff0), url('../images/photo-1496421006432-ebcd7f4ec081.jpeg');
  background-position: 50%, 0 0, 50%;
  background-size: cover, auto, cover;
  flex: none;
  height: 800px;
}

.image-container.new {
  background-image: url('../images/El-Paso-Mountains-resized.jpg');
  background-size: cover;
}

.footer {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 46px;
  padding-left: 0%;
  display: block;
}

.line {
  background-color: var(--royal-blue);
  width: 100%;
  height: 2px;
  margin-bottom: 40px;
}

.footer-text {
  color: #fff;
  margin-bottom: 2px;
  font-family: Merriweather, serif;
  font-size: 12px;
}

.bold-text {
  color: var(--royal-blue);
}

.div-container {
  width: 100%;
  display: flex;
}

.link {
  flex: 1;
  text-decoration: none;
}

.link.w--current {
  display: none;
}

.text-link {
  color: #236194ed;
  text-decoration: underline;
}

.text-link.margin {
  margin-bottom: 12px;
  font-size: 1.2em;
}

.text-link.w {
  color: #ffffffed;
}

.body2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  flex-direction: column;
  width: 100%;
  max-width: 1500px;
  height: auto;
  display: flex;
}

.tab-link {
  background-color: var(--royal-blue);
}

.tab-link.w--current {
  background-color: var(--royal-blue);
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
  margin-right: 0;
}

.tab-link.w--current:hover {
  opacity: .9;
}

.tab-link.w--current:active {
  background-color: var(--royal-blue);
  opacity: 1;
}

.tab-link._2 {
  background-color: var(--dark-cyan);
  border-top-right-radius: 10px;
}

.tab-link._2:hover {
  opacity: .9;
}

.tab-link._3 {
  background-color: #7e909e;
  border-top-right-radius: 10px;
}

.tab-text {
  color: var(--white);
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Droid Serif, serif;
  font-size: 1.1em;
}

.tab-interior {
  background-color: var(--royal-blue);
  padding: 40px 5%;
}

.tab-interior.color {
  background-color: var(--dark-cyan);
}

.pdf {
  height: 1000px;
}

.bold-text-2 {
  line-height: 28px;
}

.pdf-container {
  display: none;
}

.h2 {
  color: #111;
  font-family: Lato, sans-serif;
  line-height: 38px;
}

.date {
  color: var(--royal-blue);
  margin-bottom: 40px;
  font-family: Merriweather, serif;
  font-size: 12px;
  font-style: italic;
}

.spacer {
  height: 80px;
}

.text-paragraph.preston {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.news-links {
  width: 100%;
  height: 90vh;
}

.news-links.margin {
  flex-direction: column;
  height: auto;
  margin-bottom: 12px;
  display: flex;
}

.bold {
  font-weight: 700;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.link-block {
  text-decoration: none;
}

.dropdown {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
}

.dropdown-link {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 25px;
  font-family: Merriweather, serif;
  font-size: 12px;
}

.dropdown-list.w--open {
  background-color: #faeddd;
  border-radius: 0;
}

.text-wrap {
  align-items: center;
  display: flex;
}

.text-wrap-r {
  background-color: var(--royal-blue);
  align-items: center;
  margin-left: 22px;
  padding-top: 5px;
  padding-bottom: 8px;
  padding-right: 41px;
  display: none;
}

.triangle {
  background-color: var(--royal-blue);
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
}

.image-gallery {
  width: 100%;
  max-width: 650px;
  padding-right: 10%;
}

.date-preston {
  color: var(--royal-blue);
  font-family: Lato, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
}

.image {
  margin-bottom: 20px;
}

.footer-text-left {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.map {
  height: 100%;
}

.text-link2 {
  color: var(--royal-blue);
  text-decoration: none;
}

.back-button {
  margin-top: 10%;
  display: block;
}

.backbuttondiv {
  width: 35px;
  height: 35px;
  margin-right: 0;
}

.text-span-2 {
  line-height: 10px;
}

.bold-text-4 {
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .logo-container.memoriamlogocont {
    flex-direction: row;
    align-items: center;
    width: 95%;
    margin-top: 10%;
    margin-bottom: 10px;
  }

  .heading-3 {
    margin-right: 0;
    font-size: 14px;
  }

  .image-container {
    margin-left: 0;
  }

  .image-container.preston {
    height: 500px;
  }

  .pdf {
    width: auto;
    height: 800px;
  }

  .back-button {
    margin-top: 0%;
  }

  .backbuttondiv {
    margin: 5% 3% 0% 0%;
  }

  .memoriamlogolink {
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .section.full {
    height: 1300px;
  }

  .left-container {
    padding-top: 27px;
  }

  .right-container {
    flex: 0 auto;
  }

  .logo-container.memoriamlogocont {
    flex-direction: row;
    align-items: center;
    margin-top: 0%;
    margin-bottom: 0;
  }

  .right-button--container {
    justify-content: flex-start;
    padding-left: 10%;
  }

  .info-container {
    padding-right: 30px;
  }

  .heading-3 {
    font-size: 18px;
  }

  .image-container {
    display: none;
  }

  .link {
    font-size: 18px;
  }

  .pdf {
    height: 600px;
  }

  .bold-text-3 {
    font-size: 18px;
  }

  .backbuttondiv {
    margin-top: 3%;
    margin-right: 3%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: auto;
  }

  .section.full {
    height: 1200px;
  }

  .left-container {
    background-image: linear-gradient(to bottom, #0000 71%, var(--tan));
    padding-left: 8%;
    padding-right: 8%;
  }

  .left-container.press, .right-container {
    padding-right: 8%;
  }

  .right-container.fixed {
    padding-left: 0%;
    padding-right: 0%;
  }

  .logo-container.memoriamlogocont {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 10%;
  }

  .right-button--container {
    padding-left: 5%;
    display: none;
  }

  .info-container {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading {
    margin-bottom: 25px;
  }

  .heading-2 {
    font-size: 36px;
  }

  .heading-2.w {
    font-size: 20px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 22px;
  }

  .heading-3 {
    margin-right: 14px;
    font-size: 18px;
  }

  .image-container.paul {
    margin-left: 0;
    display: flex;
  }

  .footer {
    padding-left: 8%;
    padding-right: 8%;
  }

  .line {
    width: 100%;
  }

  .div-container {
    flex-direction: column;
  }

  .section-2 {
    height: auto;
  }

  .tab-link {
    box-shadow: 1px 1px 20px 4px #00000061;
  }

  .tab-link.w--current, .tab-link._2 {
    border-top-right-radius: 0;
  }

  .tab-interior {
    padding-left: 9%;
    padding-right: 9%;
  }

  .pdf {
    height: 400px;
  }

  .text-paragraph {
    padding-left: 8%;
    padding-right: 8%;
  }

  .news-links.margin {
    padding-right: 0;
  }

  .bold {
    font-weight: 700;
  }

  .image-gallery {
    padding-right: 0%;
  }

  .backbuttondiv {
    margin-top: 10%;
    margin-right: 0%;
  }
}


