@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BhuTuka+Expanded+One&display=swap');

/* *{
  font-family: 'Quicksand', sans-serif;
} */

.home-body {
margin-left: 15%;
  margin-right: 15%;
  margin-top: 5%;
  margin-bottom: 5%;
  background-color: #CBC3E3;
  font-family: 'Quicksand', sans-serif;
}

body{
  font-family: 'Quicksand', sans-serif;
}

.home {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
   /*  margin-top: 40%; */
  }


.lines {
  position: relative;
  text-align: center;
  width: 200px;
  margin: 0 auto;
  line-height: 3em;
}

h1{
  color: #5E548E;
}

.divide{
  color: #5E548E;
}

.text{
  font-size: 40px;
  color: white;
  font-family: 'Quicksand', sans-serif;
  background-color: #5E548E;
  border-radius: 25px;
  padding: 3%;
  
}

p {
  font-size: 25px;
  color: #5E548E;
  text-shadow: 2px 2px 4px #231942;
}

a:hover {
  cursor: pointer;
  color: black;
}

a:link{
  text-decoration: none;
  color: white;
}

a:visited{
  color: white;
}

.lines {
  position: relative;
  width: 200px;
  margin: 0 auto;
  line-height: 3em;
}
.lines:before, .lines:after {
  content: '';
	width: 100%;
	height: 3px;
	z-index: -1;
	background: black;
	position: absolute;
	-webkit-transform: scale3d(0,1,1);
	transform: scale3d(0,1,1);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.lines:before {
  right: 0;
	top: 0;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.lines:after {
  left: 0;
	bottom: 0;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}
.lines:hover:before,.lines:hover:after{
  -webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
  cursor: pointer;
}
.lines h1 {
  transition:0.4s;
  letter-spacing: 0.1em;
}

.lines:hover h1 {
  letter-spacing: -.05em;
  color: #BE95C4;
}

.lines:hover {
  letter-spacing: -.05em;
  color: #BE95C4;
}

nav {
  display: flex;
  align-items: flex-end;
  border-bottom: 5px solid #5E548E;
  margin-bottom: 2%;

}

.nav-text {
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
}

.navbar {
  overflow: hidden;
  background-color: #5E548E;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
/*   font-family: inherit; */
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #9F86C0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #5E548E;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #9F86C0;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-30px);}
  60% {transform: translateY(-15px);}
}

.text {
  animation-name: bounce;
  color: black;
}

.animated:hover {
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  cursor: pointer;
}

.center{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.down
{
  display: block;
  margin-top: 10%;
  box-shadow: 10px 10px 5px #5E548E;
}

h1{
  text-align: center;
}

h2{
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  padding: 10px;
}

.page-body{
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 5%;
  margin-bottom: 5%;
  background-color: #CBC3E3;
  font-family: 'Quicksand', sans-serif;
}

.stem-info{
  color: white;
  background-color: #5E548E;
  padding: 5%;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
}

h4{
  font-family: 'Quicksand', sans-serif;
}

/* WOMEN CSS GRID */

.picture1{
  
  grid-area: picture1;
  
  
}

.bio1{
  grid-area: bio1;
}

.picture2{
  
  grid-area: picture2;
  
}

.bio2{
  grid-area: bio2;
}
.picture3{
  
  grid-area: picture3;
  
}

.bio3{
  grid-area: bio3;
}
.picture4{
  
  grid-area: picture4;
  
}

.bio4{
  grid-area: bio4;
}
.picture5{
  
  grid-area: picture5;
  
}

.bio5{
  grid-area: bio5;
}
.picture6{
  
  grid-area: picture6;
  
}

.bio6{
  grid-area: bio6;
}
.picture7{
  
  grid-area: picture7;
  
}

.bio7{
  grid-area: bio7;
}
.picture8{
  
  grid-area: picture8;
  
}

.bio8{
  grid-area: bio8;
}
.picture9{
  
  grid-area: picture9;
  
}

.bio9{
  grid-area: bio9;
}
/* .right{
  display: block;
  margin-left: auto;
  width: 50%;

} */
.right-image{
  width: 100%;
}



.meal{
  display: block;
}

.container {
    display: grid;
    grid-template-columns: auto;
    gap: 50px 50px;
    grid-template-areas:
      "picture1 picture1 bio1"
      "bio2 picture2 picture2"
      "picture3 picture3 bio3"
      "bio4 picture4 picture4"
      "picture5 picture5 bio5"
      "bio6 picture6 picture6"
      "picture7 picture7 bio7"
      "bio8 picture8 picture8"
      "picture9 picture9 bio9";
    }

.home-block{
  grid-area: home-block;
  text-align: center;
  margin-top: 20%;
}

.stem{
  text-align: center;
  margin-top: 20%;
  grid-area: stem;
}

.health{
  grid-area: health;
  text-align: center;
  margin-top: 20%;
}

.take-action{
  grid-area: take-action;
  text-align: center;
  margin-top: 20%;
}

.image1{
  box-shadow: 10px 10px 5px #5E548E;
  grid-area: image1;
}

.image2{
  box-shadow: 10px 10px 5px #5E548E;
  grid-area: image2;
}

.image3{
  box-shadow: 10px 10px 5px #5E548E;
  grid-area: image3;
}

.image4
{
  box-shadow: 10px 10px 5px #5E548E;
  grid-area: image4;
}

.chartInfo
{
  grid-area: "chartInfo";
}

.imageInfo
{
  grid-area: "imageInfo";
}

.chart{
  box-shadow: 10px 10px 5px #5E548E;
  grid-area: chart;
}

.imageSTEM
{
  box-shadow: 10px 10px 5px #5E548E;
  grid-area: imageSTEM;
}

.container-home{
    display: grid;
    grid-template-columns: auto;
    gap: 50px 50px;
    grid-template-areas:
      "home-block image1"
      "image2 stem"
      "health image3"
      "image4 take-action";
    }

.container-stem{
  display: grid;
  grid-template-columns: auto;
  gap: 50px 50px;
  grid-template-areas:
    "chart chart chartInfo"
    "imageInfo imageSTEM imageSTEM";
}


.img1 {
  box-shadow: 10px 10px 5px #5E548E;
  width: 100%;
}
.img2
{
  margin-top: 15%;
  width: 60%;
  margin-left: 50%;
}
.img3
{
  margin-top: 20%;
  width: 60%;
  margin-left: 10%;
}

.involved{
  grid-area: involved;
  background-color: #5E548E;
  color: white;
  padding: 2%;
}

.involved:hover{
  background-color: #BE95C4;
}

.mentors{
  grid-area: mentors;
  background-color: #5E548E;
  color: white;
  padding: 2%;
}

.mentors:hover{
  background-color: #BE95C4;
}

.img-action{
  grid-area: img-action;
}

.container-action{
  display: grid;
  grid-template-columns: auto;
  gap: 50px 50px;
  grid-template-areas:
    "involved mentors"
    "involved mentors"
    "img-action img-action";
}
.STEM-Needs-Women
{
  text-align: center;
}

.stem-women{
  margin: 5%;
}

.question-1{
  background-color: #5E548E;
  text-align: center;
}

.question-2{
  background-color: #5E548E;
}

.question-3{
  background-color: #5E548E;
}

.qs{
  background-color: #5E548E;
  color: white;
  text-align: center;
  margin: 5%;
  padding-left: 3%;
  padding-right: 3%;
  padding-bottom: 3%;
  border-radius: 25px;
}

.quiz-button{
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-imposter
{
  display: grid;
  grid-template-columns: auto;
  gap: 50px 50px;
  grid-template-areas:
    "AmongUs ImposterTitle deadpink"
}
.AmongUs
{
  grid-area: AmongUs;
}
.deadpink
{
  grid-area: deadpink;

}
.ImposterTitle
{
  grid-area: ImposterTitle;
}

.impact{
  grid-area: impact;
  background-color: #5E548E;
  color: white;
  padding: 3%;
  border-radius: 25px;
}

.career{
  grid-area: career;
  background-color: #E0B1CB;
  color: #5E548E;;
  border-radius: 25px;
  text-align: center;
  padding-bottom: 3%;
}

.college{
  grid-area: college;
  background-color: #E0B1CB;
  color: #5E548E;;
  border-radius: 25px;
  text-align: center;
  padding-left: 3%;
  padding-right: 3%;
}

.container-impact{
  display: grid;
  grid-template-columns: auto;
  gap: 50px 50px;
  grid-template-areas:
    "impact impact"
    "career college";
}
.causes
{
  margin-top: 20%;
  grid-area: "causes";
  background-color: #5E548E;
  color: white;
  text-align: center;
}
.causes:hover
{
  margin-top: 20%;
  background-color: #BE95C4;
}
.getRidOfIt
{
  margin-top: 20%;
  grid-area: "getRidOfIt";
  background-color: #5E548E;
  color: white;
  text-align: center;
}

.getRidOfIt:hover
{
  margin-top: 20%;
  background-color: #BE95C4;
}
.container-imposter2
{
  display: grid;
  grid-template-columns: auto;
  gap: 50px 50px;
  grid-template-areas:
    "causes getRidOfIt";
  
}

