.nav > li > a {
    padding: 23px 16px;
    font-weight: 500;
}

/* FOOTER */
.footer{
	background: #6C151D;
    color: #fff;
}
.footer__content{
	min-height: 5px;
}
.footer .col-xs-12, .footer [class^="col-"]{
	margin-bottom: 0;
}