/* style.css */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
.section-presskit .content-wrapper .info-block h4 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
html,
body {
  background-color: #0d0515;
  color: rgba(255,255,255,0.8);
  font: 15pt 'inconsolata', sans-serif;
  line_height: 130%;
  padding-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
h1 {
  color: #fff;
  font-family: 'azo-sans-uber', sans-serif;
  font-size: 5vw;
  text-align: center;
  padding-top: 20vh;
  padding-bottom: 10pt;
  text-shadow: rgba(255,255,255,0.4) 0px 0px 10px, rgba(225,65,93,0.5) 0px 1px 4px;
}
h1 a,
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active {
  color: #fff;
}
@media (max-width: 800px) {
  h1 {
    font-size: 200%;
  }
}
h2 {
  font: 100% 'inconsolata', sans-serif;
  text-align: center;
  padding-bottom: 20pt;
}
h3,
.section-presskit .content-wrapper .info-block h4 {
  color: #fff;
  font-family: 'azo-sans-uber', sans-serif;
  font-size: 4vw;
  text-align: center;
}
@media (max-width: 800px) {
  h3,
  .section-presskit .content-wrapper .info-block h4 {
    font-size: 200%;
  }
}
p,
li,
.spacer {
  font-size: 100%;
  line-height: 120%;
  padding: 0em 1em 1em 1em;
}
a {
  text-decoration: none;
}
a:link {
  color: #e1415d;
}
a:visited {
  color: #e1415d;
}
a:hover {
  color: #54bb8b;
}
a:active {
  color: #eed370;
}
ul {
  margin-left: 2em;
}
li {
  list-style-type: square;
  list-style-position: outside;
}
.cover,
.cover-press {
  background-image: url("https://i.imgur.com/g1g1TGd.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 90vh;
}
.cover-press {
  height: 40vh;
  background-image: url("https://i.imgur.com/vLWg8Vp.png");
  background-position: bottom center;
}
.cover-press h1 {
  padding-top: 15vh;
}
.content-wrapper {
  min-width: 100px;
  max-width: 90%;
  margin: 0 auto 0 auto;
}
.section-1,
.section-2,
.section-3,
.section-presskit {
  width: 100%;
  background-color: #efff00;
}
.section-1 .content-wrapper,
.section-2 .content-wrapper,
.section-3 .content-wrapper,
.section-presskit .content-wrapper {
  padding-top: 20vh;
  padding-bottom: 25vh;
}
.section-1 .content-wrapper h3,
.section-2 .content-wrapper h3,
.section-3 .content-wrapper h3,
.section-presskit .content-wrapper h3 {
  color: #222;
  padding-bottom: 10vh;
}
.section-1 .content-wrapper .callout,
.section-2 .content-wrapper .callout,
.section-3 .content-wrapper .callout,
.section-presskit .content-wrapper .callout {
  color: #222;
  font-weight: 300;
  font-size: 200%;
  text-shadow: none;
}
.section-2,
.section-3,
.section-presskit {
  background-color: #0d0515;
}
.section-2 .content-wrapper,
.section-3 .content-wrapper,
.section-presskit .content-wrapper {
  max-width: 800px;
}
.section-2 .content-wrapper .inline-title,
.section-3 .content-wrapper .inline-title,
.section-presskit .content-wrapper .inline-title {
  color: #fff;
  font-weight: 900;
  font-size: 100%;
}
.section-3 {
  background-color: #000;
}
.section-3 .content-wrapper h3 {
  padding: 0em 15px 15px 15px;
  font-size: 2vw;
  text-align: left;
  color: #fff;
}
@media (max-width: 800px) {
  .section-3 .content-wrapper h3 {
    font-size: 100%;
  }
}
.section-3 .content-wrapper p {
  padding: 0em 15px 15px 15px;
}
.section-presskit .content-wrapper h3 {
  color: #efff00;
}
.section-presskit .content-wrapper .info-block {
  padding-bottom: 45px;
}
.section-presskit .content-wrapper .info-block h4 {
  padding: 0em 15px 10px 15px;
  font-size: 2vw;
  text-align: left;
  color: #fff;
}
@media (max-width: 1200px) {
  .section-presskit .content-wrapper .info-block h4 {
    font-size: 120%;
  }
}
.section-presskit .content-wrapper .info-block p {
  padding: 0em 15px 15px 15px;
}
.spacer {
  text-align: center;
  width: 3px;
  min-width: 3px;
  margin: 15pt auto;
  color: rgba(255,255,255,0.2);
  line-height: 100%;
}
.image {
  text-align: center;
  padding: 1em;
}
.video {
  text-align: center;
  margin: 32px auto;
  max-width: 800px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-thumbnail {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  margin: 0;
}
.image-thumbnail img {
  max-width: 240px;
  padding: 0;
  margin: 8px;
}
img {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: rgba(19,10,26,0.8) 0px 2px 2px;
  -webkit-box-shadow: rgba(19,10,26,0.8) 0px 2px 2px;
  box-shadow: rgba(19,10,26,0.8) 0px 2px 2px;
}
.inline-title {
  color: #fff;
  font-weight: 900;
  text-shadow: rgba(255,255,255,0.4) 0px 0px 10px, rgba(225,65,93,0.5) 0px 1px 4px;
}
.callout {
  color: #fff;
  font-weight: 900;
  text-shadow: rgba(0,235,255,0.4) 0px 0px 10px, rgba(225,65,93,0.5) 0px 1px 4px;
}
strong {
  color: #fff;
  font-weight: 900;
}
