* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #F5F5F5;
}

.text {
  color: black;
  margin: 2rem;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 2.25rem */
}

p {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

h1 {
  padding-top: 1rem;
  padding-left: 1rem;
}

a {
  color: #563C5C;
  padding: 1%;
}

.collapsible {
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  background-color: #F5F5F5;
  align-items: center;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
}

/* Styling the nav bar */
header {
  height: 60px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #BFB5D7;
  border-bottom: 2px solid #563C5C;
}

.logo {
  max-width: 10%;
}

.logo  img{
  height: 100%;
  max-height: 30px;
}

nav {
  width: 80%;
}

ul {
  display: flex;
  justify-content: space-evenly;
  list-style-type: none;
  align-items: center;
}

li a:hover{
  cursor: pointer;
  color: #563C5C;
  transition:all .25s;
}

ul li a {
  text-decoration: none;
  color: white;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  padding: 10px;
}

.takeAction {
  border: #563C5C solid 2px;
  border-radius: 6px;
  background-color: #563C5C;
}

.takeAction:hover {
  cursor: pointer;
  background-color: #BFB5D7;
  transition:all .25s;
}

.title {
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.08rem;
}

.continue {
  display: flex;
  padding: 1rem 0rem;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

.continue a {
  display: flex;
  padding: 0.875rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-style: solid;
  border-width: 2px;
  border-color: #563C5C;
  background: #563C5C;
  color: white;
  text-decoration: none;
}

.continue a:hover{
  background-color: #F5F5F5;
  color: black;
  transition:all .25s;
}

.caption {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.40625rem */
  width: 56.4375rem;
}

.citation {
  color: #828282;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.40625rem */
  max-width: 90%;
}

.boldText {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 2.625rem */
}

.paragraphText {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 3.5rem */
}

.cardText {
  color: #2C2C2C;
  font-family: "Inter", sans-serif;
  max-width: 90%;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  background-color: white;
  border-radius: 6px;
  border-width: 2.5px;
  border-color: #b7acd0;
  border-style: solid;
}

.cardTextLarge {
  padding-top: 1.5rem;
  padding-left: 2rem;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

.aidsActivismLesson {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--Spacing-S, 1.5rem);
}

.ignoranceFear {
  display: flex;
  padding-bottom: 0.5625rem;
  flex-direction: column;
  align-items: center;
  gap: 0.8125rem;
}

#keithHaring {
  aspect-ratio: 503/667;
  max-width: 95%;
}

.ignoranceFear .citation {
  color: #828282;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.40625rem */
}

.aidsActivismPredictions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--Spacing-S, 1.5rem);
}

.yearGroup {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 2.25rem */
  padding-left: 2rem;
}

.yearGroup ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

.aidsActivismReaganResponse {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
}

.aidsActivismPrimarySources {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--Spacing-S, 1.5rem);
}

.aidsActivismMarkKostopoulos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
}

.aidsActivismACTUP {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
}

#ACTUP1 {
  aspect-ratio: 937/598;
  max-width: 95%;
}

#ACTUP2 {
  aspect-ratio: 929/790;
  max-width: 95%;
}

#ACTUP3 {
  aspect-ratio: 930.31/626.00;
  max-width: 95%;
}

.AIDSActivismMardiGras {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
}

.aidsActivismFactsNotFear {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.aidsActivismEducationEfforts {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
}

#pamphlet1 {
  aspect-ratio: 1179/718;
  max-width: 95%;
}

#pamphlet2 {
  aspect-ratio: 1179/776;
  max-width: 95%;
}