html {
  background-image: url(assets/black_fabric.jpg);
  color: white;
}

body {
  font-size: 20px;
}

a {
  color: rgb(61, 129, 232);
}

a:visited {
  color: rgb(61, 129, 232);
}

h2 {
  margin-top: 70px;
}

#title {
  margin-left: 10%;
  margin-top: 5%;
  color: white;
  font-size: 80px;
}

#contentContainer {
  padding: 0;
  margin: 10%;
}

/* home button */

#homeButton {
  padding: 10px;
  margin: 20px;
  width: 180px;
}

#homeButton img {
  width: 180px;
}

#homeButton:hover {
  cursor: pointer;
}


.horizontalContainer {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 50px;
}

.horizontalContainer img {
  min-width: 320px;
  max-width: 100vw;
}




#authenticitySpan {
  color:rgb(249, 80, 207);
}

#authenticitySpan:hover {
  cursor: pointer;
}

#authenticityNav {
  position: fixed;
  top: 0%;
  left: 40%;
  visibility: hidden;
  background-color: rgb(249, 80, 207);
  color: white;
  padding: 30px;
  font-size: 30px;
}

#performanceSpan {
  color:rgb(249, 80, 207);
}

#performanceSpan:hover {
  cursor: pointer;
}

#glamNav {
  position: fixed;
  top: 0%;
  left: 40%;
  visibility: hidden;
  background-color: rgb(249, 80, 207);
  color: white;
  padding: 30px;
  font-size: 30px;
}

#glamSpan {
  color:rgb(249, 80, 207);
}

#glamSpan:hover {
  cursor: pointer;
}

#peteSpan {
  color:rgb(249, 80, 207);
}

#peteImg {
  visibility: hidden;
  position: absolute;
  width: 200px;
  margin-left: -20px;
  margin-top: -355px;
}


.horizontalContainer {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.horizontalContainer img {
  min-width: 20%;
  max-width: 100vw;
}



#mascRootsSpan {
  color:rgb(249, 80, 207);
}

#getUpKidsImg {
  visibility: hidden;
  position: absolute;
  width: 360px;
  margin-left: -20px;
  margin-top: -250px;
}


#atTheDriveInSpan {
  color:rgb(249, 80, 207);
}

#catsuitsText {
  visibility: hidden;
  position: absolute;
  background-color:rgb(249, 80, 207);
  width: 300px;
  padding: 10px;
  top: 2500px;
  left: 600px;
}


#sexinessSpan {
  color:rgb(249, 80, 207);
}

#sleepImg {
  visibility: hidden;
  position: absolute;
  width: 350px;
  margin-left: -90px;
  margin-top: -210px;
}

#powerfulSpan {
  color:rgb(249, 80, 207);
}

#powerfulSpan:hover {
  cursor: pointer;
}

#thirdWaveSpan {
  color:rgb(249, 80, 207);
}

#thirdWaveSpan:hover {
  cursor: pointer;
}

#gerardNav {
  position: fixed;
  top: 0%;
  left: 40%;
  visibility: hidden;
  background-color: rgb(249, 80, 207);
  color: white;
  padding: 30px;
  font-size: 30px;
}

#magazineSpan {
  color:rgb(249, 80, 207);
}

#magazineImg {
  visibility: hidden;
  position: absolute;
  width: 300px;
  margin-left: -100px;
  margin-top: -425px;
}

#revivalSpan {
  color:rgb(249, 80, 207);
}

#revivalSpan:hover {
  cursor: pointer;
}

#journalismSpan {
  color:rgb(249, 80, 207);
}

#journalismSpan:hover {
  cursor: pointer;
}

#journalismNav {
  position: fixed;
  top: 0%;
  left: 30%;
  visibility: hidden;
  background-color: rgb(249, 80, 207);
  color: white;
  padding: 30px;
  font-size: 30px;
}


#trinitySpan {
  color:rgb(249, 80, 207);
}

#trinitySpan:hover {
  cursor: pointer;
}

#trinityNav {
  position: fixed;
  top: 0%;
  left: 40%;
  visibility: hidden;
  background-color: rgb(249, 80, 207);
  color: white;
  padding: 30px;
  font-size: 30px;
}

#desireNav {
  position: fixed;
  top: 0%;
  left: 45%;
  visibility: hidden;
  background-color: rgb(249, 80, 207);
  color: white;
  padding: 30px;
  font-size: 30px;
}

#footnotes {
  background-color: white;
  color: black;
  margin-top: 5%;
  margin-left: 20%;
  margin-right: 20%;
  padding: 25px;
  margin-bottom: 5%;
  border-style: solid;
  border-width: 3px;
  font-size: 16px;
  text-align: left;
}