a{color: #3f51b5 ;}
.docs-nav a:active, .docs-nav .active {

  border-right: 2px solid #3f51b5;
}
.fullWidthContainer {  max-width: 100%!important;}
nav.bg-primary {
  background-color: rgb(122, 0, 255);
  background-color: #fff;
  border-bottom-color: rgb(255, 255, 255);
  border-bottom-left-radius: 2px;
}
header {
  background:#3f51b5 !important;
  color: #fff;
} 
nav ul.toplinks {
  float: right; 
}
nav ul.toplinks a  {
  color:#00b67a;font-weight: 700;
}
.topHeading {
  color:  #555;
  font-weight: 700;
  font-family: Raleway;
}
nav a:hover {
  background:  transparent;
  text-decoration: none;
}
.btn {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  border-width: 0;
  outline: none;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
  transition: background-color .3s;
  background-color: #7a00ff;
  min-width: 125px;
  text-align: center;
  color: #fff !important;
  font-weight: 700;
}
.btn:hover, .btn:focus {
  background-color: #7a00ff !important;
  color: #fff!important;
}
.btn > * {
  position: relative;
}
.btn span {
  display: block;
  padding: 12px 24px;
}
.btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  padding-top: 0;
  border-radius: 100%;
  background-color: rgba(236, 240, 241, .3);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn:active:before {
  width: 120%;
  padding-top: 120%;
  transition: width .2s ease-out, padding-top .2s ease-out;
}
.warning{color: #ec5b22; margin-left: 20px;}
section {
  text-align: justify;
  padding: 1rem;
}
.text-left {text-align: left;}
.thankyou-text {color:green;text-align: center;}