/* $pink: #df60a1; */
/* $light-pink: #df60a1; */
/* $light-pink: #ba82a0; */
.pink {
  color: #e66ae6;
}

.section {
  display: flex;
  align-items: center;
}
.section .section-prompt {
  font-size: 1.5rem;
  margin: 0;
  margin-bottom: 0.8rem;
}

#about {
  margin-top: 1rem;
  padding-right: 20%;
  gap: 18rem;
}
#about .section-prompt {
  font-size: 1rem;
}
@media screen and (max-width: 1300px) {
  #about {
    padding-right: 10%;
  }
}
@media screen and (max-width: 1200px) {
  #about {
    gap: 10rem;
  }
}
@media screen and (max-width: 1000px) {
  #about {
    padding-right: 0;
    flex-direction: column;
    align-items: center;
    margin-top: 10rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  #about p {
    text-align: center;
  }
}
#about .welcome-p {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0;
}
#about #corky-section {
  margin-top: 6rem;
}
@media screen and (max-width: 1000px) {
  #about #corky-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
}
#about #corky-section #corky-image {
  /* width: $size; */
  height: 28rem;
  border-radius: 28rem;
  border: 10px solid #909090;
  outline: 2px solid #f5f5f5;
  z-index: 1;
  -webkit-box-shadow: 6px 5px 13px 3px rgba(0, 0, 0, 0.34);
  box-shadow: 6px 5px 13px 3px rgba(0, 0, 0, 0.34);
}
#about #corky-section #corky-about {
  font-weight: bold;
  background: #252525;
  padding: 1rem 2rem;
  /* margin-top: -3rem; */
  top: -5rem;
  z-index: 3;
  position: relative;
  outline: 2px solid #f5f5f5;
  -webkit-box-shadow: 6px 5px 13px 3px rgba(0, 0, 0, 0.34);
  box-shadow: 6px 5px 13px 3px rgba(0, 0, 0, 0.34);
  border-radius: 4px;
}

#charity {
  margin-top: 12rem;
  flex-direction: column;
  align-items: flex-start;
}
#charity #aphf {
  width: 20rem;
}
#charity .donations-p {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 2rem;
  max-width: 30rem;
}

#how-it-works {
  margin-top: 20rem;
}
#how-it-works p {
  max-width: 50%;
}
@media screen and (max-width: 1000px) {
  #how-it-works p {
    max-width: initial;
  }
}

#when-and-where {
  margin-top: 15rem;
  gap: 10rem;
  /* justify-content: flex-end; */
  /* width: 100%; */
  padding-right: 25rem;
}
@media screen and (max-width: 1000px) {
  #when-and-where {
    flex-direction: column;
    margin-top: 8rem;
    padding-right: 0;
    align-items: flex-start;
  }
}
#when-and-where .info-box {
  display: flex;
  flex-direction: column;
  /* align-items: flex-end; */
}
#when-and-where p {
  margin: 0;
  /* text-align: right; */
}
#when-and-where .big-text {
  font-size: 2rem;
  font-weight: bold;
  color: #ff76ff;
}
#when-and-where .small-text {
  font-weight: bold;
  font-size: 1.5rem;
}

#donate {
  margin-top: 9rem;
}
#donate p {
  font-size: 1.5rem;
  font-weight: bold;
  max-width: 20rem;
}
#donate #donate-button {
  background: #e66ae6;
  border: none;
  outline: none;
  padding: 1.5rem 8rem;
  font-size: 1.25rem;
  color: white;
  /* color: colors.$white; */
  font-weight: bold;
  /* outline: 2px solid colors.$white; */
}
@media screen and (max-width: 400px) {
  #donate #donate-button {
    padding: 1rem 4rem;
  }
}
#donate #donate-button:hover {
  background: #ce9ab5;
  cursor: pointer;
}

/*# sourceMappingURL=index.css.map */
