.navbar {
    -webkit-box-shadow: 0 8px 6px -6px #4b0082;
    -moz-box-shadow: 0 8px 6px -6px #4b0082;
    box-shadow: 0 8px 6px -6px #4b0082;
}
.navbar-brand p {
  color: #4b0082;
  font-size: 15px;
  /*margin-top: 7px;*/
}
.menu{
  color: #4b0082;
  font-size: 15px;
}
.menu:hover {
  text-shadow: 0px 1px 1px #4b0082;
  
}
.footer {
    clear: both;
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 100px;
    height: 100px;
    width: 100%;
    background-color: #4b0082;
    color: white;
    text-align: center;
}

#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #4b0082;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50px 50px 0px 0px;
}

#myBtn:hover {
  background-color: #555;
}

div.info {
    color: pink;
    display: box;
    text-align: center;
    padding: 5px;
    margin-top: -20px;
    margin-bottom: 15px;
    border: 1px solid red;
    background: #66131c;
}
.postbtn {
  background-color: white;
  display: box;
  border: 1px solid #4b0082;
  border-radius: 20px;
  width: 60px;
  height: 30px;
  padding: 2px 2px 2px 2px;
  transition: all 300ms ease-out;
}
.postbtn:hover{
  background-color: #4b0082;
  opacity: 0.7;
  color: white;
}
.cancelbtn {
  background-color: white;
  display: box;
  border: 1px solid #4b0082;
  border-radius: 20px;
  width: 60px;
  height: 30px;
  padding: 2px 2px 2px 2px;
  transition: all 300ms ease-out;
}
.cancelbtn:hover{
  background-color: #4b0082;
  opacity: 0.3;
  color: white;
}

.abox .editbtn {
  background-color: white;
  display: box;
  border: 1px solid #4b0082;
  border-radius: 20px;
  width: auto;
  height: 30px;
  padding: 5px 5px 5px 5px;
  color: #4b0082;
  transition: all 300ms ease-out;
}
.abox .editbtn:hover{
  background-color: #4b0082;
  color: white;
}
.abox .delbtn {
  background-color: white;
  display: box;
  border: 1px solid #4b0082;
  border-radius: 20px;
  width: auto;
  height: 30px;
  padding: 5px 5px 5px 5px;
  color: #4b0082;
  transition: all 300ms ease-out;
}
.abox .delbtn:hover{
  background-color: #C70039;
  color: white;
  text-decoration: none;
}
.yesbtn {
  background-color: white;
  display: box;
  border: 1px solid #07ED31;
  border-radius: 20px;
  width: 60px;
  height: 30px;
  padding: 2px 2px 2px 2px;
  transition: all 300ms ease-out;
}
.yesbtn:hover{
  background-color: #07ED31;
  opacity: 0.7;
  color: white;
}
.confusebtn {
  background-color: white;
  display: box;
  border: 1px solid #FFC300;
  border-radius: 20px;
  width: 80px;
  height: 30px;
  padding: 2px 2px 2px 2px;
  transition: all 300ms ease-out;
}
.confusebtn:hover{
  background-color: #FFC300;
  opacity: 0.7;
  color: #4b0082;
}
.nobtn {
  background-color: white;
  display: box;
  border: 1px solid #F0F5F8;
  border-radius: 20px;
  width: 60px;
  height: 30px;
  padding: 2px 2px 2px 2px;
  transition: all 300ms ease-out;
}
.nobtn:hover{
  background-color: #02111A;
  opacity: 0.7;
  color: white;
}
.answer-box-parent {
  border: 1px solid #212529; 
  border-radius: 0px; 
  padding: 5px; 
  margin: 10px;
}
.qbox {
  border-bottom: 1px solid #4b0082;
  border-radius: 10px; 
  padding: 5px; 
  margin: 10px;
  
    /*box-shadow: -3px -3px 6px -6px #4b0082;*/
}
.postq {
  height: 250px;
  padding: 10px;
  box-shadow: 0 0 10px #4b0082;
}
.qabox {
  background-color: white;
  box-shadow: 0 0 3px #4b0082;
  border-radius: 10px; 
  padding: 20px; 
  margin: 10px;
}
.border {
  border-left: 3px solid #4b0082;
  padding: 5px;
  opacity: 0.8;
}
.bordershadow {
    height: 40px;
    width: 100%;
    line-height: 40px;
    text-align: center;
    border: 1px solid #4b0082;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 20%);
    transition: all 200ms ease-out;
    color: #4b0082;
}
.bordershadow:hover {
box-shadow: 0 0 8px #4b0082;
}
.abox {
  /*border-bottom: 1px solid #4b0082;
  border-radius: 10px; 
  padding: 5px; 
  margin: 10px;*/
  
    box-shadow: -3px -3px 6px -6px #4b0082;
}
.input-box {
  border: none;
}
.qform textarea {
  border: 1px solid #4b0082;
  border-radius: 40px;
  color: #4b0082;
}
.sform textarea {/*search form*/
  border: 1px solid #4b0082;
  border-radius: 40px;
  color: #4b0082;
}
.heading {
  color: #4b0082;
  opacity: 0.7;
  font-size: 25px;
  border-top: 1px solid #4b0082;
  border-bottom: 1px solid #4b0082;
  border-radius: 10px;
  width: 100%;
}
.qinfo {
  margin-left: 10px;
  color: #4b0082;
  opacity: 0.7;
  font-size: 15px;
}
.ainfo {
  font-size: 15px;
  color: #4b0082;
  opacity: 0.6;
}
.a {
  font-size: 20px;
  margin-left: 5px;
  color: #4b0082;
}
.verifybox {
  margin-top: 70px;
}
.textcolor {
  color: #4b0082;
}
.notice {
  line-height: 40px;
  text-align: center;
  color: #4b0082;
}
.sidebox  {
    height: 50px;
    width: 100%;
    line-height: 40px;
    border: 1px solid #4b0082;
    border-radius: 3px;
    box-shadow: 0 0 8px #4b0082;
    color: #4b0082;
}
.box {
  border-top: 1px solid #4b0082;
  border-radius: 10px; 
  padding: 5px; 
  margin: 10px;
}
.votebox p {
  font-size: 10px;
  margin-left: 20px;
}
.float-container {
    border: 3px solid #fff;
    padding: 20px;
}

.float-child {
    width: 50%;
    float: left;
    padding: 20px;
    border: 2px solid red;
}  
.cust-a{
    color: #ffffff;
    font-style:italic;
}
.cust-a:hover{
    color: #F9FF33;
}
