
.bg-hero {
  background: url('../images/background.png') no-repeat center center;
  background-size: cover; /* fills both directions, crops if necessary */
}


    #label{
      font-size: 13px;
      font-weight:bold !important;
    }
    th{
      color:darkblue !important;
    }
    .btnr_forms:hover{
      color:white;
      background:#FF9529;
      border:1px solid #FF9529;
        }
        .btnr_forms:focus{
          color:#f1f1f1;
      background:#FF9529;
      border:1px solid #FF9529 !important;
      outline:none;
      
           
            
            }
            .btnr_forms:active{
              color:#f3f3f3;
          background:#FF9529;
          border:1px solid #FF9529 !important;
               
                
                }

           .btnr_forms{
            color:black;
            background:lightgrey;
            border:1px solid lightgrey;
            border-radius:5px;
           }
    .btn_forms:hover{
      color:#FF9529;
      background: white;
      border:1px solid #FF9529;
        }
        .btn_forms:focus{
          color:#FF9529;
          background: white;
          border:1px solid #FF9529;
           
            
            }

           .btn_forms{
            color:white;
            background:#FF9529;
            border:1px solid #FF9529;
            border-radius:5px;
           }
            svg:hover {
                fill: white !important;
               
              }
              svg:focus {
                fill: white !important;
              }
              .calendar {
                margin-top:10px;
               
                width: 98%;
                border: 1px solid #fefefe;
                border-radius: 5px;
                font-family: Arial, sans-serif;
                text-align: center;
                padding:5px;
              }
              
              .month {
                background-color:transparent;
                color: #333;
                font-size: 16px;
                padding: 5px;
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
              }
              
              .days {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                padding: 5px;
              }
              
              .day {
                width: 30px;
                height: 30px;
                margin: 5px;
                background-color: #f0f0f0;
                border-radius: 50%;
                line-height: 20px;
                padding:5px;
              }
              
              .day:hover {
                background-color: #FF9529;
                color: #fff;
              }
/* .   Code for special nav bar */


.topnav {
  overflow: hidden;
  background-color: white;
  border: 1p solid #fafafa;
  color:white;
  padding:15px;
}

.topnav a {
  float: left;
  display: block;
  color: #333;
  text-align: center;
  padding: 14px 50px;
  text-decoration: none;
  font-size: 17px; 
}

.topnav a:hover {
  background-color: #FF9529;
  color:#fafafa;
  border-radius:15px;
}

.topnav a.active {
  background-color: #FF9529;;
  color:#fafafa !important;
  border-radius:15px;
}
.topnav a.focus{
  background-color: #FF9529;;
  color:#fafafa !important;
  border-radius:15px;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


