.mucb-footer{
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	-webkit-filter: brightness(0.55);
    filter: brightness(0.55);
}
.mucb-footer .footer-brand,
.mucb-footer .footer-center,
.mucb-footer .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer Brand */

.mucb-footer .footer-brand{
	width: 100%;
	text-align: center;
}

/* Brand */

.mucb-footer h3{
	color:  black;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.mucb-footer h3 span{
	color:  white;
}

/* Footer links */

.mucb-footer .footer-links{
	color:  red;

	padding: 0;
}

.mucb-footer .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  white;
}

.mucb-footer .footer-name{
	color:  white;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

/* Footer Center */

.mucb-footer .footer-center{
	width: 35%;
}

.mucb-footer .footer-center i{;
	color: white;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.mucb-footer .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.mucb-footer .footer-center p{
	display: inline-block;
	color: white;
	vertical-align: middle;
	margin:0;
}

.mucb-footer .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.mucb-footer .footer-center p a{
	color:  white;
	text-decoration: none;;
}


/* Footer Right */

.mucb-footer .footer-right{
	width: 20%;
}

.mucb-footer .footer-mucb-about{
	line-height: 20px;
	color:  white;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.mucb-footer .footer-mucb-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bolder;
	margin-bottom: 20px;
}

.mucb-footer .footer-icons{
	margin-top: 25px;
}

.mucb-footer .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}
@media (max-width: 880px) {

	.mucb-footer{
		font: bold 14px sans-serif;
	}

	.mucb-footer .footer-brand,
	.mucb-footer .footer-center,
	.mucb-footer .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.mucb-footer .footer-center i{
		margin-left: 0;
	}

}


nav li { display: inline; line-height: 1.56em;}
nav li a {
  display: block;
  text-align: center;
  font-size: 17px;
  font-weight: 70;
  text-transform: none; 
  text-decoration: none;
  margin-right: 14px;
  padding: 9px 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.navbar-nav li a:hover{
  	border-bottom:3px solid black;
  	
}
.navbar-nav li a active
{
  background-color: red;
}
.dropdown-menu
{
	background-color: green !important;
    opacity: 1;
	text-align: center;
}

.navbar
{
	font-weight: bolder !important;
	width: 100% !important;
	
}

.navbar-nav li>a
{	
	text-align: center !important;
}
.navbar-toggle
{
	background-image: linear-gradient(10deg,black,white) !important;
}
nav
{
  color: white;
  margin-bottom: -1px !important;
  margin-top: -30px;
  background-image: linear-gradient(10deg,green,white);

}

/*header*/
.header
{
  width: 100%;
  margin-top: -45px;
}
