body {
  font-size: 16px;
  font-family: "catamaran", "sans-serif";
  font-weight: 400; /*also loaded 200,400,600,800, for bold*/
}

/*-------------------------Mission Statement Section--------------------------------*/

.missionstatement-container {
  border: none;
  background-image: url("../../../common-resources/images/background/WebsiteBackground1.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
}

.missionstatement-container::before {
  content: "";
  opacity: 0.9;
  background-repeat: no-repeat;
}

.missionstatement-container .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-top: 4%;
}

/* .missionstatement-container .row .mstitle {
  color: #00a8a9;
} */

.statement1 {
  font-family: "catamaran", "sans-serif";
  text-align: center;
  font-size: 3rem;
  font-weight: 800;
  color: #00a8a9;
  padding-top: 10%;
  justify-content: center;
}

.mstitle {
  color: #421f5d;
}

.missionstatement-container .support-container .row .support1 .mstitle {
  color: #421f5d;
}

.statement2 {
  display: flex;
  flex-wrap: nowrap;
  flex: 1 1 50%;
  justify-content: center;
  font-family: "catamaran", "sans-serif";
  font-size: 1.1em;
  font-weight: 400;
  /* padding: 1%; */
  padding: 2% 0;
}

.statement2 ul ul li {
  margin-left: 1.5em;
}

.statement3 {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  font-family: "catamaran", "sans-serif";
  font-size: 2em;
  font-weight: 800;
  padding: 5%;
}

.statement6 {
  display: flex;
  flex-wrap: nowrap;
  flex: 1 1 auto;
  justify-content: center;
}

.imgmission {
  border-radius: 10px;
  animation-duration: 2s;
  animation-name: slidein;
  animation-fill-mode: forwards;
  aspect-ratio: 1.5/1;
  width: 60%;
  height: auto;
}

.missionstatement-container .row .statement1 .titlea {
  color: #421f5d;
}

@keyframes slidein {
  from {
    margin-left: 200%;
    height: 100%;
  }
  to {
    margin-right: 0%;
    height: 100%;
  }
}

@keyframes slideinl {
  from {
    margin-right: 200%;
    height: 100%;
  }
  to {
    margin-left: 200%;
    height: 100%;
  }
}
