* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 
#546e7a
#473438 
#7a6054
*/

:root {
  --artPrimary: #b782a3;
  --artSecondary: #707f77;
  --corpPrimary: #375445;
  --corpHighlight: #7f7f7f;
  --corpSecondary: #570337;
}

.landingCopyContainer {
  /* background: linear-gradient(
    to right,
    var(--artPrimary) 50.15%,
    var(--corpPrimary) 50%
  ); */
  padding-top: 3em;
}

.landingCopyTitle {
  color: white;
  text-align: center;
  font-size: 3em;
  font-family: 'Hurricane', cursive;
  font-weight: 400;
  font-style: normal;
}

.landingCopy {
  padding: 1.5em;
  width: fit-content;
  margin: 0 auto;
  color: white;
}

.copyItems1 {
  font-size: 1.5em;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 10px;
}

.copyItems {
  font-size: 1.5em;
  font-family: 'Raleway', sans-serif;
  font-optical-sizing: auto;
  font-weight: 450;
  font-style: normal;
  padding: 10px;
}

.artsy,
.corp {
  flex: 1;
  height: 100%;
}

.artsy {
  background-color: var(--artPrimary);
  font-family: 'Hurricane', cursive;
  font-weight: 400;
  font-style: normal;
}

.catch {
  display: flex;
  padding: 4em 0 2em 2em;
  font-size: 2em;
}

.firstLetter {
  color: var(--artSecondary);
}

.theRest {
  padding: 15.25px 0;
  width: 95%;
  color: white;
}

#corp {
  color: black;
}

#theRest {
  color: black;
}

.corp {
  background-color: var(--corpPrimary);
}

.artButton {
  margin: 0 auto;
  padding: 0.5em 2em;
  width: fit-content;
  font-size: 1.5em;
  background-color: var(--artSecondary);
  border-radius: 10px;
}

.artLink {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: white;
}

.artButton:hover {
  background-color: #3b570c98;
}

#corpButton {
  background-color: var(--corpHighlight);
}

#corpButton:hover {
  background-color: rgba(0, 0, 0, 0.568);
}

.corpLink {
  font-family: 'Raleway', sans-serif;
  font-optical-sizing: auto;
  font-weight: 450;
  font-style: normal;
  text-decoration: none;
  color: white;
}

@media (max-width: 1440px) {
  .landingCopyTitle {
    font-size: 2.5em;
  }
  .copyItems1,
  .copyItems {
    font-size: 1.4em;
  }
  .catch {
    font-size: 1.8em;
    padding: 3em 0 1.5em 1.5em;
  }
}

/* Laptop (Max Width: 1024px) */
@media (max-width: 1024px) {
  .landingCopyTitle {
    font-size: 2.2em;
  }
  .copyItems1,
  .copyItems {
    font-size: 1.3em;
  }
  .catch {
    font-size: 1.6em;
    padding: 2.5em 0 1em 1.5em;
  }
  .artButton {
    font-size: 1.3em;
  }
}

/* Tablet (Max Width: 768px) */
@media (max-width: 768px) {
  .landingCopyContainer {
    padding-top: 2em;
  }
  .landingCopyTitle {
    font-size: 2em;
  }
  .copyItems1,
  .copyItems {
    font-size: 1.2em;
    padding: 8px;
  }
  .catch {
    font-size: 1.4em;
    padding: 2em 0 1em 1em;
  }
  .artButton {
    font-size: 1.2em;
    padding: 0.4em 1.5em;
  }
}

/* Mobile (Max Width: 480px) */
@media (max-width: 480px) {
  .landingCopyContainer {
    padding-top: 1.5em;
  }
  .landingCopyTitle {
    font-size: 1.8em;
  }
  .copyItems1,
  .copyItems {
    font-size: 1em;
    padding: 6px;
  }
  .catch {
    font-size: 1.2em;
    padding: 1.5em 0 0.5em 0.5em;
  }
  .artButton {
    font-size: 1em;
    padding: 0.3em 1.2em;
  }
}
