body{ 
  font-family: 'Jost', sans-serif;
  background-color:#F8F8F8;
}

.sidenav {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 1;
  top: 80px;
  float: left;
  margin-left:-10px;
  background-color: #fff;
  overflow-x: hidden;
  /*margin-top: 30px;*/
  font-family: 'Jost', sans-serif;
  font-weight: 300;
}

.sidenav a {
  text-decoration: none;
  font-size: 21px;
  color: #818181;
  display: block;
  margin-left: 24px;
  padding:24px;
}

.sidenav a:hover {
  color: #70A928;
}

a.active {
  background-color: #F8F8FF;
  color: #70A928;
}

.navLabel{
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
  padding-left: 46px;
  padding-top:20px;
  color: #616161;
}

#myClass{
  color: #70A928;
  font-weight: 500;
}

.header{
  background-color: #fff;
  width:100%;
  height:80px;
  box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin:-6px 0px -6px -6px;
  padding:24px 20px 0px 20px;
  box-sizing: border-box;
}

.sidenavClick{
  color: #70A928;
  font-weight: 500;
}

/* Float four columns side by side */
.column {
  float: left;
  box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.2); /* this adds the "card" effect */
  text-align: center;
  background-color: #fff;
  width:100%;
  margin-top: 30px;
  border-radius: 12px;
}

/* Remove extra left and right margins, due to padding in columns */
.row {margin: 0 -5px;
     margin-left:310px;
     margin-right:40px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/*Style the counter cards */
.card {
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5); */
    padding: 10px;
    height: auto;
    }


@media screen and (max-width: 1000px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/*#velva{*/
/*  position: relative;*/
/*  align: center;*/
/*  padding: 30px 20px 20px 20px;*/
/*}*/

/*span{*/
/*  text-align:justify;*/
/*  padding: 0px 36px 0px 36px;*/
/*}*/

h2{
  font-weight: 400;
  color: #20221C;
  text-align: left;
  padding-left: 36px;
}

h3{
  font-weight: 200;
  text-align:justify;
  padding:0px 36px 0px 36px;
  color: #20221C;
}

.name{
  font-weight: 700;
  font-size: x-large;
  color: #616161;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

/*.arc text {*/
/*    font-family: inherit;*/
/*    font-size: 12px;*/
/*    text-anchor: middle;*/
/*}*/

.arc path {
    stroke: #fff;
}

.title {
    color: #616161;
    font-weight: bold;
}
        
#rowCount {
   font-weight: 600;
   font-size: 36px;
   text-align: center;
   color: #616161;
}

#legend{
  margin-top:30px;
  margin-right:20px;
}

a{
  color: #70A928;
}
