#logo-box{
    
}
#logo-box img{
    max-width: 250px;
} 

#header-section{
    position: relative;
    width: 100%;
    background-color: rgb(167, 214, 255);
}

.breadcrumb-item+.breadcrumb-item::before {
 
    content: '»'!important;
    color: white!important;
}
@media only screen and (min-width: 768px)   {
    #header-section{ 
        background: #ebeded;
    }
  }
  @media only screen and (max-width: 768px)   {
        #header-section {
            background-color: #141414;
        }
        #header-section a {
            color: #a6a6a6;
        }
        #header-section a:hover {
            color: orangered;
        }
 
    }