html {
  height: 100%;
}

body {
  height: 100%;
  background-color: var(--dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  font-family: "MontSerratMedium";
}

.logo {
  margin: 2rem;
}

.container {
  width: 100%;
}

.titleWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem;
  text-align: center;
}

.blocksWrapper {
}

.block {
  background: linear-gradient(180deg, #e52d27 0%, #b31217 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.contact-box {
  width: 100%;
}

.mainTitle {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

.mainSubtitle {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
  max-width: 60rem;
}

.column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.mainMessage {
  margin: 0 2rem;
  margin: 2rem;
  width: 100%;
  min-height: 15rem;
}

.contactMP {
  margin: 2rem;
  padding: 2rem;
  border-radius: 2rem;
  width: 100%;
  max-width: 40rem;
}

.contactInput {
  padding: 1.5rem;
  height: 0.7rem;
  width: 90%;
  border: none;
  background-color: var(--grey-light);
  margin-bottom: 1rem;
  border-radius: 1rem;
  color: var(--color);
  font-size: 1.5rem;
  text-align: center;
}

.messageTextArea {
  height: 9rem;
}

.submitButton {
  color: var(--white);
  font-size: 1rem;
  display: flex;
  border-radius: 2rem;
  box-shadow: -4px 8px 18px 3px rgba(0, 0, 0, 0.2);
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  height: 0.7rem;
  width: 20rem;
  border: none;
  cursor: pointer;
  background-color: var(--color);
}

.lyricsImage {
  background-image: url("/Image/musicperso/lyrics.jpg");
}

.mikeImage {
  background-image: url("/Image/musicperso/mike.jpg");
}

.studioImage {
  background-image: url("/Image/musicperso/studio.jpg");
}

.parallax {
  height: 25rem;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sectionTitle {
  text-align: center;
  font-size: 3rem;
  width: 40rem;
}

.sectionText {
  text-align: center;
  font-size: 1.5rem;
  padding: 2rem;
  max-width: 50rem;
}

.icon {
  width: 8rem;
  margin: 2rem;
}

#flashMessageMP {
  margin: 2rem;
  color: var(--color);
  display: none;
}
