#history .history-timeline {
  margin: 0;
  padding: 1rem;
}

#history .history-timeline-track {
  position: relative;
  display: grid;
  gap: 1rem;
  padding-left: 1.6rem;
}

#history .history-timeline-track::before {
  content: "";
  position: absolute;
  left: 0.4rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background: currentColor;
  opacity: 0.35;
}

#history .timeline-item {
  position: relative;
/*
  border: 1px solid currentColor;
  border-radius: 5px;
   background: rgba(255, 255, 255, 0.04); 
*/
  background: #fff;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.18);
  padding: 0.9rem 1rem;
}

#history .timeline-item::before {
  content: none;
}

#history .timeline-item::after {
  content: "";
  position: absolute;
  left: -1.2rem;
  top: 1.55rem;
  width: 1.2rem;
  height: 2px;
  background: currentColor;
  opacity: 0.45;
}

#history .timeline-when {
    letter-spacing: 0.04em;
    font-family: 'Orbitron', sans-serif;
    font-size: 1.25em;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 0;
}

#history .timeline-what {
  border-top: 1px dashed rgba(255, 255, 255, 0.28);
  padding-top: 0.55rem;
}

@media (min-width: 900px) {
  #history .history-timeline-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 3rem;
    row-gap: 1.25rem;
    padding-left: 0;
    padding-bottom: 3rem;
  }

  #history .history-timeline-track::before {
    left: 50%;
    transform: translateX(-50%);
  }

  #history .timeline-item:nth-child(even) {
    transform: translateY(3rem);
  }

  #history .timeline-item:nth-child(odd) {
    text-align: right;
  }

  #history .timeline-item:nth-child(odd)::after {
    left: auto;
    right: -1.5rem;
    width: 1.5rem;
  }

  #history .timeline-item:nth-child(even)::after {
    left: -1.5rem;
    width: 1.5rem;
  }
}

@media (max-width: 899px) {
  #history .timeline-item {
    text-align: left;
  }
}

@media (max-width: 767px) {
  #history .history-timeline {
    padding: 0.8rem;
  }

  #history .history-timeline-track {
    gap: 0.8rem;
    padding-left: 1.25rem;
  }

  #history .history-timeline-track::before {
    left: 0.3rem;
  }

  #history .timeline-item {
    padding: 0.75rem 0.85rem;
  }

  #history .timeline-item::after {
    left: calc(-1 * (1.25rem - 0.3rem));
    width: calc(1.25rem - 0.3rem);
  }
}








.standardheader {
	max-width: 1600px;
	margin: 0 auto;
}
.standardheader .hero {
	position: relative;
}
	.standardheader .hero::before {
		left: 0;
	}
.standardheader .heromobile {
	position: relative;
}
	.standardheader .heromobile::before {
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: calc(100% - 6.1px);
		background-color: rgba(0,0,0,.5);
		position: absolute;
		z-index: 99;
	}
	.standardheader .heromobile video, .standardheader .heromobile img {
		width: 100%;
		height: auto;
	}
	.standardheader .heromobile img.mobileimage {
		position: absolute;
		text-align: center;
		top: 25%;
		left: 50%;
		z-index: 100;
		transform: translate(-50%,-25%);
		width: 60%;
		height: auto;
	}
.standardheader .hero .center > img {
	display: none;
}
@media only screen and (min-width: 768px) { /* sm screens and up */
	.standardheader .heromobile::before {
		background: none;
	}
	.standardheader .heromobile img.mobileimage {
		display: none;
	}
	.standardheader .hero .center > img {
		display: block;
		width: 400px;
	}
}
@media only screen and (min-width: 992px) { /* md screens and up */
	.standardheader .hero .center > img {
		width: 800px;
	}
}








.hero {
    padding: 10px;
}

p.first {
    background: none;
}

/* THE TEST */
.thetest {
    background: url("img/map.png") 0 bottom no-repeat #f3f3f3;
    background-size: auto 130%;
    background-position: 0 center;

}
@media only screen and (min-width: 768px) { /* sm screen and up */
    .thetest {
        background-size: 100% auto;
        background-position: center center;
    }
}

.thetest .box {
    padding: 1em;
    background-color: #6bcce1;
    border-radius: 10px;
}
    .thetest .box h3 {
        color: #fff;
    }
    .thetest .box img {
        border: 5px solid #fff;
        padding: 5px;
        border-radius: 5px;
        background-color: #fff;
        margin: 0;
    }
        .thetest .box img:hover {
            border-color: #f7e886;
        }

h2.strata {
    font-family: 'Press Start 2P', monospace;
    font-family: 'Orbitron', sans-serif;
    transform: skew(-3deg);
    background-color: #8a2332;
    box-shadow: 5px 5px #000;
    color: #fff;
    display: inline-block;
    padding: .25em .5em;
    margin-bottom: 1em;
}
h3, h3.big {
    font-family: "Source Sans Pro";
    text-transform: uppercase;
    letter-spacing: 1px;
}
ul.anchor li a {
    border-radius: 0;
    border: none;
    transform: skew(-3deg);
    background-color: #ea0a2a;
    box-shadow: 5px 5px #000;
    color: #fff;
}
    ul.anchor li a:hover {
        background-color: #fff;
        color: #000;
        box-shadow: 5px 5px #8a2332;
    }

.event {
    background: url("/type1/img/event-bg.jpg") 0 0 no-repeat #010101;
    background-size: auto 100%;
    background-position: center;
}
.charcoal {
    background-color: #010101;
}
ul.flexbox {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    gap: 1em;
    padding: 0 0 2em;
    margin: 0;
    list-style: none;
}
    ul.flexbox > li {
        flex: 1 1 400px;
        /* margin: 0 1em 1em; */
        padding: 1em;
        background-color: #fff;
        box-shadow: 5px 5px 0 #000;
        height: auto;
        list-style: none;
        color: #000;
        border-radius: 0;
    }
    ul.flexbox.in-red > li {
        box-shadow: 5px 5px 0 #ea0a2a;
        border-radius: 0;
    }
    ul.flexbox.in-red h4 {
        color: #000;
        font-family: "Zilla Slab", serif;
        font-weight: 500;
    }
.burgundy {
    color: #8a2332;
}
.red {
    color: #ea0a2a;
}
.orange {
    color: #fc671a;
}

.img-link {
    padding-bottom: 2em;
}
.img-link:hover img,
.img-link:hover .img.frame {
    background-color: #ea0a2a;
    border: 1px solid #ea0a2a;
}
span.header-emoji {
    display: block;
    font-size: 2em;
}
.standardheader .hero {
    margin: -1.5em 0 0;
}
@media (min-width: 900px) {
    .standardheader .hero {
        margin: -3em 0 0;
    }
}

.img-link img {
    padding-bottom: 1.5em;
}

#features {
    background-color: #8a2332;
}
    #features h2.strata {
        background-color: #fff;
        color: #000;
    }
a.button.secondary, a.button.secondary:hover {
    border-radius: 0;
    border-top: 2px solid #fc671a;
    border-bottom: 2px solid #fc671a;
    border-left: none;
    border-right: none;
    color: #8a2332;
}
    a.button.secondary:hover {
        background-color: #fc671a;
        color: #fff;
    }