:root {
  --blue:#0073cf;
  --red:red;
  --dred:darken(var(--red),15%);
  --font:'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --courier:'courier-std', Courier, monospace;
}
html {
    scroll-behavior: auto;
}
html, body {
  min-height: 100%;
  height: auto;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font: 400 16px var(--font);
  background: white;
}

img {
  max-width: 100%;
}

a, button {
  border-radius: 0;
  cursor: pointer;
}

button {
  all: unset;
  cursor: pointer;
  padding: 0.5em 1em;
  background: var(--blue);
  color: white;
  border-radius: 0;
  font-family: inherit;
}

sup {
  line-height: 1em;
  vertical-align: super;
  display: inline-block;
  position: static;
}

input {
  border-radius: 0;
}

iframe {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

* ::-moz-selection {
  color: #fff;
  background-color: var(--red);
}
* ::-moz-selection * {
  color: #fff;
}
* ::-moz-selection {
  color: #fff;
  background-color: var(--red);
}
* ::selection {
  color: #fff;
  background-color: var(--red);
}
* ::-moz-selection * {
  color: #fff;
}
* ::selection * {
  color: #fff;
}

.container {
  max-width: 960px;
  padding: 0 15px;
  margin: auto;
}

h1 {
  font: 700 clamp(35px, 3.90625vw, 50px)/1em var(--font);
  color: #333;
  text-align: center;
}

p {
  font: 400 clamp(16px, 1.71875vw, 22px)/1em var(--font);
  color: #333;
  text-align: center;
}

.beware {
  background: url(header.jpg) center center/cover no-repeat;
  padding: clamp(10px, 7.8125vw, 100px) clamp(28px, 3.125vw, 40px);
  border-bottom: clamp(16px, 1.328125vw, 17px) solid #fff600;
}
.beware img {
  display: block;
  max-width: 915px;
  width: 68%;
  position: relative;
}

.voted {
  background: url(money.jpg) center center/cover no-repeat;
  padding: clamp(56px, 6.25vw, 80px) clamp(21px, 2.34375vw, 30px) 17vw clamp(21px, 2.34375vw, 30px);
  text-align: center;
  z-index: -2;
  position: relative;
}
.voted img {
  margin: auto;
  width: 898px;
  display: block;
  max-width: 100%;
}

.devoured {
  position: relative;
  text-align: center;
  z-index: 2;
  padding: 0 15px;
  margin: 0 auto 35px auto;
}
.devoured img {
  max-width: 100%;
  margin: auto;
}
.devoured .inner {
  padding: clamp(16px, 1.5625vw, 20px) 5vw;
  clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%);
  background: red;
  margin: clamp(-80px, -6.25vw, -5px) auto 0 auto;
  text-align: center;
  display: inline-block;
}

.timeline {
  z-index: 2;
  position: relative;
  background: url(paper.jpg) center center/clamp(210px, 23.4375vw, 300px) auto repeat;
  padding: 0 0 clamp(42px, 4.6875vw, 60px) 0;
}
.timeline h2 {
  margin-top: 0;
  font-weight: 400;
  font-size: clamp(20.3px, 2.265625vw, 29px);
  line-height: 1.2em;
  text-align: center;
  text-wrap: balance;
  max-width: clamp(630px, 70.3125vw, 900px);
  margin: 0 auto 2em auto;
}
.timeline h2 .bolditalic {
  font-weight: 700;
  font-style: italic;
}
.timeline h2 .highlight {
  background: yellow;
  font-weight: bold;
  padding: 0 0.2em;
}
.timeline dl {
  margin: 0;
}
.timeline .year {
  display: flex;
  gap: clamp(15px, 1.171875vw, 16px);
  margin-bottom: 30px;
}
.timeline .year dt {
  flex: 0 0 max-content;
  margin: 0;
  font: 700 clamp(20.3px, 2.265625vw, 29px) var(--font);
  color: red;
}
.timeline .events {
  flex: 1;
}
.timeline .events dd {
  margin: 0;
  padding-left: clamp(21px, 2.34375vw, 30px);
  position: relative;
  font: 500 clamp(16px, 1.40625vw, 18px) var(--courier);
}
.timeline .events dd::before {
  content: "-";
  position: absolute;
  left: 0;
  font-weight: 700;
}
.timeline:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: clamp(53.2px, 5.9375vw, 76px);
  width: 100%;
  background: url(edge.jpg) bottom left/auto 100% repeat-x;
}

.bottom {
  background: black;
  text-align: center;
  padding: clamp(35px, 3.90625vw, 50px) 15px;
}
.bottom img {
  margin-bottom: clamp(56px, 6.25vw, 80px);
}
.bottom p {
  font: italic 400 13px/1.1em var(--font);
  color: #a1a1a1;
  text-wrap: balance;
  margin: 0;
}

@media (min-width: 1440px) {
  .beware img {
    left: -250px;
    margin: auto;
  }
  .voted {
    padding-bottom: 200px;
  }
}/*# sourceMappingURL=style.css.map */