
.container {
  width:  890px;
}

#graphic {
  padding-top: 60px;
}

@font-face {
  font-family: 'Matahari';
  src:  url('../fonts/matahari.otf') format('opentype')
}

#sections {
  position: relative;
  display: inline-block;
  width: 250px;
  top: 0px;
  z-index: 90;
  padding-bottom: 200px;
}

.step {
  margin-bottom: 200px;
  font-family: "TiemposTextWeb-Regular","Georgia";
  font-size: 16px;
  line-height: 23px;
  color: #767678;
}

#sections .bigtitle {
  font-family: Matahari,"san-serif";
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 2px;
  color: #262626;
  line-height: 1.2em;
}

#sections .title {
  font-family: Arial,Helvetica,"san-serif";
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
  color: #262626;
  line-height: 1.2em;
}

#extra-space {
  height: 300px;
}

#vis {
  display: inline-block;
  position: fixed;
  top: 60px;
  padding-left: 25px;
  z-index: 1;
  margin-left: 0;
  /* height: 600px;
  width: 600px;
  background-color: #ddd; */
}

.axis path,
.axis line {
  fill: none;
  stroke: #666;
  shape-rendering: crispEdges;
}



