/* Remove the navbar's default rounded borders and increase the bottom margin */ .navbar {
              width: 80%;
              background-color: #ff780a;/*#d47c00;*/
              overflow: auto;
              color: white;
              margin-top:3px;}
    .navbar a {
      float: left;
      padding: 12px;
      
      text-decoration: none;
      font-size: 17px;
      
}
    .navbar a:hover {
      background-color: #10064b;
}
    .active {
                  background-color: purple;
            }
    @media screen and (max-width: 500px) {
                  .navbar a {
                    float: none;
                    display: block;
                  }
            }
    /* Remove the jumbotron's default bottom margin */ 
  .jumbotron {
         margin-bottom: 0;
    }
  
  .bheader,.bfooter {
      padding: 25px;
      background-color:#ff780a; /*#d47c00;*/
       
  }
  a {
      color:#302973;
  }
  a:hover{color:red;}
  
  .bfooter{
      color:white;
      font-weight:bolder;
  }
  .buttonp {
      background-color: #d88841;
      color:white;
      font-weight:bolder;
  }
  .buttono {
      background-color:#333372;
      color:white;
      font-weight:bolder;
  }
  .custom-combobox {
    position: relative;
    display: inline-block;
  }
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
  }
  .custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
    }