:root {
  --dark-orange: #f58a07;
  --royal-blue: #0a5cae;
  --white: white;
  --color: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

p {
  margin-bottom: 10px;
}

.div-block {
  border-top: 5px none var(--dark-orange);
  border-bottom: 5px none var(--dark-orange);
  background-color: var(--royal-blue);
  height: 20px;
}

.section {
  background-color: var(--royal-blue);
  height: 65vh;
  position: static;
}

.heading {
  z-index: 10;
  color: var(--royal-blue);
  text-align: center;
  object-fit: contain;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 16%;
  margin-top: 0;
  padding-top: 60px;
  font-size: 50px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image {
  z-index: 5;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-2 {
  justify-content: space-around;
  display: flex;
}

.nav-menu {
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.nav-link {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border: 2px #000;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 25px;
}

.nav-link.w--current {
  color: var(--white);
  font-size: 25px;
}

.navbar {
  border-bottom: 5px solid var(--dark-orange);
  background-color: var(--royal-blue);
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link-2 {
  border: 2px solid #000;
  border-radius: 40px;
}

.container-3 {
  margin-top: 40px;
  font-size: 25px;
  line-height: 25px;
}

.section-2 {
  border: 0px solid var(--dark-orange);
  background-color: var(--white);
  margin-bottom: 0;
  padding-bottom: 50px;
  position: static;
}

.grid {
  grid-template: "Area Area-2 . Area-4 Area-5"
                 "Area-3 . . . ."
                 / 1fr 1fr;
}

.div-block-2 {
  background-image: url('../images/Unidentified_Buffalo_soldier_10th_Cavalry_United_States_Army_5431234784.jpg');
  background-position: 0%;
  background-size: auto;
  height: 75vh;
}

.div-block-3 {
  background-image: url('../images/Unidentified_Buffalo_soldier_10th_Cavalry_United_States_Army_5431234784_1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 50vh;
}

.div-block-4 {
  background-image: url('../images/service-pnp-fsa-8b26000-8b26800-8b26837v.jpg');
  background-position: 50%;
  background-size: cover;
}

.div-block-5 {
  background-image: url('../images/PSM_V37_D487_Modern_hut_of_mission_indians_in_coahuila_valley.jpg');
  background-position: 30%;
  background-size: cover;
}

.div-block-6 {
  background-image: url('../images/Japanese_Internment_Poston_Relocation_Center_Painting_by_Tom_Tanaka.jpeg');
  background-position: 50%;
  background-size: cover;
}

.div-block-7 {
  background-image: url('../images/Sex_hygiene_and_false_modesty.svg');
  background-position: 50%;
  background-size: cover;
}

.paragraph {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
}

.grid-2 {
  grid-template-rows: auto auto auto;
}

.feature {
  background-image: url('../images/service-pnp-fsa-8b26000-8b26800-8b26837v.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 40vh;
  display: flex;
  position: relative;
}

.feature._2 {
  background-image: url('../images/Unidentified_Buffalo_soldier_10th_Cavalry_United_States_Army_5431234784_1.jpg');
  background-position: 50% 30%;
  background-size: cover;
  width: 30vw;
  height: 40vh;
}

.feature._3 {
  background-image: url('../images/PSM_V37_D487_Modern_hut_of_mission_indians_in_coahuila_valley.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 30vw;
  height: 40vh;
}

.feature._4 {
  background-image: url('../images/Sex_hygiene_and_false_modesty.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.feature._5 {
  background-image: url('../images/Colorado_River_Relocation_Center.jpg');
  background-position: 0 0;
  background-size: cover;
}

.feature._6 {
  border: 3px solid var(--dark-orange);
  background-image: url('../images/large-scale-sectional-map-of-southern-california-embracing-the-counties-of-e93cbd.jpg');
  background-position: 50%;
  background-size: cover;
}

.cell, .cell-2, .cell-3, .cell-4, .cell-5 {
  align-items: center;
}

.image-2 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.image-3 {
  display: none;
}

.div-block-8 {
  color: #fff;
  background-color: rgba(0, 0, 0, .47);
  font-size: 40px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
  line-height: 40px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-2 {
  color: var(--royal-blue);
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 40px;
  font-weight: 400;
}

.section-3 {
  background-color: var(--white);
  font-size: 20px;
  display: none;
}

.text-block-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.italic-text {
  text-decoration: none;
}

.link {
  color: var(--color);
  text-decoration: none;
}

.section-4 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-9 {
  justify-content: space-around;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-4, .image-5, .image-6, .image-7, .image-8 {
  height: 500px;
}

.div-block-10 {
  border: 2px solid var(--dark-orange);
  filter: none;
  background-image: url('../images/service-pnp-fsa-8b26000-8b26800-8b26837v.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 50%;
  margin-top: 0;
  padding-top: 0;
  padding-right: 2px;
  display: flex;
}

.div-block-11 {
  border: 2px solid var(--dark-orange);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/postcard-caluhistory-modified.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 50%;
  padding-left: 2px;
  padding-right: 2px;
}

.div-block-12 {
  border: 2px solid var(--dark-orange);
  filter: none;
  background-image: url('../images/PSM_V37_D487_Modern_hut_of_mission_indians_in_coahuila_valley.jpg');
  background-position: 33%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 50%;
}

.div-block-13 {
  border: 2px solid var(--dark-orange);
  background-image: url('../images/764px-Sex_hygiene_and_false_modesty.png');
  background-position: 0%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 50%;
}

.div-block-14 {
  border: 2px solid var(--dark-orange);
  background-image: url('../images/Colorado_River_Relocation_Center.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 50%;
}

.container-4 {
  height: 75vh;
  overflow: hidden;
}

.section-5 {
  color: var(--color);
  height: 100vh;
}

.heading-3 {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4));
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.div-block-15 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  width: 18%;
  height: 100%;
  display: flex;
}

.heading-4 {
  font-size: 35px;
}

.heading-5 {
  border: 1px none var(--royal-blue);
  color: var(--royal-blue);
  object-fit: contain;
  margin-top: 10px;
  font-family: Merriweather, serif;
  font-size: 2.7vw;
  font-weight: 400;
  line-height: 3vw;
}

.div-block-16 {
  flex-direction: column;
  justify-content: center;
  height: 100px;
  display: flex;
}

.div-block-17, .div-block-18, .div-block-19, .div-block-20 {
  flex-direction: column;
  justify-content: flex-end;
  height: 100px;
  display: flex;
}

.text-block-3, .text-block-4, .text-block-5, .text-block-6 {
  align-self: flex-start;
}

.text-block-7 {
  align-self: flex-start;
  font-style: normal;
}

.link-2, .link-3, .link-4, .link-5, .link-6 {
  color: var(--color);
}

.heading-6 {
  border-bottom: 1px none var(--dark-orange);
  color: var(--royal-blue);
  margin-top: 40px;
}

.div-block-21 {
  flex-flow: column;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.section-6 {
  background-color: var(--royal-blue);
  height: auto;
}

.div-block-22 {
  border-top: 3px solid var(--dark-orange);
  border-bottom: 3px solid var(--dark-orange);
  background-color: var(--royal-blue);
  color: var(--royal-blue);
  justify-content: flex-start;
  align-items: center;
  height: 120px;
  padding-top: 0;
  padding-left: 40px;
  display: flex;
}

.italic-text-3 {
  line-height: 40px;
}

.rich-text-block {
  flex-flow: column;
  align-items: stretch;
  font-size: 16px;
  display: block;
}

.paragraph-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rich-text-block-2 {
  width: 100%;
  font-size: 16px;
}

.container-5 {
  width: auto;
}

.paragraph-3 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: block;
}

.rich-text-block-3, .paragraph-4, .rich-text-block-4, .rich-text-block-5, .rich-text-block-6 {
  font-size: 16px;
}

.image-9 {
  width: 100%;
}

.image-10 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.image-10.camp {
  object-position: 50% 60%;
}

.image-10.postcard {
  object-position: 50% 15%;
}

.image-11, .image-12, .image-13 {
  width: 100%;
}

.text-block-8 {
  font-size: 16px;
}

.figure-caption {
  font-size: 14px;
}

.text-block-9, .link-7, .text-block-10, .link-8, .text-block-11, .link-9, .link-10, .text-block-12, .link-11, .link-12, .link-13, .link-14, .link-15, .link-16, .link-17, .link-18, .link-19 {
  font-size: 16px;
}

.container-6 {
  height: auto;
}

.container-7 {
  height: 190px;
}

.text-block-13 {
  color: var(--white);
  padding-left: 20px;
  padding-right: 20px;
}

.container-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  display: block;
}

.text-block-14 {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

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

.section-7 {
  margin-top: 0;
  margin-bottom: 20px;
}

.div-block-23 {
  padding-top: 10px;
  padding-bottom: 20px;
}

.heading-7 {
  color: var(--royal-blue);
  text-align: left;
}

.text-block-15 {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    border-bottom: 3px solid var(--dark-orange);
    background-color: var(--royal-blue);
  }

  .heading-5 {
    font-size: 21px;
    line-height: 29px;
  }

  .icon {
    color: var(--white);
    font-size: 30px;
  }

  .menu-button {
    font-size: 20px;
  }

  .menu-button.w--open {
    border: 3px solid var(--dark-orange);
    background-color: rgba(200, 200, 200, 0);
  }
}

@media screen and (max-width: 767px) {
  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-2 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .section-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-9 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    display: block;
  }

  .div-block-10, .div-block-11, .div-block-12, .div-block-13, .div-block-14 {
    height: 400px;
  }

  .section-5 {
    height: auto;
  }

  .div-block-15 {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-7 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    line-height: 25px;
  }

  .div-block-22 {
    flex-flow: column;
    height: auto;
    padding-left: 10px;
  }

  .text-block-13 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .icon {
    color: var(--white);
    font-size: 30px;
  }
}


