body {
  margin: 0;
  width: 100%;
}

h1 {
  text-align: center;
  color: #93803d;
  font-size: 4rem;
}

h2 {
  text-align: left;
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 10px;

}

h3 {
  text-align: center;
  color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
}

video {
  z-index: 1;
}

hr {
  border: 3px ridge black;
  border-radius: 10px;
  box-shadow: 2px 2px 2px lightblue;
  width: auto;
}
.flex-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-shrink: 10;
  flex: 200px;
}
.testimonial-videos {
  border: 20px solid #68b1e0;
	border-radius: 10px;
  /* box-shadow: 5px 5px 5px #68b1e0; */
  box-shadow: 5px 5px 5px #803d93;
}

.afooter {
  color: #11999e;
  font-family: 'Montserrat', sans-serif;
  margin: 10px 20px;
  text-decoration: none;
}

.afooter:hover {
  color: #50933d;
}
.crisis {
  text-align: left;
  background-color: #803d93;
  opacity: 0.6;
  width: 80%;
  height: 35px; 
  color: #fff;
  padding-left: 4%;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #803d93;
	border-radius: 10px;
  box-shadow: 5px 5px 5px black;
  margin-left: 3%;
  margin-bottom: 2%;

}


.pclass {
  text-align: left;
  background-color: #803d93;
  opacity: 0.8;
  width: auto;
  /* height: 100px; */
  color: #ffffff;
  padding: 0 5% 0 5%;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}

.pclass1 {
  /* height: 50px; */
  /* width: 498px; */
  text-align: left;
  background-color: #803d93;
  opacity: 0.9;
  color: #ffffff;
  padding: 0 10% 4% 4%;
  font-weight: bold;
  margin-left: 5%;
}
.pclass2 {
  /* height: 50px; */
  width: 498px;
  text-align: left;
  background-color: #803d93;
  opacity: 0.9;
  color: #ffffff;
  padding-bottom: 5%;
  padding-left: 4%;
  font-weight: bold;
  margin-left: 18%;
}

.container-fluid {
  background-color: #ffffff;
  padding-left: 10px;
}

#title {
  background-color: #68b1e0;
  color: #ffffff;
  padding-bottom: 0;
  padding-right: 0;
  margin-bottom: 10px;
}

/* Navigation Bar */
.navbar {
  padding: 0 0 4.5rem;
  padding-bottom: 20px;
}

.navbar-brand {
  font-family: 'Kameron', serif;
  font-siZe: 2.5rem;
  font-weight: bold;
  padding-left: 10px;
}

.nav-item {
  padding: 0 18px;
}

.navbar-light {
  color: #ffffff;
}

.nav-link {
  font-size: 1rem;
  font-family: 'Kameron', serif;
  font-weight: bold;
}

.nav-item a {
  color: #ffffff;
  font-weight: bold;
}

/* Mission Section */
#mission {
  background-color: #803d93;
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;

}
.slideshape {
  border: 1px solid #803d93;
	border-radius: 10px;
  box-shadow: 5px 5px 5px black;
}

.carousel-caption p {
  margin-top: 40%;
}

.firstsl {
  padding: 2% 5% 10% 30%;
}

.secondsl {
  padding: 2% 5% 10% 20%;
  text-align: left;
  font-size: 17px;
}

.thirdsl {
  padding: 2% 5% 10% 20%;
}

/* About Us Section */
.aboutus-container {
  margin-left: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
}
#aboutus {
  position: relative;
  margin-bottom: 10px;
  color: #000;
  background-color: #E4E9FD;
  /* background-image: -webkit-linear-gradient(65deg, #803d93 50%, #E4E9FD 50%); */
}
#testimonials {
  position: relative;
  margin-bottom: 10px;
  color: #000;
  background-color: #E4E9FD;
  background-image: -webkit-linear-gradient(65deg, #803d93 50%, #E4E9FD 50%);
}
.aboutush1 {
  text-align: center;
  color: #803d93;
  font-size: 3rem;
  font-weight: bold;
}

.aboutuspara {
  text-align: center;
  background-color: #803d93;
  opacity: 0.6;
  width: 80%;
  /* height: 50px; */
  color: #fff;
  padding-bottom: 2%;
  padding-left: 4%;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #803d93;
	border-radius: 10px;
  box-shadow: 5px 5px 5px black;
  margin-left: 3%;
  padding-top: 10px;

}
.helppara {
  text-align: center;
  padding-top: 20px;
  background-color: #803d93;
  opacity: 0.6;
  width: 80%;
 /* height: 60px; */
  color: #fff;
  margin-left: 0px;
  padding-left: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #803d93;
	border-radius: 10px;
  box-shadow: 5px 5px 5px black;
  margin-left: 3%;

}


/* Resources Section */
#resources {
  background-color: #f2f1f4;
  position: relative;
  padding-bottom: 5%;
  color: #000;
}
.resource-container {
  padding-left: 5%;
  padding-right: 5%;
}
.other-container {
  margin-top: 10px;
  padding-left: 5%;
  padding-right: 5%;
  text-align: left;
  background-color: #68b1e0;

}

#more {
  display: none;
}
#dots {

}
#myBtn {

}


.col {
  width: 225px;
  padding-bottom:20px;
}
.card-header {
  font-size:  14px;
}

.card-body {
  height: auto;
  background-color: #f2f1f4;
  text-align: left;
  padding-top: 0;
}
.card-text {
  word-wrap: break-word;
  font-size: 14px;
}
.card-title {
  font-size: 16px;
}

/* .card:hover {
  transform: scale(1.1);
}*/
.pricing-column {
  padding: 10px 10px;
  text-align: center;
}

.copy-right {
  color: #803d93;
  font-size: 1rem;
  padding: 20px;
}

.middle-container {
  padding-right: 5%;
  padding-bottom: 5%;
  text-align: center;
  font-size: 1rem;
}

.bottom-container {
  background-color: #ffffff;
  padding: 5% 5% 5% 5%;
  text-align: center;
  font-size: 1rem;
  color: #ffffff;
}
#top {
  background-color: #803d93;
  color: #ffffff;
  padding-bottom: 0;
  padding-right: 0;
  width: 100%;
}

.donateheader {
  background-color: #803d93;
  padding-bottom: 10px;
  padding-right: 0;
  margin-bottom: 20px;
  width: 100%;
  margin-top: 0;
}
.donatecontent {
  color: white;
  margin-left: 40px;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
}
.donateh1 {
  font-family: 'Kameron', serif;
  color: #000000;
  padding-bottom: 20px;
  padding-top: 20px;
}

/* Admin Section */
.h1admin {
  text-align: left;
  padding-left: 10px;
  color: #000000;
  font-size: 3rem;
  font-weight: bold;
}
.h2admin {
  text-align: left;
  color: #000000;
  font-size: 1.75rem;
  font-weight: bold;
  padding-top: 10px;
  padding-left: 10px;

}

.admin-container {
  padding: 20px;
  background-color: #f2f1f4;
}
.admin-header {
  text-align: left;
  color: #803d93;
  font-size: 2rem;
  font-weight: bold;
  font-style: italic;
}
.admin-functions {
  display: flex;
  justify-content: left;
  gap: 20px;
  margin-top: 20px;
}
.admin-dashboard {
  background-color: #803d93;
  color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 5px 5px 5px black;
}
.dashboard-container {
  background-color: darkgray;
/*  padding: 20px;
  margin: 20px; */
  margin: 20px auto;
  min-height: 400px;
  width: 90%;

  display: flex;
  flex-direction: row;
  gap: 20px;
  box-shadow: 5px 5px 5px black;
  border-radius: 20px;
}
.dashboard-item {
  background-color: #803d93;
  color: #ffffff;
  width: 400px;
  padding: 20px;
  margin: 20px; 
  margin-left: 50px;
  border-radius: 10px;
  box-shadow: 5px 5px 5px black;
}
.dashboard-card {
  background-color: #ffffff;
  color: #803d93;
  padding: 10px;
  height: 100%;
  border-radius: 10px;
  box-shadow: 5px 5px 5px black;
  width: 100%;
}
