.dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}
.dot2 {
  height: 25px;
  width: 25px;
  background-color: #696969;
  border-radius: 50%;
  display: inline-block;
}

/*increase burger bar size*/
.fa-bars{
  font-size:30px !important;
margin-right: -12px !important;
}

