.navbar-custom {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-size: 0.8rem;
  }
  
  .navbar-custom  .navbar-inner {
    background:transparent;
  }
  
  .navbar-custom {
    background-color: #ff5500;
  }
  
  .navbar-custom .navbar-brand {
    padding: 0px;
  }
  
  .navbar-custom .navbar-brand > img {
    padding: 0px;
    width: 60px;
  }
  
  /* change the brand and text color */
  .navbar-custom .navbar-brand,
  .navbar-custom .navbar-text {
    color: rgba(255, 255, 255, 0.8);
    font-weight: bold;
  }
  
  .navbar-custom .navbar-nav .nav-right {
    display: flex;
    justify-content: flex-end !important;
  }
  
  .navbar-nav .nav-right {
    display: flex;
    justify-content: flex-end !important;
  }
  
  /* change the link color and padding  */
  .navbar-custom .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1.0);
    /* color: white; */
    font-weight: bold;
    padding: 0.5rem 1rem;
  }
  
  /* change the color and bg color of active or hovered links */
  .navbar-custom .nav-item.active .nav-link {
    color: #ffffff;
    font-weight: bold;
    background-color: #d4894b;
    border-radius: 15%;
  }
  
  .navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
    background-color: #ff5500;
    border-radius: 15%;
  }
  
  /* for dropdown only - change the color of droodown */
  
  .navbar-custom .dropdown-content li > span {
   font-size: 10px;
  }
  
  .navbar-custom .dropdown-menu {
    background-color: #ff5500;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-size: 1.0rem !important;  
  }
  
  .navbar-custom .dropdown-item a {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
    font-size: 1.0rem !important;
    color: #ffffff !important;
  }
  
  .navbar-custom .dropdown-item:hover,
  .navbar-custom .dropdown-item:focus {
    color: #333333;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.5);
  }
  
  
  .navbar-fixed {
    overflow: hidden;
    background-color: #333;
    position: fixed;
    top: 70px;
    width: 100%;
  }
  
  .navbar-fixed a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .navbar-fixed a:hover {
    background: #ddd;
    color: black;
  }
  
  .fa {
    height: 1.5rem;
  }
  
  
  .btn-fb {
    background:#343a40 !important;
  }