/***************************************************************
  General style
***************************************************************/
.hero-body{
  background: url("../imgs/bgmain.png") no-repeat center center fixed;
    background-size: auto auto, auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    color: #ffffff;
    text-align: center;
    
}



#thing{
 width: 1200px;
 margin: 0 auto;
}
#myList{

  height: 30px;
 font-family: 'Hind', sans-serif;
  font-size: 13px;
  background-color: #fff;
 border-radius: 0px;
 border: solid 1px #ccc;
  margin: 5px;



}

.questioncontainer
{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  text-align: center;
}

.svg-graph{
  position: relative;
  background-color: #fff;
  z-index: 2;
  height: 2200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
}
.btns {
  width: 440px;
  margin: 0 auto;
  display: block;
padding-bottom: 10px;
}


.btns2 {
  width: 260px;
  margin: 0 auto;

  padding-bottom: 20px;

}

.btns button{
  border-radius: 0;
  border-width: 1.5px;
  border-color: #5358FF;
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 20px;
  margin-top: 20px;
  margin-bottom: 5px;;
  box-shadow: 5px 5px #D400F7;
  transition: 0.3s;
  letter-spacing: .08125rem;
  width: 200px;
  }
}

.btns button:hover{
  border-width: 1.5px;
  border-color: #D400F7;
  background-color: #E7FCFF;
  box-shadow: 5px 5px #5358FF;
}

.btns button:active {
  border-width: 1.5px;
  border-color: #D400F7;
  background-color: #E7FCFF;
  box-shadow: 0px 0px #5358FF;
  transform: translateY(5px);
  transform: translateX(5px);

}

button:focus {outline:0;}

.btns2 button {
  font-family: 'Inconsolata', monospace;
  color: #000;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
  padding: 10px 10px;
  border: solid 1px #5358FF;

  width: 130px;
  outline: none;
}


.btns3{
  padding-bottom: 10px;
}
.btns3 button {
  font-family: 'Inconsolata', monospace;
  color: #000;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
  padding: 10px 10px;
  border-top: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  border-left: solid 1px #CCC;
  width: 130px;
  outline: none;

}

  .btns3 button:hover {
  color: #0BC3C9;


  border: solid 2px #0BC3C9;
  }




/*.btns button:hover {
  color: #fff;
  background: #5ec76c;

  border:none;
  }

*/

    #whatwhat p, #btns2 p{
    text-align: center;
    padding-bottom: 10px;
  }

  .btns2 button:hover {
  color: #0BC3C9;


  border: solid 2px #0BC3C9;
  }


/***************************************************************
  Plots
***************************************************************/
.axis {
  font: 12px sans-serif;
}

.map {
  stroke: #fff;
  stroke-width: 2;
}

text {
  fill: #444444;

  text-align: center;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  text {
    font-size: 16px;
  }
}

div.graph-text {
  position: absolute;
  text-align: center;
  padding: 2px;
  font-size: 18px;
  background: #ff2079;
  border: 0px;
  border-radius: 8px;
}

/*g > image{
  stroke:#fff;
  stroke-width:5px;
  border-style: solid;
  border-color: #fff;
  border: 5px;
}*/
g > circle {
  stroke: #fff;
  stroke-width: 3px;
}

/***************************************************************
  Tooltip
***************************************************************/
#tooltip {
  position: absolute;
  z-index: 3;
  width: 300px;
  height: auto;
  padding: 10px;
  background-color: #292936;

  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  text-transform: uppercase;
}

#tooltip.hidden {
  display: none;
}

#tooltip p {
   font-family: 'Inconsolata', monospace;
  margin: 0;
  color: #FFF;
  font-size: 15px;
  line-height: 20px;
}

#tooltip p strong {
  font-family: 'Inconsolata', monospace;
  font-weight: 700;
  color: #0BC3C9;
}

#outer_p{
  display:none;
}


@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .btns{
        width: 100%;
    }
    .btns button{
      display: block;
      width: 90%;
      margin: 10px auto;
    }

.outer{
    max-width: 600px;
    overflow-x: scroll;

}

#outer_p{
  display:block;}


}
