@font-face {
  font-family: "Skolar Sans Bold";
  src: url("https://docs.rferl.org/Infographics/sources/fonts/Apollo_Framework/SkolarSansLatnCyrlCn-Bd.woff");
  font-weight: 700;
}
@font-face {
  font-family: "Skolar Sans";
  src: url("https://docs.rferl.org/Infographics/sources/fonts/SkolarSansLatnCyrlCn-Rg.woff");
  font-weight: 400;
}
/** {
  box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-family: "Skolar Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}*/

/* HERO */
.hero {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-image: url("https://gdb.rferl.org/A99DEA84-38C8-41C0-BE8F-BCAF6EFED51D_w1920.jpg");
}
@media (max-width: 1600px) {
  .hero {
    background-image: url("https://gdb.rferl.org/A99DEA84-38C8-41C0-BE8F-BCAF6EFED51D_w1600.jpg");
  }
}
@media (max-width: 1024px) {
  .hero {
    background-image: url("https://gdb.rferl.org/A99DEA84-38C8-41C0-BE8F-BCAF6EFED51D_w1024.jpg");
  }
}
@media (max-width: 640px) {
  .hero {
    background-image: url("https://gdb.rferl.org/A99DEA84-38C8-41C0-BE8F-BCAF6EFED51D_w640.jpg");
  }
}

.hero_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.hero_title {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  margin: auto;
  padding: 24px 0;
  max-width: 72%;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 64px;
  font-weight: 600;
  font-family: "Skolar Sans", sans-serif;
  border-top: rgba(255, 255, 255, 0.5) solid 2px;
  border-bottom: rgba(255, 255, 255, 0.5) solid 2px;
}
@media (max-width: 1160px) {
  .hero_title {
    font-size: 56px;
  }
}
@media (max-width: 980px) {
  .hero_title {
    font-size: 42px;
  }
}
@media (max-width: 720px) {
  .hero_title {
    font-size: 36px;
    padding: 16px 0;
  }
}
@media (max-width: 440px) {
  .hero_title {
    max-width: 92%;
    font-size: 32px;
  }
}

.hero_arrow {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  bottom: 16px;
  background-image: url("https://docs.rferl.org/Infographics/2019/2019_12/2019_12_IranProtest/images/ArrowDown.svg");
}

.container {
  position: relative;
  width: 100%;
  padding-bottom: 16px;
}

.introduction {
  margin: auto;
  padding: 36px 8px;
  width: 100%;
  max-width: 720px;
}


.provinceTable {
    position: absolute;
    padding: 2px 8px;
    background-color: black;
    color: white;
    display: none;
}
.provinceTable.active {
    display: block;
}

/* MAP */
.mainContainer {
    position: relative;
    width: 100%;
}
.container_map {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 960px;
  overflow: hidden;
}

.map {
  margin: auto;
  width: 100%;
  line-height: 0;
  background-size: cover;
  background-image: url("https://docs.rferl.org/Infographics/2020/2020_03/2020_03_IranKoronavirusMap/images/BackgroundMap.jpg");
}
.map svg {
    fill: #cac5c1;
    stroke: #97989a;
}
.map svg path:hover {
    opacity: 0.8;
}
/* CONTENT */
.content {
  margin: auto;
  width: 100%;
  max-width: 760px;
}

.flex {
  padding-top: 32px;
  /*display: flex;*/
}

.anchor {
  position: absolute;
  left: 0;
  top: -52px;
}

.divider {
  height: 1px;
  margin: 24px 0px;
  background: rgba(255, 255, 255, 0.1);
}

.clearfix {
  clear: both;
}
