html {
  position: relative;
  min-height: 100%; }

body {
  font-family: Open Sans, sans-serif;
  font-size: 100%;
  color: #383e47;
  width: 100%;
  /*footer height plus padding*/
  margin-bottom: 200px; }

a {
  color: inherit;
  text-decoration: none; }
  a:link {
    text-decoration: none; }
  a.dotted {
    /*for links*/
    color: #4b444d;
    border-bottom: 2px dotted #cccccc; }
    a.dotted:hover {
      color: #969696; }

h1 {
  font-size: 4em;
  line-height: 1.3em;
  font-weight: bold; }
  @media (max-width: 1920px) {
    h1 {
      font-size: 4.7em; } }
  @media (max-width: 1440px) {
    h1 {
      font-size: 5em; } }
  @media (max-width: 1285px) {
    h1 {
      font-size: 4em; } }

h2 {
  font-size: 2em;
  line-height: 1.7em;
  font-weight: bold; }
  @media (max-width: 1920px) {
    h2 {
      font-size: 2.7em; } }
  @media (max-width: 1440px) {
    h2 {
      font-size: 3em; } }
  @media (max-width: 1285px) {
    h2 {
      font-size: 2em;
      line-height: 1.7em;
      font-weight: bold; } }

h3 {
  font-size: 1.6em;
  line-height: 1.7em;
  font-weight: bold; }

p {
  font-size: 1.6em;
  line-height: 1.9em;
  padding-bottom: 1em; }

/* ======== HEADER ======== */
.logo {
  position: fixed;
  float: left;
  margin: 15px 0px 0px 15px;
  z-index: 1000; }

.social-icons {
  position: fixed;
  padding-top: 10px;
  z-index: 1000; }

.fa-twitter,
.fa-facebook {
  background-color: rgba(187, 189, 192, 0.9);
  padding: 5px;
  color: #5b5b5b;
  float: right;
  margin: 5px 10px 0px 0px;
  cursor: pointer; }
  .fa-twitter:hover,
  .fa-facebook:hover {
    color: #ffffff; }

/* ======== Footer ======== */
#footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 170px;
  background: #1c2124 none repeat scroll 0 0;
  text-align: left;
  font-size: 14px;
  padding: 0;
  display: block; }

#footer-wraper {
  padding-top: 20px;
  margin-left: 5%;
  margin-left: 5%; }

.links li {
  color: #fff;
  font-size: 0.7em; }
  @media (max-width: 1024px) {
    .links li {
      display: none; } }

.copyright {
  float: left;
  font-size: 0.7em;
  color: #fff; }
  @media (max-width: 1024px) {
    .copyright {
      font-size: 0.5em; } }
  .copyright p {
    padding-bottom: 0px; }

.copying-info {
  padding-top: 20px;
  font-size: 0.7em;
  line-height: 15px;
  color: #888c91; }
  @media (max-width: 1024px) {
    .copying-info {
      padding-top: 10px;
      font-size: 0.5em; } }
  @media (max-width: 667px) {
    .copying-info {
      padding-top: 10px; } }

.support-site:link,
.support-site:visited {
  color: #FAA61A; }

body {
  height: 100vh; }

h1 {
  text-align: center; }
  @media (max-width: 667px) {
    h1 {
      font-size: 2.5em; } }

.subtitle {
  line-height: 1.5em;
  font-weight: 300; }
  @media (max-width: 1920px) {
    .subtitle {
      font-size: 2.7em; } }
  @media (max-width: 1440px) {
    .subtitle {
      font-size: 3em; } }
  @media (max-width: 1285px) {
    .subtitle {
      font-size: 2em; } }

.header {
  position: absolute;
  z-index: 100000;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15vh;
  text-align: center;
  color: #FFF; }
  @media (max-width: 1920px) {
    .header {
      width: 45%; } }
  @media (max-width: 667px) {
    .header {
      width: 75%; } }

.first-paragraph {
  margin-top: 130vh; }

.video-events-con {
  opacity: 1;
  width: 100%   !important;
  height: auto   !important;
  margin: 0;
  left: 0;
  top: 0;
  z-index: 2; }

.svg-container {
  opacity: 1;
  margin: 0;
  left: 0;
  top: 0;
  z-index: 2; }

video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%); }

.svgmap {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  min-width: 1279px;
  min-height: 696px;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%); }

.animation-explainer {
  color: #fff; }

.credits {
  line-height: 1.5em;
  font-weight: 300; }
  .credits span {
    font-weight: 700; }
  .credits.date {
    margin-top: 1em;
    font-size: 1.1em;
    font-weight: 300; }
  @media (max-width: 1920px) {
    .credits {
      font-size: 2em; } }
  @media (max-width: 1440px) {
    .credits {
      font-size: 1.7em; } }
  @media (max-width: 1285px) {
    .credits {
      font-size: 1.4em; } }

p.first {
  margin-top: 3.5em; }
  p.first::first-letter {
    float: left;
    margin: 0 20px 0 0;
    font-size: 52px;
    font-weight: bold;
    padding: 10px;
    line-height: 1; }
p.footnote {
  font-size: 1.3em;
  line-height: 1.7em;
  font-weight: normal;
  color: #969696;
  margin-top: 1em; }
p.parallax-note {
  font-size: 1.2em;
  line-height: 1.7em;
  font-weight: normal;
  color: #969696;
  color: #fff;
  padding: 20px; }
p span {
  background: rgba(221, 197, 188, 0.5);
  padding: 1px; }
@media (max-width: 1920px) {
  p {
    font-size: 2.3em; } }
@media (max-width: 1440px) {
  p {
    font-size: 2em; } }
@media (max-width: 1285px) {
  p {
    font-size: 1.6em; } }

.animation-explainer p {
  color: #fff;
  margin-bottom: 100vh; }

.animation-explainer span {
  background: rgba(221, 197, 188, 0.5); }
  @media (max-width: 1920px) {
    .animation-explainer span {
      font-size: 2em; } }
  @media (max-width: 1440px) {
    .animation-explainer span {
      font-size: 1.7em; } }
  @media (max-width: 1285px) {
    .animation-explainer span {
      font-size: 1.3em; } }

.animation h2 {
  color: #fff; }

.quote {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 4vh;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #B78979; }
  .quote::before {
    font-family: Arial;
    content: "\201C";
    font-size: 7em;
    position: relative;
    left: 0em;
    top: 0.5em; }
    @media (max-width: 667px) {
      .quote::before {
        font-size: 7em; } }

.disclaimer {
  font-size: 1.3em;
  color: #eee;
  margin-top: 68px;
  margin-left: 15px; }

.sources {
  color: #BBC0BF;
  margin-top: 0.5em;
  margin-bottom: 2em;
  font-size: 1.1em; }

.directSpeach {
  font-style: italic; }

.new-section {
  margin-top: 5%; }

.mobile {
  display: none; }
  @media (max-width: 1024px) {
    .mobile {
      display: block; } }

.desktop {
  display: block; }
  @media (max-width: 1024px) {
    .desktop {
      display: none; } }

.read-more {
  margin-bottom: 15px; }

.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button {
  opacity: 0;
  pointer-events: none;
  width: 5px; }

/*# sourceMappingURL=application.css.map */
