#overall-cont{
  margin-bottom:300px;
}

.glyphicon{
  margin-right: 5px;
}

h1{
  text-align: center;
  font-weight: 500;
  font-size: 46px;
  color: #23275a
}

#o-header-link-cont{
  display: flex;
  justify-content: center;
  font-size: 24px;
  margin: 50px 0px;

}

.header-link-row{
  text-align: center;
  min-width: 100px;
  margin: 0px 30px;
}

.header-link{
  margin: 20px 5px;
  font-size: 24px
}

ul{
  list-style-type: circle;
}

h2{
  font-size: 38px;
  color: grey;
  margin:5px;
}

section{
  margin:30px 10px;
}

li{
  margin: 5px 0px;
}

.link-index-cont{
  margin: 30px 0px;
}

.answer-cont{
  margin: 10px 0px;
}

.answer-row{
  margin: 60px 0px;
}

.ques-txt{
  font-size: 22px;
  margin: 10px 0px;
  font-weight: 600;
  margin-top:20px;
}

.ques-ans{
  font-size: 18px;
  margin: 5px 0px;
}

hr{
  margin-bottom: 40px;
}

.anchor-div{
  padding: 1px;
}

@media only screen and (max-width: 376px){
  h1{
      font-size: 40px;
  }

  h2{
    font-size:32px;
  }

  .header-link-row{
    font-size: 22px;
    text-align: center;
    min-width: 160px;
    margin: 0px;
  }

  #overall-cont{
    margin-bottom:100px;
  }

  .ques-txt{
    margin-top:20px;
  }

  

  hr{
    margin-bottom: 60px;
  }
}

