:root {
  --tan: #ede5d5;
  --light-blue: #3586bf;
}

.homeheader {
  background-image: url('../images/Hero_Background.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 700px;
  display: flex;
}

.passage_div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 8vw;
  padding-top: 0;
  display: flex;
}

.por_amor_logo {
  max-width: none;
  max-height: 65px;
}

.navbar {
  background-color: #ddd0;
  width: 100vw;
  margin-top: 20px;
}

.nav-link {
  color: var(--tan);
}

.nav-link-2, .nav-link-3 {
  color: #ede5d5;
}

.articles_section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Gray_Pattern.jpg');
  background-position: 0 0;
  background-size: auto;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 6vw;
  padding-bottom: 6vw;
  display: flex;
  overflow: hidden;
}

.recent_articles_div {
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  width: 80vw;
  margin-left: 0;
  display: flex;
  overflow: visible;
}

.latest_article {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--light-blue);
  border-radius: 14px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 15vw;
  min-width: 200px;
  height: 300px;
  min-height: auto;
  margin: 0 2vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.latest_article_header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: auto;
  min-height: 50px;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.latest_article_text {
  background-color: var(--tan);
  color: var(--light-blue);
  text-align: center;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  width: 20vw;
  height: auto;
  min-height: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 4em;
}

.paragraph {
  color: var(--tan);
  width: 12vw;
  margin-top: 26px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: .9em;
  line-height: 18px;
  display: block;
}

.link {
  z-index: auto;
  color: var(--tan);
  text-decoration: none;
  -webkit-text-decoration-color: var(--tan);
  text-decoration-color: var(--tan);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  position: static;
  inset: 0 0% 0%;
}

.artice_header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20vw;
  min-height: auto;
  display: flex;
  overflow: hidden;
}

.about_section {
  background-color: var(--tan);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 6vh;
  padding-bottom: 6vh;
  display: flex;
}

.about_div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.about_header {
  background-color: #0000;
  flex-flow: column;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  display: flex;
}

.about_copy {
  background-color: #74b274;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-2 {
  width: 30vw;
  max-width: none;
  margin-right: 51px;
  padding-left: 0;
  padding-right: 0;
}

.image-3 {
  width: 50vw;
  max-width: none;
  padding-bottom: 26px;
}

.bio_div {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.passage_svg {
  width: 60vw;
  max-width: none;
  overflow: visible;
}

.purple_article_color {
  background-color: #0000;
  background-image: linear-gradient(#801d7c, #801d7c);
  width: 20vw;
  height: 8px;
}

.green_article_color {
  background-color: #0000;
  background-image: linear-gradient(#1d8027, #1d8027);
  width: 20vw;
  height: 8px;
}

.orange_article_color {
  background-color: #0000;
  background-image: linear-gradient(#94562d, #94562d);
  width: 20vw;
  height: 8px;
}

.blue_article_color {
  background-color: #0000;
  background-image: linear-gradient(#43aada, #43aada);
  width: 20vw;
  height: 8px;
}

.bottomr_blue_div {
  background-color: var(--light-blue);
  width: 100vw;
  height: 12px;
}

.body {
  background-color: #000;
}

@media screen and (max-width: 991px) {
  .homeheader {
    justify-content: flex-start;
    align-items: center;
    min-height: 600px;
    margin-top: 0;
    padding-top: 0;
    overflow: hidden;
  }

  .passage_div {
    margin-top: 8vw;
    padding-top: 0;
  }

  .por_amor_logo {
    max-width: none;
    max-height: 65px;
  }

  .navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    background-color: #0000;
    justify-content: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .container {
    box-sizing: border-box;
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    opacity: 1;
    object-fit: fill;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    min-width: 100vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-right: 0;
    display: block;
    position: static;
    left: 21px;
  }

  .nav-menu {
    opacity: 1;
    background-color: #3586bfa8;
    border-bottom-left-radius: 14px;
    max-height: 40vh;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .brand {
    margin-top: 12px;
    padding-left: 36px;
  }

  .menu-button {
    background-color: #3586bf;
    border-radius: 0 0 0 10px;
  }

  .menu-button.w--open {
    border-bottom-left-radius: 14px;
  }

  .nav-link {
    color: #ede5d5;
    background-color: #612a6800;
    font-family: Montserrat, sans-serif;
  }

  .nav-link-2, .nav-link-3 {
    color: #ede5d5;
    font-family: Montserrat, sans-serif;
  }

  .articles_section {
    background-image: url('../images/Gray_Pattern.jpg');
    background-position: 0 0;
    background-size: 19px;
    background-attachment: fixed;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .recent_articles_div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    width: 70vw;
    display: grid;
  }

  .latest_article {
    background-color: #3586bf;
    border-radius: 14px;
    justify-content: flex-start;
    align-items: center;
    width: 20vw;
    height: 33vw;
    min-height: 150px;
    margin-left: 2vw;
    margin-right: 2vw;
    display: flex;
    overflow: hidden;
  }

  .latest_article_header {
    background-color: #ede5d5;
    justify-content: center;
    align-items: center;
    width: 30vw;
    height: 8vh;
    min-height: 50px;
    display: flex;
  }

  .heading {
    font-size: 32px;
  }

  .latest_article_text {
    color: #3586bf;
    width: auto;
    height: auto;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    line-height: 1;
  }

  .paragraph {
    width: 20vw;
  }

  .artice_header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 26vw;
  }

  .about_section {
    overflow: hidden;
  }

  .about_div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image-2 {
    width: 50vw;
    margin-right: 0;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .image-3 {
    width: 70vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .bio_div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .passage_svg {
    width: 70vw;
  }

  .text-block {
    color: var(--tan);
    font-size: 14px;
  }

  .purple_article_color, .green_article_color, .orange_article_color, .blue_article_color {
    width: 30vw;
  }

  .bottomr_blue_div {
    background-color: var(--light-blue);
    width: 100vw;
    height: 10px;
  }
}

@media screen and (max-width: 767px) {
  .homeheader {
    min-height: 450px;
  }

  .passage_div, .articles_section {
    width: auto;
  }

  .latest_article {
    justify-content: space-between;
    align-items: center;
    min-height: 250px;
  }

  .latest_article_header {
    width: 40vw;
    height: 4vh;
    min-height: 50px;
  }

  .paragraph {
    margin-top: 19px;
  }

  .artice_header {
    width: 40vw;
  }

  .about_div {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .purple_article_color, .green_article_color, .orange_article_color, .blue_article_color {
    width: 40vw;
  }

  .bottomr_blue_div {
    width: auto;
  }

  .body {
    overflow: visible;
  }
}

@media screen and (max-width: 479px) {
  .homeheader {
    min-height: 310px;
  }

  .por_amor_logo {
    max-height: 44px;
  }

  .brand {
    margin-top: 10px;
    padding-left: 16px;
  }

  .recent_articles_div {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .latest_article {
    border-radius: 14px;
    justify-content: space-between;
    align-items: center;
    width: 90vw;
    min-height: 200px;
  }

  .latest_article_header {
    width: 100vw;
    height: 0;
    min-height: 60px;
  }

  .paragraph {
    width: 80vw;
  }

  .artice_header {
    width: 100vw;
  }

  .about_div {
    overflow: hidden;
  }

  .image-2 {
    width: 80vw;
    padding-top: 1vh;
    padding-bottom: 2vh;
  }

  .image-3 {
    width: 80vw;
  }

  .bio_div {
    width: auto;
  }

  .passage_svg {
    width: 80vw;
  }

  .purple_article_color, .green_article_color, .orange_article_color, .blue_article_color {
    width: 100vw;
  }

  .body {
    background-color: #000;
    overflow: visible;
  }
}
