body {
  height: calc(11vh * 2 + 90vh * 3); /*header and footer + sections*/
}

.section {
  height: 90vh;
}

.presentation-background {
  position: absolute;
  top: -11vh;
  left: 0;
  right: 0;
  height: calc(
    11vh + 90vh + 11vh + 11vh
  ); /* -top + notices + header + section */
  background: url(../images/creatis/index.png) top center / cover no-repeat;
  filter: blur(5px);
  opacity: 0.8;
  z-index: -1;
}

.presentation {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.main-info-wrapper {
  display: flex;
  gap: 7vw;
}

.home-card {
  width: 537px;
  height: 239px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: linear-gradient(to bottom, #8e36ae, #59236d);
  border-radius: 30px;
}

#main-quote {
  align-self: flex-start;
  margin: 1% 0% 0% 5%;
}

#main-quote-content {
  margin: 3%;
}

.title {
  font-size: 40px;
}

.title q {
  width: 95%;
}

.quote-source {
  font-size: 24px;
  font-style: italic;
  margin-top: 3%;
}

#presentation-logo {
  width: 320px;
  height: 320px;
  margin-top: 180px;
  align-self: center;
}

#achievements {
  align-self: flex-end;
  margin: 0 5% 0% 0;
}

#achievements-content {
  margin: 5% 0%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

#achievements-content p {
  width: 95%;
}

.small-title {
  font-size: 24px;
}

.partners {
  width: 1085px;
  height: 221px;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 75vw;
  border-radius: 30px;
  background-color: rgba(128, 128, 128, 0.9);
}

.partners p {
  font-size: 28px;
}

.partners-list {
  display: flex;
  gap: 60px;
}

.partners-list img {
  width: 122px;
  height: 122px;
}

.manifesto {
  background-color: #4c1d5d;
  display: flex;
  flex-direction: row;
}

.manifesto-half {
  width: 50vw;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.manifesto-text-container {
  width: 95%;
  height: 85%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: 2vh;
}

.manifesto-text-container h1 {
  font-size: 24px;
}

#manifesto-main-text-container {
  min-height: 40%;
  display: flex;
  flex-direction: column;
  gap: 1vh;
}

.manifesto-text-container p {
  font-family: "Roboto Flex", "Roboto", sans-serif;
  font-size: 18px;
}

#signoff {
  display: flex;
  flex-direction: column;
  gap: 0.2vh;
}

#signature {
  font-size: 14px;
}

.manifesto-text-container q {
  font-family: "Roboto Flex", "Roboto", sans-serif;
  font-size: 12px;
  font-style: italic;
}

.call-to-action {
  background-color: #310541;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#call-to-action-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5vh;
  width: 60%;
}

#call-to-action-content h1 {
  font-size: 46px;
}

.bigFont {
  font-size: 44px;
}

#call-to-action-content ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5vh;
}

.call-to-action::after {
  content: "";
  position: absolute;
  bottom: -11vh;
  left: 0;
  right: 0;
  height: 11vh;
  background-color: #310541;
  z-index: -1;
}

#cta-button {
  width: 75%;
  height: 10vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to bottom, #7e0da7, #310541);
  border-radius: 10px;
  margin-top: 5vh;
}

#cta-button a {
  font-size: 48px;
}
