#custom-bootstrap-menu.navbar-default .navbar-brand2 {
    color: rgba(219, 132, 17, 1);
}
#custom-bootstrap-menu.navbar-default {
    font-size: 14px;
    background-color: rgba(219, 132, 17, 1);
    border-bottom-width: 0px;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: rgba(15, 4, 4, 1);
    background-color: rgba(245, 192, 79, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(209, 0, 0, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(209, 0, 0, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #d10000;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: #d10000;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #d10000;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #db8411;
}

.example2 .navbar-brand2>img {
  padding: 7px 5px;
  
  
}

.navbar-brand2 {
  padding: 0px;
}
@media (max-width:320px){.navbar-brand2>img {
  height: 50%;
  max-height: 50%;
  padding: 5px;
  width: 50%;
  max-width: 50%;
}}
@media (max-width:768px){.navbar-brand2>img {
  height: 50%;
  max-height: 50%;
  padding: 5px;
  width: 50%;
  max-width: 50%;
}}
@media (max-width:480px){.navbar-brand2>img {
  height: 75%;
  max-height: 75%;
  padding: 5px;
  width: 75%;
  max-width: 75%;
}}


