.body {
  background: #291211;
  transition: background 0.6s ease;

  display: flex;
  flex-direction: column;
  max-width: 100%;
  overflow-x: hidden;
  height: 378vh;
  scroll-snap-type: y proximity;
}

.colorChange {
  background: #ffffff !important;
}
.textColorChange {
  color: #823E3C !important;
  transition: color 0.1s ease-in;
}

.summaryHide {
  opacity: 0; !important;
  transition: 0.3s ease-in-out;
}

.header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 12vh;
  align-content: center;
  position: sticky;
  top: 0;
  transition: background-color 0.1s ease;
  padding: 13px 0;
  width: 100%;
  z-index: 10;
}

.summary {
  height: inherit;
  display: flex;
  flex-direction: row;
  align-content: center;
  margin-left: 5vw;
}

.summarytxt {
  font-size: 40px;
  font-family: "PP Neue Montreal", serif;
  font-weight: lighter;
  color: #a58e8e;
}

.nav {
  height: inherit;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  gap: 0 9.5vw;
  margin-right: 6vw;
}

.about {
  text-decoration: none;
}

.aboutButton {
  font-size: 40px;
  font-family: "PP Neue Montreal", serif;
  font-weight: lighter;
  color: #a58e8e;
  transition: 0.35s;
}

.aboutButton:hover {
  color: #fbeede;
  transition: 0.35s;
}

.contact {
  text-decoration: none;
}

.contactButton {
  font-size: 40px;
  font-family: "PP Neue Montreal", serif;
  font-weight: lighter;
  color: #a58e8e;
  text-decoration: none;
  transition: 0.35s;
}

.contactButton:hover {
  color: #fbeede;
  transition: 0.35s;
}

.name {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  height: 88vh;
  max-height: initial;
}

.nametxt {
  font-size: 17.4vw;
  letter-spacing: 0.27vw;
  width: 110vw;
  font-family: "PP Neue Montreal", serif;
  color: #fbeede;
  font-weight: lighter;
  max-height: initial;
  text-align: center;
  margin-bottom: 1vh;
  transition: color 0.1s ease-in;
}

.art {
  height: 100vh;
}

.imgContainer {
  height: 1000px;
}

.img1 {
  margin-left: 85px;
  margin-top: 300px;
  float: left;
  width: 40vw;
  height: 45vh;
}

.arttxtContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  height: 12vh;
  align-content: center;
  width: 100vw;
}

.img2 {
  margin-right: 85px;
  margin-top: 200px;
  float: right;
  width: 40vw;
  height: 45vh;
  position: relative;
  z-index: 20;
}

.pageTitleText {
  font-size: 13vw;
  font-family: "PP Neue Montreal", serif;
  color: #823E3C;
  font-weight: lighter;
}

.ctpText {
  margin-top: 4vh;
  width: 79%;
  font-size: 1.25vw;
  font-family: "PP Neue Montreal", serif;
  font-weight: lighter;
  color: #823E3C;
  height: 10px;
  text-align: right;
}

.psychiatry {
  height: 85vh;
  margin-top: 110vh;
  position: relative;
}

.ctpText2 {
  margin-top: 8vh;
  width: 71%;
  font-size: 1.25vw;
  font-family: "PP Neue Montreal", serif;
  font-weight: lighter;
  color: #823E3C;
  height: 10px;
  text-align: right;
}

.psychiatrytxtContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  height: 12vh;
  align-content: center;
  width: 100vw;
}

.img3 {
  margin-left: 85px;
  margin-top: 400px;
  float: left;
  width: 550px;
  height: 300px;
}

.img4 {
  margin-right: 85px;
  margin-top: 200px;
  float: right;
  width: 550px;
  height: 350px;
  position: relative;
  z-index: 20;
}