body {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
  font-family: "Roboto", sans-serif;
}

/* NAVIGATION */

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 3.625rem;
  z-index: 99999;
  background-color: white;
  flex-direction: row;
  box-shadow: 0px 2px 3px 0px #606c38bf;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
  -moz-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
}

.nav-bar-left-container {
  display: flex;
  position: relative;
  justify-content: space-evenly;
  align-items: center;
  width: 15%;
  height: 100%;
}

.nav-bar-left-item {
  position: relative;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  color: #606c38;
  font-family: Montserrat;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.nav-bar-left-item::before {
  content: "";
  position: absolute;
  height: 0.1rem;
  background-color: #606c38;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 320ms ease-in-out;
  transform: scaleX(0);
}

.nav-bar-left-item:hover:before {
  transform: scaleX(1);
}

.nav-bar-left-item::before {
  content: "";
  position: absolute;
  height: 0.1rem;
  background-color: #606c38;
  left: 0;
  right: 0;
  bottom: 0;
}

.nav-bar-left-item:active {
  color: #e0e1dd;
}

.nav-bar-left-item:active::before {
  background-color: #e0e1dd;
}

.nav-bar-right-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  width: 75%;
  height: 100%;
}

.nav-bar-right-container > a {
  text-decoration: none;
  position: relative;
  color: #606c38;
  font-family: Montserrat;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 1rem 0.08rem 1rem 0.08rem;
}

.nav-bar-right-container > a::before {
  content: "";
  position: absolute;
  height: 0.1rem;
  background-color: #606c38;
  left: 0;
  right: 0;
  bottom: 0.8rem;
  transition: transform 320ms ease-in-out;
  transform: scaleX(0);
}

.nav-bar-right-container > a:hover::before {
  transform: scaleX(1);
}

.nav-bar-right-container > a:active {
  color: #e0e1dd;
}

.nav-bar-right-container > a:active::before {
  background-color: #e0e1dd;
}

#nav-item-activated {
  color: #bc6c25;
}

#nav-item-activated::before {
  content: "";
  position: absolute;
  height: 0.1rem;
  background-color: #bc6c25;
  left: 0;
  right: 0;
  bottom: 0.8rem;
  transform: scaleX(1);
}

/* KONTAKT */
.contact-container {
  position: relative;
  top: 3rem;
  display: grid;
  grid-template-columns: 64% 36%;
  grid-gap: 2rem;
  overflow: hidden;
}

.contact-container-text {
  display: grid;
  position: relative;
  top: 1.8rem;
  left: 6rem;
  padding-bottom: 10rem;
}

.contact-container-text > h1,
h2,
h3,
h4,
h8,
h13 {
  font-size: 2.555rem;
  font-weight: 600;
  color: rgb(96, 108, 56);
  margin: 2rem 0 2rem 0;
}
.contact-container-text > h5,
h6,
h7,
h9,
h10,
h11,
h12 {
  font-weight: 300;
  font-size: 2rem;
  color: rgb(96, 108, 56);
  margin: 0.5rem 0 0.5rem 0;
}

.contact-container-text > p {
  line-height: 2.8rem;
  font-size: 1.5rem;
}

.contact-container-image {
  display: grid;
  position: relative;
  top: 8.5rem;
  right: 1.8rem;
}

.contact-container-image > img {
  height: 40rem;
  position: fixed;
}
/* ERGEBNISSE */

.main-achievements-container {
  display: grid;
  grid-template-columns: 64% 36%;
  grid-gap: 1rem;
  position: relative;
  width: 100%;
  top: 3.6rem;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  height: 93vh;
}

.main-achievements-text {
  display: grid;
  position: relative;
  left: 3rem;
}

.main-achievements-text > h1 {
  font-size: 2.555rem;
  font-weight: 600;
  color: rgb(96, 108, 56);
  margin: 2rem 0 2rem 0;
}

.main-achievements-text > p {
  line-height: 2.8rem;
  font-size: 1.5rem;
}

.main-achievements-image {
  display: grid;
  position: relative;
  justify-content: center;
  align-self: center;
}

.main-achievements-image > img {
  height: auto;
  max-width: 100%;
}

.secondary-achievements-container {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  grid-gap: 1rem;
}

.achievements-title {
  font-size: 2.555rem;
  position: relative;
  top: 1.8rem;
  left: 3rem;
  width: 40%;
  font-weight: 600;
  color: #606c38;
  margin-bottom: 6rem;
}

.secondary-achievements-left {
  position: relative;
  left: 1rem;
}

.secondary-achievements-left > h3 {
  font-size: 2rem;
  margin: 0;
}

.secondary-achievements-right {
  position: relative;
  left: 1rem;
}

.secondary-achievements-right > h3 {
  font-size: 2rem;
  margin: 0;
}

.secondary-achievements-left > .placement-container > img {
  height: 5rem;
  border-radius: 50%;
  border: 1px solid #606c38;
  position: relative;
  right: 5rem;
}

.placement-container {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0 1rem 0;
}

.secondary-achievements-right > .placement-container2 > img {
  height: 5rem;
  border-radius: 50%;
  border: 1px solid #606c38;
  position: relative;
  right: 5rem;
}

.placement-container2 {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0 1rem 0;
}

.placement-container2 > p {
  width: 80%;
}

/* SCHÜLERAKTIVITÄTEN */

.school-activities-container {
  display: grid;
  position: relative;
  top: 3.6rem;
  grid-template-columns: 64% 36%;
  width: 100%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  height: 93vh;
  grid-gap: 2rem;
}

.school-activities-text {
  display: grid;
  position: relative;
  left: 3rem;
}

.school-activities-text > h1 {
  font-size: 2.555rem;
  font-weight: 600;
  color: rgb(96, 108, 56);
  margin: 2rem 0 2rem 0;
}

.school-activities-text > p {
  line-height: 2.8rem;
  font-size: 1.5rem;
}

.school-activities-image {
  display: grid;
  position: relative;
  justify-content: center;
  align-self: center;
  right: 1.5rem;
  margin-bottom: 2rem;
}

.school-activities-image > img {
  height: 38rem;
  border: 1px solid #606c38;
  box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
  -moz-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
  border-radius: 0.6rem;
}

.school-activities-container2 {
  display: grid;
  position: relative;
  top: 3.6rem;
  grid-template-columns: 36% 64%;
  width: 100%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  grid-gap: 2.2rem;
  height: 93vh;
}

.school-activities-text2 {
  display: grid;
  position: relative;
  right: 3rem;
  text-align: right;
  margin-bottom: 2rem;
}

.school-activities-text2 > h1 {
  font-size: 2.555rem;
  font-weight: 600;
  color: rgb(96, 108, 56);
  margin: 2rem 0 2rem 0;
}

.school-activities-text2 > p {
  line-height: 2.8rem;
  font-size: 1.5rem;
  justify-self: end;
}

.school-activities-image2 {
  display: grid;
  position: relative;
  justify-content: center;
  align-self: center;
  left: 1.5rem;
}

.school-activities-image2 > img {
  height: 38rem;
  border: 1px solid #606c38;
  box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
  -moz-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
  border-radius: 0.6rem;
}

/* EXKURSIONEN */

.field-trip-maincontainer {
  display: grid;
  position: relative;
  top: 3.6rem;
  grid-template-columns: 64% 36%;
  width: 100%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  height: 93vh;
  grid-gap: 1rem;
}

.field-trip-text {
  display: grid;
  position: relative;
  left: 3rem;
}

.field-trip-text > h1 {
  font-size: 2.555rem;
  font-weight: 600;
  color: rgb(96, 108, 56);
  margin: 2rem 0 2rem 0;
}

.field-trip-text > p {
  line-height: 2.8rem;
  font-size: 1.5rem;
}

.field-trip-image {
  display: grid;
  position: relative;
  justify-content: center;
  align-self: center;
}
.field-trip-image > img {
  height: 40rem;
}

.field-trip-activities-container {
  display: grid;
  position: relative;
  top: 3.6rem;
  grid-template-columns: 50% 50%;
  width: 100%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  height: 93vh;
  grid-gap: 2rem;
}

.field-trip-activities-text {
  display: grid;
  position: relative;
  left: 3rem;
}

.field-trip-activities-text > h1 {
  font-size: 2.555rem;
  font-weight: 600;
  color: rgb(96, 108, 56);
  margin: 2rem 0 2rem 0;
}

.field-trip-activities-text > p {
  line-height: 2.8rem;
  font-size: 1.5rem;
}

.field-trip-activities-image {
  display: grid;
  position: relative;
  justify-content: center;
  align-self: center;
  right: 1.5rem;
}

.field-trip-activities-image > img {
  height: 38rem;
  object-fit: cover;
  border: 1px solid #606c38;
  box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
  -moz-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
  border-radius: 0.6rem;
}

/* HEIM */

.home-main-container {
  display: grid;
  position: relative;
  top: 3.6rem;
  grid-template-columns: 64% 36%;
  width: 100%;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  height: 93vh;
  grid-gap: 1rem;
}

.home-main-text {
  display: grid;
  position: relative;
  left: 3rem;
}

.home-main-text > h1 {
  font-size: 2.555rem;
  font-weight: 600;
  color: rgb(96, 108, 56);
  margin: 2rem 0 2rem 0;
}

.home-main-text > p {
  line-height: 2.8rem;
  font-size: 1.5rem;
}

.home-main-image {
  display: grid;
  position: relative;
  justify-content: center;
  align-self: center;
}
.home-main-image > img {
  height: 40rem;
}

/* OPTIMALIZATION */

@media (max-width: 1887px) {
  .school-activities-text > h1 {
    font-size: 2.2rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
  }

  .school-activities-text > p {
    line-height: 2.8rem;
    font-size: 1.2rem;
    max-width: 95%;
  }

  .school-activities-text2 > h1 {
    font-size: 2.2rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
  }

  .school-activities-text2 > p {
    line-height: 2.8rem;
    font-size: 1.2rem;
    max-width: 95%;
  }

  .field-trip-maincontainer {
    display: grid;
    position: relative;
    top: 3.6rem;
    grid-template-columns: 60% 40%;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    height: 93vh;
    grid-gap: 1rem;
  }

  .field-trip-text {
    display: grid;
    position: relative;
    left: 3rem;
  }

  .field-trip-text > h1 {
    font-size: 2.2rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
  }

  .field-trip-text > p {
    line-height: 2.8rem;
    font-size: 1.3rem;
  }

  .field-trip-image {
    display: grid;
    position: relative;
    justify-content: center;
    align-self: center;
  }

  .field-trip-image > img {
    height: 35rem;
  }

  .field-trip-activities-container {
    display: grid;
    position: relative;
    top: 3.6rem;
    grid-template-columns: 50% 50%;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    height: 93vh;
    grid-gap: 2rem;
  }

  .field-trip-activities-text {
    display: grid;
    position: relative;
    left: 3rem;
  }

  .field-trip-activities-text > h1 {
    font-size: 2.2rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
    max-width: 88%;
  }

  .field-trip-activities-text > p {
    line-height: 2.8rem;
    font-size: 1.2rem;
    max-width: 88%;
  }

  .field-trip-activities-image {
    display: grid;
    position: relative;
    justify-content: center;
    align-self: center;
    right: 1.5rem;
  }

  .field-trip-activities-image > img {
    height: 34rem;
    object-fit: cover;
    border: 1px solid #606c38;
    box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    border-radius: 0.6rem;
  }
}
@media (max-width: 1770px) {
  .home-main-text > h1 {
    font-size: 2.2rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
  }

  .home-main-text > p {
    line-height: 2.6rem;
    font-size: 1.3rem;
  }

  .home-main-image > img {
    height: 38rem;
  }
  .school-activities-image > img {
    height: 30rem;
    border: 1px solid #606c38;
    box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    border-radius: 0.6rem;
  }

  .school-activities-image2 > img {
    height: 30rem;
    border: 1px solid #606c38;
    box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    border-radius: 0.6rem;
  }

  .contact-container {
    position: relative;
    top: 3rem;
    display: grid;
    grid-template-columns: 64% 36%;
    grid-gap: 2rem;
    overflow: hidden;
  }

  .contact-container-text > h1,
  h2,
  h3,
  h4,
  h8,
  h13 {
    font-size: 2.2rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
    max-width: 70%;
  }
  .contact-container-text > h5,
  h6,
  h7,
  h9,
  h10,
  h11,
  h12 {
    font-weight: 300;
    font-size: 1.8rem;
    color: rgb(96, 108, 56);
    margin: 0.5rem 0 0.5rem 0;
    max-width: 70%;
  }

  .contact-container-text > p {
    line-height: 2.8rem;
    font-size: 1.3rem;
    max-width: 80%;
  }

  .contact-container-image {
    display: grid;
    position: relative;
    top: 8.5rem;
    right: 1.8rem;
  }

  .contact-container-image > img {
    height: 35rem;
    position: fixed;
  }

  .field-trip-maincontainer {
    display: grid;
    position: relative;
    top: 3.6rem;
    grid-template-columns: 60% 40%;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    height: 93vh;
    grid-gap: 1rem;
  }

  .field-trip-text {
    display: grid;
    position: relative;
    left: 3rem;
  }

  .field-trip-text > h1 {
    font-size: 2.2rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
  }

  .field-trip-text > p {
    line-height: 2.4rem;
    font-size: 1.3rem;
  }

  .field-trip-image {
    display: grid;
    position: relative;
    justify-content: center;
    align-self: center;
  }

  .field-trip-image > img {
    height: 35rem;
  }

  .field-trip-activities-container {
    display: grid;
    position: relative;
    top: 3.6rem;
    grid-template-columns: 50% 50%;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    height: 93vh;
    grid-gap: 2rem;
  }

  .field-trip-activities-text {
    display: grid;
    position: relative;
    left: 3rem;
  }

  .field-trip-activities-text > h1 {
    font-size: 2rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
    max-width: 88%;
  }

  .field-trip-activities-text > p {
    line-height: 2.4rem;
    font-size: 1rem;
    max-width: 88%;
  }

  .field-trip-activities-image {
    display: grid;
    position: relative;
    justify-content: center;
    align-self: center;
    right: 1.5rem;
  }

  .field-trip-activities-image > img {
    height: 32rem;
    object-fit: cover;
    border: 1px solid #606c38;
    box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    border-radius: 0.6rem;
  }
}

@media (max-width: 1596px) {
  .home-main-text > h1 {
    font-size: 2rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
  }

  .home-main-text > p {
    line-height: 2.4rem;
    font-size: 1.1rem;
  }

  .home-main-image > img {
    height: 32rem;
  }
  .school-activities-text > h1 {
    font-size: 2.2rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
  }

  .school-activities-text > p {
    line-height: 2.8rem;
    font-size: 1.2rem;
    max-width: 80%;
  }

  .school-activities-text2 > h1 {
    font-size: 2.2rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
  }

  .school-activities-text2 > p {
    line-height: 2.8rem;
    font-size: 1.2rem;
    max-width: 80%;
  }

  .main-achievements-container {
    display: grid;
    position: relative;
    top: 3.6rem;
    grid-template-columns: 60% 40%;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    height: 93vh;
    grid-gap: 1rem;
  }

  .main-achievements-text {
    display: grid;
    position: relative;
    left: 3rem;
  }

  .main-achievements-text > h1 {
    font-size: 2.2rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
  }

  .achievements-title {
    font-size: 2.2rem;
    position: relative;
    top: 1.8rem;
    left: 3rem;
    width: 40%;
    font-weight: 600;
    color: #606c38;
    margin-bottom: 6rem;
  }

  .main-achievements-text > p {
    line-height: 2.4rem;
    font-size: 1.3rem;
  }

  .main-achievements-image > img {
    height: 32rem;
  }

  .secondary-achievements-left > h3 {
    font-size: 1.8rem;
    margin: 0;
    max-width: 60%;
  }

  .secondary-achievements-right > h3 {
    font-size: 1.8rem;
    margin: 0;
    max-width: 60%;
  }

  .placement-container > p {
    font-size: 0.999rem;
    max-width: 50%;
  }

  .placement-container2 > p {
    font-size: 0.999rem;
    max-width: 50%;
  }

  .contact-container {
    position: relative;
    top: 3rem;
    display: grid;
    grid-template-columns: 100%;
    overflow: hidden;
  }

  .contact-container-text > p {
    line-height: 2.8rem;
    font-size: 1.3rem;
    max-width: 80%;
  }

  .contact-container-image {
    position: relative;
    top: 8.5rem;
    right: 1.8rem;
  }

  .contact-container-image > img {
    height: 0rem;
    position: fixed;
  }
}

@media (max-width: 1318px) {
  .nav-bar-left-item {
    position: relative;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    color: #606c38;
    font-family: Montserrat;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .nav-bar-right-container > a {
    text-decoration: none;
    position: relative;
    color: #606c38;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 1rem 0.08rem 1rem 0.08rem;
  }

  .home-main-text > h1 {
    font-size: 1.8rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
  }

  .home-main-text > p {
    line-height: 2.2rem;
    font-size: 0.9rem;
  }

  .home-main-image > img {
    height: 30rem;
  }

  .school-activities-text > h1 {
    font-size: 2.2rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
  }

  .school-activities-text > p {
    line-height: 2.5rem;
    font-size: 1.2rem;
    max-width: 80%;
  }

  .school-activities-text2 > p {
    line-height: 2.5rem;
    font-size: 1.2rem;
    max-width: 80%;
  }

  .school-activities-image > img {
    height: 25rem;
    border: 1px solid #606c38;
    box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    border-radius: 0.6rem;
  }

  .school-activities-image2 > img {
    height: 25rem;
    border: 1px solid #606c38;
    box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    border-radius: 0.6rem;
  }

  .main-achievements-container {
    display: grid;
    position: relative;
    top: 2.8rem;
    grid-template-columns: 58% 42%;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    height: 70vh;
    grid-gap: 1rem;
  }

  .main-achievements-text {
    display: grid;
    position: relative;
    left: 3rem;
  }

  .main-achievements-text > h1 {
    font-size: 2rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
  }

  .main-achievements-text > p {
    line-height: 2rem;
    font-size: 1.1rem;
  }

  .main-achievements-image > img {
    height: 28rem;
  }

  .secondary-achievements-container {
    display: grid;
    position: relative;
    grid-template-columns: 100%;
    justify-content: center;
    align-items: center;
    padding: 1.8rem;
  }

  .secondary-achievements-left > h3 {
    font-size: 1.8rem;
    margin: 0;
  }

  .secondary-achievements-right > h3 {
    font-size: 1.8rem;
    margin: 0;
  }

  .secondary-achievements-left > .placement-container > img {
    height: 4.8rem;
    border-radius: 50%;
    border: 1px solid #606c38;
    position: relative;
    right: 4.8rem;
  }

  .placement-container {
    display: flex;
    justify-content: space-between;
    margin: 0.6rem 0 0.6rem 0;
  }

  .secondary-achievements-right > .placement-container2 > img {
    height: 4.8rem;
    border-radius: 50%;
    border: 1px solid #606c38;
    position: relative;
    right: 4.8rem;
  }

  .placement-container2 {
    display: flex;
    justify-content: space-between;
    margin: 0.6rem 0 0.6rem 0;
  }

  .field-trip-maincontainer {
    display: grid;
    position: relative;
    top: 3.6rem;
    grid-template-columns: 60% 40%;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    height: 93vh;
    grid-gap: 1rem;
  }

  .field-trip-text {
    display: grid;
    position: relative;
    left: 3rem;
  }

  .field-trip-text > h1 {
    font-size: 2rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
  }

  .field-trip-text > p {
    line-height: 2.4rem;
    font-size: 1rem;
  }

  .field-trip-image {
    display: grid;
    position: relative;
    justify-content: center;
    align-self: center;
  }

  .field-trip-image > img {
    height: 32rem;
  }

  .field-trip-activities-container {
    display: grid;
    position: relative;
    top: 3.6rem;
    grid-template-columns: 100%;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    height: auto;
    grid-gap: 2rem;
  }

  .field-trip-activities-text {
    display: grid;
    position: relative;
    left: 3rem;
    margin-bottom: 2rem;
  }

  .field-trip-activities-text > h1 {
    font-size: 2rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
    max-width: 88%;
  }

  .field-trip-activities-text > p {
    line-height: 2.4rem;
    font-size: 1rem;
    max-width: 88%;
  }

  .field-trip-activities-image {
    display: grid;
    position: relative;
    justify-content: center;
    align-self: center;
    right: 1.5rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 1240px) {
  .home-main-text > h1 {
    font-size: 1.6rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
  }

  .home-main-text > p {
    line-height: 2rem;
    font-size: 0.9rem;
    width: 90%;
  }

  .home-main-image > img {
    height: 28rem;
  }

  .main-achievements-container {
    display: grid;
    position: relative;
    top: 3.6rem;
    grid-template-columns: 56% 44%;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    height: 93vh;
    grid-gap: 1rem;
  }

  .main-achievements-text {
    display: grid;
    position: relative;
    left: 3rem;
  }

  .main-achievements-text > h1 {
    font-size: 2rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
  }

  .achievements-title {
    font-size: 2rem;
    position: relative;
    top: 1.8rem;
    left: 3rem;
    width: 40%;
    font-weight: 600;
    color: #606c38;
    margin-bottom: 3rem;
  }

  .secondary-achievements-left > h3 {
    font-size: 1.8rem;
    margin: 0;
  }
  .secondary-achievements-right > h3 {
    font-size: 1.8rem;
    margin: 0;
  }

  .main-achievements-text > p {
    line-height: 2rem;
    font-size: 1.1rem;
  }

  .main-achievements-image > img {
    height: 28rem;
  }

  .secondary-achievements-left > h3 {
    font-size: 1.8rem;
    margin: 0;
  }

  .secondary-achievements-right > h3 {
    font-size: 1.8rem;
    margin: 0;
  }

  .secondary-achievements-left > .placement-container > img {
    height: 4.8rem;
    border-radius: 50%;
    border: 1px solid #606c38;
    position: relative;
    right: 4.8rem;
  }

  .placement-container {
    display: flex;
    justify-content: space-between;
    margin: 0.6rem 0 0.6rem 0;
  }

  .placement-container > p {
    font-size: 0.999rem;
  }

  .secondary-achievements-right > .placement-container2 > img {
    height: 4.8rem;
    border-radius: 50%;
    border: 1px solid #606c38;
    position: relative;
    right: 4.8rem;
  }

  .placement-container2 {
    display: flex;
    justify-content: space-between;
    margin: 0.6rem 0 0.6rem 0;
  }

  .placement-container2 > p {
    font-size: 0.999rem;
  }

  .field-trip-maincontainer {
    display: grid;
    position: relative;
    top: 3.6rem;
    grid-template-columns: 100%;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    height: auto;
    grid-gap: 1rem;
  }

  .field-trip-text {
    display: grid;
    position: relative;
    left: 3rem;
  }

  .field-trip-text > h1 {
    font-size: 2rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
  }

  .field-trip-text > p {
    line-height: 2.4rem;
    font-size: 1rem;
    max-width: 88%;
  }

  .field-trip-image {
    display: grid;
    position: relative;
    justify-content: center;
    align-self: center;
  }

  .field-trip-image > img {
    height: 28rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 1100px) {
  .home-main-text > h1 {
    font-size: 1.5rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
  }

  .home-main-text > p {
    line-height: 1.8rem;
    font-size: 0.8rem;
    width: 90%;
  }

  .home-main-image > img {
    height: 25rem;
  }
  .school-activities-text > h1 {
    font-size: 2.2rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
  }

  .school-activities-text > p {
    line-height: 2.2rem;
    font-size: 1.1rem;
    max-width: 80%;
  }

  .school-activities-text2 > h1 {
    font-size: 2.1rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
  }

  .school-activities-text2 > p {
    line-height: 2.1rem;
    font-size: 1.1rem;
    max-width: 80%;
  }

  .school-activities-image > img {
    height: 22rem;
    border: 1px solid #606c38;
    box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    border-radius: 0.6rem;
  }

  .school-activities-image2 > img {
    height: 22rem;
    border: 1px solid #606c38;
    box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    border-radius: 0.6rem;
  }

  .main-achievements-container {
    display: grid;
    position: relative;
    top: 3.6rem;
    grid-template-columns: 54% 46%;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    height: 93vh;
    grid-gap: 1rem;
  }

  .main-achievements-text {
    display: grid;
    position: relative;
    left: 3rem;
  }

  .main-achievements-text > h1 {
    font-size: 1.8rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 1.8rem 0 1.8rem 0;
  }

  .achievements-title {
    font-size: 1.8rem;
    position: relative;
    top: 1.8rem;
    left: 3rem;
    width: 40%;
    font-weight: 600;
    color: #606c38;
    margin-bottom: 2rem;
  }

  .secondary-achievements-left > h3 {
    font-size: 1.6rem;
    margin: 0;
  }
  .secondary-achievements-right > h3 {
    font-size: 1.6rem;
    margin: 0;
  }

  .main-achievements-text > p {
    line-height: 2rem;
    font-size: 0.9rem;
  }

  .main-achievements-image > img {
    height: 25rem;
  }
}

@media (max-width: 978px) {
  .nav-bar-right-container > a {
    text-decoration: none;
    position: relative;
    color: #606c38;
    font-family: Montserrat;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 1rem 0.08rem 1rem 0.08rem;
  }

  .home-main-text > h1 {
    font-size: 1.4rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
  }

  .home-main-text > p {
    line-height: 1.8rem;
    font-size: 0.8rem;
  }

  .home-main-image > img {
    height: 25rem;
  }

  .home-main-container {
    display: grid;
    position: relative;
    top: 3.6rem;
    grid-template-columns: 56% 44%;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    height: 93vh;
  }

  .school-activities-text > h1 {
    font-size: 2rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
  }

  .school-activities-text > p {
    line-height: 2rem;
    font-size: 0.9888rem;
    max-width: 80%;
  }

  .school-activities-text2 > h1 {
    font-size: 2rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
  }

  .school-activities-text2 > p {
    line-height: 2rem;
    font-size: 0.9888rem;
    max-width: 80%;
  }

  .school-activities-image > img {
    height: 22rem;
    border: 1px solid #606c38;
    box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    border-radius: 0.6rem;
  }

  .school-activities-image2 > img {
    height: 22rem;
    border: 1px solid #606c38;
    box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    border-radius: 0.6rem;
  }
}

@media (max-width: 948px) {
  .home-main-text > h1 {
    font-size: 1.3rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
  }

  .home-main-text > p {
    line-height: 1.8rem;
    font-size: 0.7rem;
  }

  .home-main-image > img {
    height: 22rem;
  }

  .school-activities-text > h1 {
    font-size: 2rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 1.8rem 0 1.8rem 0;
  }

  .school-activities-text > p {
    line-height: 1.8rem;
    font-size: 0.9888rem;
    max-width: 70%;
  }

  .school-activities-text2 > h1 {
    font-size: 2rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 1.8rem 0 1.8rem 0;
  }

  .school-activities-text2 > p {
    line-height: 1.8rem;
    font-size: 0.9888rem;
    max-width: 70%;
  }

  .school-activities-image > img {
    height: 20rem;
    border: 1px solid #606c38;
    box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    border-radius: 0.6rem;
  }

  .school-activities-image2 > img {
    height: 20rem;
    border: 1px solid #606c38;
    box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    border-radius: 0.6rem;
  }
}

@media (max-width: 889px) {
  .home-main-text > h1 {
    font-size: 1.3rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
  }

  .home-main-text > p {
    line-height: 1.6rem;
    font-size: 0.7rem;
  }

  .home-main-image > img {
    height: 22rem;
  }

  .home-main-container {
    display: grid;
    position: relative;
    top: 3.6rem;
    grid-template-columns: 54% 46%;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    height: 93vh;
  }

  .school-activities-text > h1 {
    font-size: 1.8rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 1.6rem 0 1.6rem 0;
  }

  .school-activities-text > p {
    line-height: 1.5rem;
    font-size: 0.8888rem;
    max-width: 70%;
  }

  .school-activities-text2 > h1 {
    font-size: 1.8rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 1.6rem 0 1.6rem 0;
  }

  .school-activities-text2 > p {
    line-height: 1.5rem;
    font-size: 0.8888rem;
    max-width: 70%;
  }

  .school-activities-image > img {
    height: 18rem;
    border: 1px solid #606c38;
    box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    border-radius: 0.6rem;
  }

  .school-activities-image2 > img {
    height: 18rem;
    border: 1px solid #606c38;
    box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    border-radius: 0.6rem;
  }

  .main-achievements-container {
    display: grid;
    position: relative;
    top: 3.6rem;
    grid-template-columns: 52% 48%;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    height: 93vh;
    grid-gap: 1rem;
  }

  .main-achievements-text {
    display: grid;
    position: relative;
    left: 3rem;
  }

  .main-achievements-text > h1 {
    font-size: 1.6rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 1.8rem 0 1.8rem 0;
  }

  .achievements-title {
    font-size: 1.6rem;
    position: relative;
    top: 1.8rem;
    left: 3rem;
    width: 40%;
    font-weight: 600;
    color: #606c38;
    margin-bottom: 3rem;
  }

  .secondary-achievements-left > h3 {
    font-size: 1.4rem;
    margin: 0;
  }

  .secondary-achievements-right > h3 {
    font-size: 1.4rem;
    margin: 0;
  }

  .main-achievements-text > p {
    line-height: 2rem;
    font-size: 0.799rem;
  }

  .main-achievements-image > img {
    height: 22rem;
  }

  .contact-container {
    position: relative;
    top: 3rem;
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 2rem;
    overflow: hidden;
  }

  .contact-container-text > h1,
  h2,
  h3,
  h4,
  h8,
  h13 {
    font-size: 1.8rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
  }
  .contact-container-text > h5,
  h6,
  h7,
  h9,
  h10,
  h11,
  h12 {
    font-weight: 300;
    font-size: 1.4rem;
    color: rgb(96, 108, 56);
    margin: 0.5rem 0 0.5rem 0;
  }

  .contact-container-text > p {
    line-height: 2.8rem;
    font-size: 1.1rem;
  }
}

@media (max-width: 778px) {
  .nav-bar-left-item {
    position: relative;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    color: #606c38;
    font-family: Montserrat;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .nav-bar-right-container > a {
    text-decoration: none;
    position: relative;
    color: #606c38;
    font-family: Montserrat;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 1rem 0.08rem 1rem 0.08rem;
  }

  .school-activities-text > h1 {
    font-size: 1.6rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 1.4rem 0 1.4rem 0;
  }

  .school-activities-text > p {
    line-height: 1.4rem;
    font-size: 0.7888rem;
    max-width: 65%;
  }

  .school-activities-text2 > h1 {
    font-size: 1.6rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 1.4rem 0 1.4rem 0;
  }

  .school-activities-text2 > p {
    line-height: 1.4rem;
    font-size: 0.7888rem;
    max-width: 65%;
  }

  .school-activities-image > img {
    height: 16rem;
    border: 1px solid #606c38;
    box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    border-radius: 0.6rem;
  }

  .school-activities-image2 > img {
    height: 16rem;
    border: 1px solid #606c38;
    box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    border-radius: 0.6rem;
  }

  .main-achievements-container {
    display: grid;
    position: relative;
    top: 3.6rem;
    grid-template-columns: 100%;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .main-achievements-text {
    display: grid;
    justify-content: center;
  }

  .main-achievements-text > h1 {
    font-size: 1.6rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 1.8rem 0 1.8rem 0;
  }

  .achievements-title {
    font-size: 1.6rem;
    position: relative;
    top: 1.8rem;
    left: 3rem;
    width: 40%;
    font-weight: 600;
    color: #606c38;
    margin-bottom: 3rem;
  }

  .main-achievements-text > p {
    line-height: 2rem;
    font-size: 0.799rem;
    max-width: 80%;
  }

  .main-achievements-image > img {
    height: 25rem;
  }

  .field-trip-text {
    display: grid;
    position: relative;
    left: 3rem;
  }

  .field-trip-text > h1 {
    font-size: 1.8rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
  }

  .field-trip-text > p {
    line-height: 2rem;
    font-size: 0.8rem;
    max-width: 88%;
  }

  .field-trip-image {
    display: grid;
    position: relative;
    justify-content: center;
    align-self: center;
  }

  .field-trip-image > img {
    height: 25rem;
    margin-bottom: 2rem;
  }

  .field-trip-activities-container {
    display: grid;
    position: relative;
    top: 3.6rem;
    grid-template-columns: 100%;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    height: auto;
    grid-gap: 2rem;
  }

  .field-trip-activities-text {
    display: grid;
    position: relative;
    left: 3rem;
    margin-bottom: 2rem;
  }

  .field-trip-activities-text > h1 {
    font-size: 1.8rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
    max-width: 88%;
  }

  .field-trip-activities-text > p {
    line-height: 2rem;
    font-size: 0.8rem;
    max-width: 88%;
  }

  .field-trip-activities-image {
    display: grid;
    position: relative;
    justify-content: center;
    align-self: center;
    margin-bottom: 2rem;
  }

  .field-trip-activities-image > img {
    height: 25rem;
    position: relative;
    left: 1.8rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 690px) {
  .home-main-text > h1 {
    font-size: 1.2rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 1.6rem 0 1.6rem 0;
  }

  .home-main-text > p {
    line-height: 1.4rem;
    font-size: 0.6rem;
  }

  .home-main-image > img {
    height: 18rem;
  }

  .home-main-container {
    display: grid;
    position: relative;
    top: 3.6rem;
    grid-template-columns: 54% 46%;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    height: 93vh;
  }

  .school-activities-text > h1 {
    font-size: 1.4rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 1.2rem 0 1.2rem 0;
  }

  .school-activities-text > p {
    line-height: 1.4rem;
    font-size: 0.6888rem;
    max-width: 65%;
  }

  .school-activities-text2 > h1 {
    font-size: 1.4rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 1.2rem 0 1.2rem 0;
  }

  .school-activities-text2 > p {
    line-height: 1.4rem;
    font-size: 0.6888rem;
    max-width: 65%;
  }

  .school-activities-image > img {
    height: 14rem;
    border: 1px solid #606c38;
    box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    border-radius: 0.6rem;
  }

  .school-activities-image2 > img {
    height: 14rem;
    border: 1px solid #606c38;
    box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    border-radius: 0.6rem;
  }

  .main-achievements-image > img {
    height: 22rem;
  }

  .field-trip-text {
    display: grid;
    position: relative;
    left: 3rem;
  }

  .field-trip-text > h1 {
    font-size: 1.6rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
  }

  .field-trip-text > p {
    line-height: 2rem;
    font-size: 0.6rem;
    max-width: 88%;
  }

  .field-trip-image {
    display: grid;
    position: relative;
    justify-content: center;
    align-self: center;
  }

  .field-trip-image > img {
    height: 22rem;
    margin-bottom: 2rem;
  }

  .field-trip-activities-container {
    display: grid;
    position: relative;
    top: 3.6rem;
    grid-template-columns: 100%;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    height: auto;
    grid-gap: 2rem;
  }

  .field-trip-activities-text {
    display: grid;
    position: relative;
    left: 3rem;
    margin-bottom: 2rem;
  }

  .field-trip-activities-text > h1 {
    font-size: 1.6rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
    max-width: 88%;
  }

  .field-trip-activities-text > p {
    line-height: 1.6rem;
    font-size: 0.6rem;
    max-width: 88%;
  }

  .field-trip-activities-image > img {
    height: 22rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 600px) {
  .nav-bar-left-item {
    position: relative;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    color: #606c38;
    font-family: Montserrat;
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .nav-bar-right-container > a {
    text-decoration: none;
    position: relative;
    color: #606c38;
    font-family: Montserrat;
    font-size: 0.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 1rem 0.08rem 1rem 0.08rem;
  }

  .home-main-text > h1 {
    font-size: 1.1rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 1.6rem 0 1.6rem 0;
  }

  .home-main-text > p {
    line-height: 1.4rem;
    font-size: 0.5rem;
  }

  .home-main-image > img {
    height: 16rem;
  }

  .school-activities-text > h1 {
    font-size: 1.2rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 1.2rem 0 1.2rem 0;
  }

  .school-activities-text > p {
    line-height: 1.2rem;
    font-size: 0.5888rem;
    max-width: 65%;
  }

  .school-activities-text2 > h1 {
    font-size: 1.4rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 1.2rem 0 1.2rem 0;
  }

  .school-activities-text2 > p {
    line-height: 1.4rem;
    font-size: 0.5888rem;
    max-width: 65%;
  }

  .school-activities-image > img {
    height: 12rem;
    border: 1px solid #606c38;
    box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    border-radius: 0.6rem;
  }

  .school-activities-image2 > img {
    height: 12rem;
    border: 1px solid #606c38;
    box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    border-radius: 0.6rem;
  }

  .main-achievements-image > img {
    height: 20rem;
  }

  .field-trip-activities-image > img {
    height: 20rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 512px) {
  .nav-bar-left-item {
    position: relative;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    color: #606c38;
    font-family: Montserrat;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .nav-bar-right-container > a {
    text-decoration: none;
    position: relative;
    color: #606c38;
    font-family: Montserrat;
    font-size: 0.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 1rem 0.08rem 1rem 0.08rem;
  }

  .home-main-text > h1 {
    font-size: 0.8rem;
    width: 80%;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 1.6rem 0 1.6rem 0;
  }

  .home-main-text {
    display: grid;
    position: relative;
    left: 1.8rem;
  }

  .home-main-text > p {
    line-height: 1.4rem;
    font-size: 0.6rem;
  }

  .home-main-image > img {
    height: 19rem;
  }

  .home-main-container {
    display: grid;
    position: relative;
    top: 3.6rem;
    grid-template-columns: 100%;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .school-activities-text > h1 {
    font-size: 1.2rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 1.2rem 0 1.2rem 0;
    max-width: 92%;
  }

  .school-activities-text > p {
    line-height: 1.2rem;
    font-size: 0.5888rem;
    max-width: 65%;
  }

  .school-activities-text2 > h1 {
    font-size: 1.2rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 1.2rem 0 1.2rem 0;
  }

  .school-activities-text2 > p {
    line-height: 1.4rem;
    font-size: 0.5888rem;
    max-width: 65%;
  }

  .school-activities-image > img {
    height: 12rem;
    border: 1px solid #606c38;
    box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    border-radius: 0.6rem;
  }

  .school-activities-image2 > img {
    height: 12rem;
    border: 1px solid #606c38;
    box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    border-radius: 0.6rem;
  }

  .main-achievements-image > img {
    height: 18rem;
  }

  .contact-container {
    position: relative;
    top: 3rem;
    display: grid;
    grid-template-columns: 100%;
    overflow: hidden;
  }

  .contact-container-text > h1,
  h2,
  h3,
  h4,
  h8,
  h13 {
    font-size: 1.6rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
  }
  .contact-container-text > h5,
  h6,
  h7,
  h9,
  h10,
  h11,
  h12 {
    font-weight: 300;
    font-size: 1.2rem;
    color: rgb(96, 108, 56);
    margin: 0.5rem 0 0.5rem 0;
  }

  .contact-container-text {
    left: 2rem;
  }

  .contact-container-text > p {
    line-height: 2.8rem;
    font-size: 0.9rem;
  }

  .field-trip-activities-image > img {
    height: 18rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 480px) {
  .nav-bar-left-item {
    position: relative;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    color: #606c38;
    font-family: Montserrat;
    font-size: 0.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .nav-bar-right-container > a {
    text-decoration: none;
    position: relative;
    color: #606c38;
    font-family: Montserrat;
    font-size: 0.4555rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 1rem 0.08rem 1rem 0.08rem;
  }
  .school-activities-text > h1 {
    font-size: 1.2rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 1rem 0 1rem 0;
  }

  .school-activities-container,
  .school-activities-container2 {
    display: grid;
    position: relative;
    top: 3.6rem;
    grid-template-columns: 100%;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .school-activities-text {
    display: grid;
    position: relative;
    justify-content: center;
  }

  .school-activities-image {
    display: grid;
    position: relative;
    justify-content: center;
    align-self: center;
  }

  .school-activities-text2 {
    display: grid;
    position: relative;
  }

  .school-activities-image2 {
    display: grid;
    position: relative;
    justify-content: center;
    align-self: center;
  }

  .school-activities-text > p {
    line-height: 1.2rem;
    font-size: 0.5888rem;
    max-width: 65%;
  }

  .school-activities-text2 > h1 {
    font-size: 1.2rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 1rem 0 1rem 0;
  }

  .school-activities-text2 > p {
    line-height: 1.4rem;
    font-size: 0.5888rem;
    max-width: 65%;
  }

  .school-activities-image > img {
    height: 12rem;
    border: 1px solid #606c38;
    box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    border-radius: 0.6rem;
  }

  .school-activities-image2 > img {
    height: 12rem;
    border: 1px solid #606c38;
    box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    -moz-box-shadow: 0px 2px 3px 0px rgba(96, 108, 56, 0.75);
    border-radius: 0.6rem;
  }

  .field-trip-text {
    display: grid;
    position: relative;
    left: 3rem;
  }

  .field-trip-text > h1 {
    font-size: 1.6rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
  }

  .field-trip-text > p {
    line-height: 2rem;
    font-size: 0.6rem;
    max-width: 88%;
  }

  .field-trip-image {
    display: grid;
    position: relative;
    justify-content: center;
    align-self: center;
  }

  .field-trip-image > img {
    height: 16rem;
    margin-bottom: 2rem;
  }

  .field-trip-activities-container {
    display: grid;
    position: relative;
    top: 3.6rem;
    grid-template-columns: 100%;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    height: auto;
    grid-gap: 2rem;
  }

  .field-trip-activities-text {
    display: grid;
    position: relative;
    left: 1.5rem;
    margin-bottom: 2rem;
  }

  .field-trip-activities-text > h1 {
    font-size: 1.6rem;
    font-weight: 600;
    color: rgb(96, 108, 56);
    margin: 2rem 0 2rem 0;
    max-width: 88%;
  }

  .field-trip-activities-text > p {
    line-height: 1.6rem;
    font-size: 0.6rem;
    max-width: 88%;
  }

  .field-trip-activities-image > img {
    height: 16rem;
    position: relative;
    left: 1.5rem;
    margin-bottom: 2rem;
  }
}
