* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
}

html,
body {
  font-family: "nitti-typewriter-normal", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #202226;
  scroll-behavior: smooth;
}

p {
  margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "nitti-typewriter-normal", sans-serif;
}

nav ul {
  list-style: none;
}

footer nav ul li{
  float: left;
  margin-right: 22px;
}

.btn {
  background-color: #f90000;
  padding: 0.5rem 0.75rem;
}

 img {
  display: block;
  max-width: 100%;
  margin: auto;
  height: auto;
}

img.inline {
  display: inline-block;
  width: 48%;
  max-width: 485%;
}

@media (max-width: 768px) {
  main article a img {
    width: 90%;
  }
}

a {
  font-family: "nitti-typewriter-underlined", sans-serif;
  text-decoration: none;
  color: #0f1cc3;
}

article a {
  white-space: pre-wrap; /* CSS3 */    
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */    
  white-space: -o-pre-wrap; /* Opera 7 */    
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

header {
  background-color: #202226;
  padding: 10rem 2rem 6rem 2rem;
}
header > * {
  z-index: 1;
  max-width: 600px;
  margin: auto;
  color: #ffffff;
  text-align: center;
}
header > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 60%;
     object-position: 50% 60%;
  z-index: 0;
  opacity: 0.25;
  mix-blend-mode: luminosity;
}
@media (max-width: 992px) {
  header > img {
    -o-object-position: middle bottom;
       object-position: middle bottom;
  }
}
header nav {
  position: absolute;
  top: 1rem;
  right: 2rem;
}
header nav ul li {
  display: inline-block;
  line-height: 1;
}
header nav ul li a {
  font-family: "futura-pt", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
header h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 1rem;
}
header h1 span {
  display: block;
  font-family: "nitti-typewriter-cameo", sans-serif;
  font-size: 2.75rem;
}

footer {
  background-color: #202226;
  color: #ffffff;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "futura-pt", sans-serif;
}
footer > * {
  max-width: 1000px;
}
footer .disclaimer {
  border: 1px solid #ffffff;
  padding: 0.5rem 0.75rem;
  margin-bottom: 1rem;
}
footer nav {
  text-align: center;
}
footer nav a {
  display: block;
  color: #ffffff;
  font-family: "futura-pt", sans-serif;
}

.top {
  position: fixed;
  bottom: -100%;
  left: 2rem;
  background-color: #37393d;
  text-align: center;
  font-family: "nitti-typewriter-normal", sans-serif;
  color: #ffffff;
  padding: 0.5rem;
  transition: bottom 0.5s;
  z-index: 99;
  border: 1px solid #ffffff;
  border-bottom: unset;
}
@media (max-width: 992px) {
  .top {
    left: 1rem;
  }
}
.top.in {
  bottom: 0;
}
.top i {
  display: block;
}

main {
  padding: 4rem;
}
main > * {
  max-width: 800px;
  margin: auto;
}
main .lies {
  text-align: center;
  margin-bottom: 2rem;
}
main .lies .arrow {
  margin-top: -130px;
  margin-bottom: 1rem;
}
main .lies .arrow img {
  width: 150px;
  transform: translateX(100%) rotate(160deg);
}
main .lies h2 {
  font-family: "nitti-typewriter-cameo", sans-serif;
  color: #f90000;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.9rem;
}
main .lies ul {
  list-style: none;
}
main .lies ul li {
  display: inline-block;
}
main .lies ul li a {
  font-family: "nitti-typewriter-cameo", sans-serif;
  color: #37393d;
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-right: 8px;
}
main article {
  width: 100%;
  margin-bottom: 2rem;
}
main article > * {
  margin: 1rem 0;
}
main article .header {
  display: flex;
  align-items: center;
}
main article .header img {
  width: 40px;
  margin: unset;
  margin-left: -50px;
  margin-right: 10px;
  float: left;
}
main article .header h3 {
  background-color: #37393d;
  width: 100%;
  padding: 0.5rem 1rem;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.75rem;
}
main article .lie h4 {
  font-family: "nitti-typewriter-cameo", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #f90000;
}
main article .truth h4 {
  font-family: "nitti-typewriter-cameo", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #00a008;
}
main article .video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
main article .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=theme.css.map */
video {
  display: block;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 40%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}