.navbar-brand img{
  	filter: none !important;
}

.header-navbar .my-btn-secondary {
    color: #fff;
}
#stickyNavbar{
  background : transparent !important;
}

#stickyNavbar.sticky {
    background: #000 !important;
}

@media (max-width: 768px) {
    .welcome-box h1 {
        font-size: 46px !important;
    }
  .welcome-box {
        width: 100%;
    }
}