/* Homepage */

#hero h1, #hero h2, #hero h3 {
  text-transform: uppercase;
}

#hero-350-logo {
  width: 5rem;
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 1000;
}


.hero-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  /* background-image: url("https://globalmoment2023.platform350.org/wp-content/uploads/sites/128/2023/06/green-dust-and-scratches.png"); */
}

.hero-wrapper>p {
  margin: 0;
}

.hero-wrapper img.hero-background {
  height: 100vh;
  width: 100vw;
  display: block;
  object-fit: cover;
  opacity: 0.5; 
  /* filter: grayscale(1) blur(4px); */
}

.hero-wrapper .text-logo {
  filter: invert(1);
  margin: 0 1rem;
  z-index: 2;
}
    @media (min-width: 900px) {
       .hero-wrapper .text-logo {
               margin: 0 5rem;
       }
     }

@media (max-width: 480px) {
   .hero-wrapper .text-logo {
    margin: 0 2rem;
   } 

  #hero-symbol {
     width: 50%;
}
}
 

.hero-wrapper p {
   width: 100%;
}



#hero .overlay {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  height: calc(100vh - 60px);
}

#hero-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Use for a row of CTA buttons */
.cta-options {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 4rem;
 
}

.cta-options .button:not(:last-child) {
  margin-right: 15rem;
}

#killer-facts-table {
  margin: 2rem 0;
}

#killer-facts-table th {
  vertical-align: top;
}

#killer-facts-table tr {
  background: transparent;
}

#killer-facts-table thead>tr, #killer-facts-table tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 899px) {
  .table-container {
    width: 100% !important;
    overflow-x: scroll; 
  }

.table-container th, .table-container td { min-width: 250px; }
}

#more-text {
  transition: display 0.5s;
}

/* .scroll-container {
  overflow: hidden;
  position: absolute;
} */

.scroll-container {
  display: flex;
  position: absolute;
  width: 100vw;
  height: 100px;
  margin: auto;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
}

.scroll-container .inner {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    transform: scale(2);
    transition: all 1s ease;
}
    .scroll-container .inner-2 {
      display: flex;
      animation: scrollText 33s infinite linear;
    }
    .scroll-container p {
      margin: 0;
      font-size: 2em;
      transition: all 2s ease;
      }
   
/*div:hover {
  animation-play-state: paused;
}*/
@keyframes scrollText {
  from   { transform: translateX(0%); }
  to { transform: translateX(-10%); }
}

.repeater-text {
/* Prevent event date from wrapping */
  /* white-space: nowrap; */
 /* position: absolute; */
  font-weight: 300;
  text-transform: uppercase;
}

/*
#date-container {
 position: absolute;
 bottom: 4rem;
} */

@media (max-width: 899px) {
  #date-container {
     bottom: 10px;
  }
}

#date-container .inner-2 {
  display: flex;
}

#stay-tuned-container {
 top: 80px;
}

#toc-text {
  max-height: 800px;
  overflow-y: scroll;
}

#toc-image {
  max-height: 800px;
  margin-top: 1em;
  margin-right: 1em;
  flex: 1;
}

/* Override ActionKit form label colour */
#signup #t.text-white {
  color: #292C3D;
}

/* Override ActionKit form button text colour */
#signup .button-primary {
  color: rgb(251, 250, 233);
}

/* Partners list links */
#partners .button {
  color: #232526 !important;
}

.footer-container {
  display: flex;
  align-items: center;
}

.footer-container * {
  margin-bottom: 0;
}

.footer-container a:hover {
  color: #0F81E8 !important;
}

.footer-links {
 margin-left: auto;
}

/* Override text style lead link font weight */
a.text-style-lead {
  font-weight: 400 !important;
}

@media (max-width: 899px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
  }

  .footer-container>* {
    margin-bottom: 1rem;
  }

  .footer-links {
     margin: 1rem 0;
  }
}

#threefifty-logo {
  width: 7em;
  /* position: absolute; */
  /* top: -30px; */
  margin-right: 3rem;
}

/* Partner Carousel */

.carousel-cell {
  width: 80%;
  height: 200px;
  /* flex-box, center image in cell */
  display:         flex;
  justify-content: center;
  align-items: center;
}
.gallery {
  background: transparent;
}

.gallery-cell {
  width: 50%;
}

.gallery img {
  filter: grayscale(1);
  object-fit: cover;
  height: 100px;
}

/* big buttons, no circle */
.flickity-prev-next-button {
  width: 20px;
  height: 20px;
  background: transparent;
}

/* arrow color */
.flickity-prev-next-button .arrow {
  fill: #232526;
}
.flickity-prev-next-button.no-svg {
  color: white;
}
.flickity-prev-next-button:hover {
  background: transparent;
}
/* hide disabled button */
.flickity-prev-next-button:disabled {
  display: none;
}

/* position dots in gallery */
.flickity-page-dots {
  bottom: 0px;
}
/* dark circle outline */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 1px solid #232526;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: #DAFF00;
  border: none;
}

.dot:before {
  content: "" !important;
  background-color: transparent !important; 
}