@font-face {
  font-family: 'HarmoniaSans Regular';
  src: url('./fonts/HarmoniaSansProCyr-Regular.otf');
}

@font-face {
  font-family: 'HarmoniaSans Italic';
  src: url('./fonts/HarmoniaSansProCyr-Italic.otf');
}

@font-face {
  font-family: 'HarmoniaSans Bold';
  src: url('./fonts/HarmoniaSansProCyr-Bold.otf');
}

@font-face {
  font-family: 'GTSectra Bold';
  src: url('./fonts/GT-Sectra-Bold.otf');
}

@font-face {
  font-family: 'GTSectra Book';
  src: url('./fonts/GT-Sectra-Book.otf');
}

/*TODO: define all font-weights as regular*/
/* General Styles */
body {
  background-color: white;
  padding: 0;
  margin: 0 auto;
  background: url('./svg/intro5b.svg');
  background-size: 200%;
  background-repeat: no-repeat;
  background-position: center top;
}

.wrapper {
  overflow-x: hidden;
}

p {
  font-size: 18px;
  font-family: 'GTSectra Book';
  font-weight: normal;
  margin-left: 20px;
  margin-right: 20px;

}

h1 {
  font-size: 70px;
  line-height: 1;
  font-family: 'HarmoniaSans Bold';
  margin-bottom: 15px;
  margin-left: 20px;
  margin-right: 20px;

}

h2 {
  font-size: 24px;
  font-family: 'GTSectra Book';
  font-weight: normal;
  margin: 0 20px;

}

h3 {
  font-size: 24px;
  font-family: 'GTSectra Book';
  line-height: 1.3;
  margin: 0 20px;
  font-weight: normal;

}

h4 {
  font-size: 24px;
  margin-left: 20px;
  margin-right: 20px;
}

h4.title-1 {
  font-family: 'HarmoniaSans Bold';
  font-weight: normal;
  margin-top: 45px;
  margin-bottom: 7px;
}

h4.title-2 {
  font-family: 'HarmoniaSans Bold';
  font-weight: normal;
  font-size: 18px;
  margin-top: 7px;
  margin-bottom: 15px;
}

h4.title-3 {
  font-family: 'HarmoniaSans Bold';
  font-weight: normal;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0px;
}

h4.no-space {
  margin-top: 2px;

}

h4.no-space{
  margin-top: 0;

}

a {
  text-decoration: none;
  color: #999999;
}

a:hover {
  color: black;
}

.bold {
  font: 12px 'HarmoniaSans Bold';
}

.regular {
  font: 12px 'HarmoniaSans Regular'
}

.grey {
  fill: #a0a0a0;
}

.footer p {
  font-size: 14px;
  font-family: 'GTSectra Book';
}

.footer .footer-bold {
  font-size: 14px;
  font-family: 'GTSectra Bold';
}

.intro {
  height: 100vw;
}

.titles {
  text-align: left;
  padding-top: 2vw;
}

.content-text {
  margin: 35px 0px;
}

.quote {
  margin: 35px 0px;
  font-weight: normal;
}

.viz-header {
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 15px;
}

.legend.wall {
  max-width: 700px;
}

svg.visualization {
  padding-right: 0px;
  padding-bottom: 50px;
  padding-left: 20px;
  display: block;
  margin: 0 auto;
  font: 12px 'HarmoniaSans Regular';
}

svg.legend {
  padding-right: 0px;
  padding-left: 20px;
  padding-top: 14px;
  padding-bottom:20px;
  display: block;
  margin: 0 auto;
  font: 12px 'HarmoniaSans Regular';
}

div.tooltip {
  position: absolute;
  text-align: left;
  width: auto;
  height: auto;
  padding: 8px;
  font: 12px 'HarmoniaSans Bold';
  background-color: #f5f5f5;
  border-radius: 5px;
  pointer-events: none;
}

.test {
  font-family: 'HarmoniaSans Regular';
  font-size: 12px;
  line-height: 0.5;
}

div.background {
  width: auto;
  height: auto;
  padding: 8px;
}

div.tooltip-wall {
  position: absolute;
  text-align: left;
  max-width: 840px;
  height: auto;
  padding: 8px;
  font: 12px 'HarmoniaSans Bold';
  pointer-events: none;
}

#timeline-viz {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

#wall-viz {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

#enabler-viz {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

/* Timeline Viz Styles */
#timeline-viz .axis {
  font: 12px 'HarmoniaSans Regular';
}

#timeline-viz .axis--y {
  font: 12px 'HarmoniaSans Regular';
}

#timeline-viz .axis path,
#timeline-viz .axis line {
  fill: none;
  stroke: #333333;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}

#timeline-viz .axis--y path.domain {
  display: none;
}

.footer {
  background-color: #D4D8DA;
  margin-top: 150px;
}

.footer-text {
  padding-bottom: 40px;
}

.column p {
  margin: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.column-1 {
  padding-top: 40px;
}

.column-2 {
  padding-top: 20px;
}

.column-3 {
  padding-top: 40px;
  padding-right: 0;
}
