#homepage_casestudy::before,
#homepage_intro::before,
#homepage_platform::before {
  background-image: linear-gradient( 33deg, hsl(196, 100%, 33%), hsl(200, 79%, 75%));
}

@keyframes opacityLooper {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}

#homepage_landing div.content {
  display: flex;
  position: absolute;
  top: 312px;
  left: auto;
  width: 100vw;
  flex-direction: row;
  justify-content: space-between;
}

#homepage_landing div.content svg {
  padding: 1vmin;
  fill: hsl(200, 79%, 100%);
  stroke: hsl(200, 79%, 100%);
  filter: drop-shadow(0 0 10px #000);
}

#homepage_landing div.content svg use {
  /* opacity: 0; */
  /* animation-name: opacityLooper; */
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

#homepage_landing div.content svg:nth-of-type(1) use {
  animation-delay: 0s;
}

#homepage_landing div.content svg:nth-of-type(2) use {
  animation-delay: 1s;
}

#homepage_landing div.content svg:nth-of-type(3) use {
  animation-delay: 2s;
}

#homepage_landing div.content svg:nth-of-type(4) use {
  animation-delay: 3s;
}

#homepage_audiences {
  overflow-x: hidden;
  background-image: linear-gradient( 33deg, hsl(196, 100%, 33%), hsl(200, 79%, 75%));
  background-attachment: fixed;
  background-size: 100vw 100vh;
}

#homepage_audiences h3 {
  position: relative;
  top: 48px;
  padding-left: 240px;
  color: hsl(360, 100%, 100%);
  text-align: center;
}

#homepage_audiences div.content>p:first-of-type {
  margin-top: -24px;
  padding-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

#homepage_audiences div.column {
  border-right: 1px solid hsla(360, 100%, 100%, 0.5);
}

#homepage_audiences div.column:last-child {
  border: none;
}

#homepage_audiences svg {
  width: 72px;
  height: 72px;
}

#homepage_audiences table td {
  border-right: none;
}

#homepage_audiences table td strong {
  font-size: 18px;
}

#homepage_audiences table tr:nth-child(even) {
  border-top: 1px solid hsla(360, 100%, 100%, 0.1);
  background-color: inherit;
}

#homepage_platform p {
  max-width: 528px;
}

#homepage_platform #clients {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#homepage_platform #clients img {
  filter: grayscale(1) brightness(1.2);
  transition: all 0.2s linear;
}

#homepage_platform #clients img:hover {
  filter: grayscale(0);
  transform: scale3d(1.05, 1.05, 1.05);
}

#homepage_poseadon {
  overflow-x: hidden;
  background-image: linear-gradient( 33deg, hsl(200, 80%, 40%), hsl(155, 75%, 45%));
  background-attachment: fixed;
  background-size: 100vw 100vh;
}

#homepage_poseadon h3,
#homepage_poseadon p {
  color: hsl(360, 100%, 100%);
}

#homepage_poseadon button {
  margin-bottom: 0;
}

#homepage_poseadon #poseadon_logodividers_container {
  position: absolute;
  top: 120px;
  width: 100%;
  height: 6px;
  overflow-x: hidden;
}

#homepage_poseadon #poseadon_logodividers_container div.poseadon_logodivider {
  position: absolute;
  top: 0;
  width: calc(50% + 60px);
  height: 100%;
  background: hsl(360, 100%, 100%);
  transform: skewX(-66deg);
}

#homepage_poseadon #poseadon_logodividers_container div.poseadon_logodivider:nth-of-type(2) {
  right: -290px;
  transform: skewX(66deg);
}

#homepage_poseadon #poseadon_screenshots {
  position: relative;
  width: 100%;
  margin-top: 72px;
  margin-bottom: 96px;
}

#homepage_poseadon #poseadon_screenshots figure {
  position: absolute;
  max-width: 510px;
  box-shadow: 0 0 30px hsl(360, 0%, 40%);
}

#homepage_poseadon #poseadon_screenshots figure img {
  max-width: 100%;
}

#homepage_poseadon #poseadon_screenshots figure:nth-of-type(1) {
  top: 40px;
  left: 0;
}

#homepage_poseadon #poseadon_screenshots figure:nth-of-type(2) {
  top: 40px;
  right: 0;
}

#homepage_poseadon #poseadon_screenshots figure:nth-of-type(3) {
  display: inline-block;
  position: relative;
  margin-left: calc(50% - 255px);
}

#homepage_casestudy div.column.wide {
  width: 480px;
  max-width: 90vw;
}

#homepage_casestudy div.column.wide ul {
  width: 100%;
}

#homepage_casestudy blockquote,
#homepage_casestudy cite,
#homepage_casestudy p {
  display: block;
  max-width: 528px;
}

#homepage_casestudy h3 {
  text-align: left;
}

#homepage_casestudy button {
  position: relative;
  left: 0%;
}

#homepage_casestudy h3 span {
  color: inherit;
  font-size: 24px;
  font-weight: 300;
}

#homepage_casestudy img,
#homepage_casestudy svg {
  display: block;
  max-width: 100%;
  max-height: 64px;
  margin-left: 0;
  align-self: flex-start;
}

#homepage_casestudy #brb_logo {
  width: 170px;
}

#homepage_casestudy blockquote {
  position: relative;
  left: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 18px;
  color: hsl(200, 80%, 40%);
  border-left: 6px solid hsl(200, 80%, 40%);
  font-size: 16px;
  font-style: italic;
}

#homepage_casestudy blockquote::before {
  content: "";
  display: block;
  position: relative;
  left: -24px;
  width: 6px;
  height: 100%;
  background: hsl(200, 80%, 40%);
}

#homepage_casestudy cite {
  color: hsl(200, 80%, 40%);
  text-align: right;
  font-size: 16px;
  font-weight: 600;
}

#homepage_casestudy cite::before {
  content: "\2014";
}

#homepage_casestudy ul li {
  color: hsl(0, 0%, 48%);
}

#homepage_casestudy ul li::before {
  background-color: hsl(200, 80%, 40%);
}

#homepage_casestudy div.popup {
  z-index: 10;
  box-sizing: border-box;
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 816px;
  padding: 36px;
  opacity: 0;
  border: 24px solid hsla(360, 100%, 100%, 1);
  border-radius: 10px;
  background: hsla(360, 100%, 100%, 0.975);
  box-shadow: 0 0 72px 24px hsla(360, 100%, 0%, 0.2);
  transition: opacity 0.2s linear;
  pointer-events: none;
  /* left: calc(50vw); */
  /* transform: translateY(-50%); */
}

#homepage_casestudy div.popup p {
  max-width: none;
}

#homepage_casestudy div.popup a {
  color: hsl(200, 80%, 40%);
  font-weight: bold;
}

#homepage_casestudy div.popup img,
#homepage_casestudy div.popup svg:nth-of-type(2) {
  margin-bottom: 48px;
  max-width: 100%;
}

#brb_study svg:nth-of-type(2) {
  width: 170px
}

#homepage_casestudy div.popup svg:first-of-type {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  opacity: 0.25;
  fill: hsl(200, 80%, 40%);
  transform: rotate(45deg);
  transition: transform 0.2s linear;
}

#homepage_casestudy div.popup svg:nth-of-type(1):hover {
  opacity: 1;
  transform: rotate(135deg) scale(1.2);
}

#homepage_casestudy div.popup.opened {
  opacity: 1;
  pointer-events: inherit;
}

#homepage_contact {
  min-height: 100vh;
  overflow-x: hidden;
  background-image: url('../img/fancy-crave-158555.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

#homepage_contact p {
  width: 240px;
  text-shadow: 0 0 10px hsl(0, 0%, 30%);
}