@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: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}

p {
  font-size: 18px;
  font-family: 'GTSectra Book';
  font-weight: normal;
}

h1 {
  font-size: 68px;
  font-family: 'HarmoniaSans Bold';
  margin-bottom: 15px;
}

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

}

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

h4 {
  font-size: 24px;
}

h4.title-1 {
  font-family: 'HarmoniaSans Bold';
  font-weight: normal;
  margin-top: 60px;
  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 Regular';
  font-weight: normal;
  font-size: 18px;
  padding-top: 30px;
  padding-bottom: 0;
  width: 1024px;
  margin: 0 auto;
}

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: 49vw;
}

.titles {
  margin: 0 auto;
  text-align: left;
  padding-top: 2vw;
  width: 680px;
}

.content-text {
  width: 680px;
  margin: 35px auto;
}

.quote {
  width: 680px;
  margin: 0 auto;
  font-weight: normal;
}

.box {
  width: 600px;
  margin: 35px auto;
  padding: 40px;
  background-color: #F2DFB3;
}

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

.legend.wall {
  width: 700px;
}

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

svg.legend {
  padding-top: 17px;
  padding-bottom: 24px;
  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;
  width: 840px;
  height: auto;
  padding: 8px;
  font: 12px 'HarmoniaSans Bold';
  /* background-color: #f5f5f5; */
  pointer-events: none;
}

/* 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 {
  width: 100%;
  background-color: #D4D8DA;
  margin-top: 150px;
}

.footer-text {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 40px;
}

.column {
  width: 370px;
  float: left;
  padding-right: 70px;
}

.column p {
  margin: 0;
}

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

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

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