html, body {
  background-color: transparent;
}

/* All delay classes will take half the time to start */
:root {
  --animate-delay: 0.5s;
}

header.header-landing-page .header-top {
  padding: 1rem;
}

header.header-landing-page #global-branding {
  width: 220px;
  height: 24px;
}

header.header-landing-page #global-nav a {
  color: unset; 
}

#global-nav .button {
  padding: 0.5rem 0.75rem;
  font-size: var(--text-size-xs);
}

#hero-banner {
  height: 70vh;
}

#main-content {
  /* position: relative; */
}

#content-container {
  padding: 80px 50px 200px 50px;
}

#copy-column {
  width: 55%;
}

ul#cta-list {
  list-style: none;
  padding: 0;
}

ul#cta-list li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 30px;
}

#cutout-image {
  position: sticky;
  bottom: 0;
  /* right: 5%; */
  /* height: 50%; */
  right: 5%;
  height: 97vh;
  margin-top: -97vh;
  width: auto;
  z-index: 101;
  float: right;
  pointer-events: none;
  max-height: 940px;
}

.elizabeth-rocha #cutout-image {
  right: 10%;
}

#banner-cutout-image {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 90%;
}

.banner h1 {
  font-size: var(--text-size-6xl);
  color: white;
  /* text-transform: uppercase; */
  font-weight: 800;
  text-align: center;
  line-height: 1.25em;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, .5);
}

#create-your-opportunity-link {
  display: none;
}

@media screen and (max-width: 1500px) {
  #cutout-image {
    right: 0;
  }
  #copy-column {
    width: 50%;
  }
}

@media screen and (max-width: 1200px) and (orientation: landscape) {
  #cutout-image {
    max-height: 100vh;
    width: auto !important;
  }
}

@media screen and (max-width: 1200px) {
  #cutout-image {
    right: 0;
    width: 45%;
    height: auto;
  }

  .banner h1 {
    font-size: var(--text-size-3xl);
  }

  /* #hero-banner {
    height: 50vh;
  } */
}

@media screen and (max-width: 820px) {

  #cutout-image {
    display: none;
  }

  #banner-cutout-image {
    display: block;
  }

  #content-container {
    padding: 80px 1rem;
  }

  #copy-column {
    width: 100%;
  }

  .banner .banner-content {
    width: 90% !important;
    max-width: unset;
    left: 5% !important;
    transform: unset !important;
    top: unset !important;
    bottom: 10%;
  }

  .banner h1 {
    font-size: var(--text-size-3xl);
  }

  ul#cta-list li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }

  ul#cta-list li .button {
    display: block;
  }

  #create-your-opportunity-link {
    text-shadow: 0 0 5px rgba(0, 0, 0, .8);
    color: white;
    text-decoration: none;
    display: block;
    padding: 25px 0;
  }

  
}

@media (max-width: 767px) {
  html,body {
    padding-bottom:0;
  }
}