:root {
  --shadow: #000;
  image-rendering: crisp-edges;
}

body {
  background: #040404 fixed url(../images/bg/news.png) center;
  background-size: cover;
}

main {
  padding: 0 5em;
  padding-top: 2em;
}

article {
  display: flex;
  flex-direction: row;
  max-width: 800px;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  margin: 2em;
}

section p {
  text-align: inherit;
}

h1, h3 {
  text-align: center;
}

h2 {
  font-family: "Comic Relief", sans-serif;
  text-align: center;
  margin: 1em 0;
}

video {
  margin: 2em 0;
}

.news-icon {
  width: 200px;
}

.soft {
  color: #65545fc0;
  margin-top: .5em;
}

#lossq {
  width: 90vw;
  image-rendering: crisp-edges;
}

.gaby {
  --shadow: #c28352d0;
}

.loss {
  --shadow: #cb253460;
}

.peni {
  --shadow: #d3356f60;
}

.lex {
  --shadow: #fb7fcd90;
}

.pink {
  text-shadow: 2px 2px #fb7fcd;
}


p.talker {
  font-size: 20px;
  display: flex;
  text-align: left;
  flex-direction: row;
  align-items: center;
  margin: 1em 0;
  padding: 2em 1.5em;
  text-shadow: 2px 2px var(--shadow);
  
  background: #dcd8de88;
  border-left: #dcd8deaa dashed 5px;
  border-right: #dcd8deaa dashed 5px;
}
p.intro {
  font-size: 25px;
  padding: 1em 0;
}
.ico {
  padding: 20px;
  padding-top: 0;
  height: 90px;
  width: auto;
}

.art {
  max-width: 90%;
  height: auto;
  margin-top: 30px;
}

.readithere, .back, #lexletter {
  color: #724eb6;
}

.back {
  font-size: 30px;
  padding: 8px;
  text-decoration: none;
  margin: 1em 0;
  background: #ffffff70;
  border: dashed;
  border-top: none; border-bottom: none;
}
.back:hover, #lexletter:hover {
  color: #b05cdd;
  background: #ffffffa0;
}

.readithere {
  font-size: 40px;
  padding: 8px;
}
.readithere:hover {
  background: #ffffff70;
}

#addendum {
  margin-top: 1000px;
  margin-bottom: 3em;
  
  display: flex;
  flex-direction: column;
  align-items: center;
}

#ive-got-a-hunch {
  background: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 600px;
  width: 100%;
}
#ive-got-a-hunch img {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1320px) {
  article {
    flex-direction: column;
  }
  article:nth-child(odd) {
    flex-direction: column-reverse
  }
  p.talker {
    flex-direction: column;
    text-align: center;
  }
}

footer {
  margin-top: 2em;
}