
.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 0px;
  width: auto;
}

.navbar {
    color: black;
    background-color: #FFFFFF;
}

.navbar-nav>li>a:hover {
    color: #e85d50;
}

.navbar-default .navbar-nav>li>a {
    color: black;
}

@media screen and (max-width: 1024px)
{
   #sidebargodown{
	height: 0;
    position: absolute;
    bottom: 0;
   }
   .container-fluid{

    position: relative;
   
   }
}

@media (max-width: 767px){
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #0f0d0d;
	}
}

@media only screen and (max-width: 1024px) {
#sidebargodown {
    height: initial !important;
    position: initial !important;
    bottom: initial !important;
}
}

@media only screen and (max-width:400px) {
.footer {
    text-align: center !important;
    position: absolute !important;
    bottom: initial !important;
    left: 0 !important;
    width: 100% !important;
    background-color: #fff !important;
}
}


