/*!
 * MX-Project CSS Library v0.0.1
 *
 * Copyright JS Foundation and other contributors
 * Released under the MIT license
 * https://jquery.org/license
 *
 * Date: 2017-011-07T23:19Z
 */
 
 /* HEADER */
.navbar-brand > img{
	max-height: 70px;
}


/* INDEX */

.mxd-banner{
	margin-top:70px;
}

/* FOOTER */

.mxd-footer{
	background-color: #212121;
	font-size: 90%;
    color: #b0b0b0;
}

.mxd-copyright{
	background-color: #212121;
    color: #b0b0b0;
}

.mxd-footer a{
    color: #b0b0b0;
}
.mxd-footer a:hover,.mxd-footer a:focus{
    color: #b2b2b2;
}
.mxd-copyright{
	/* background-color:#007bff;
	color:white; */
	font-size: 90%;
}


.btn-whatsapp {
	background-color: #25D366;
	color: white;
}


.color-fb {
	color: #3B5998!important;
}

.color-google-plus {
	color: #DB4A39!important;
}

.color-twitter {
	color: #00ACEE!important;
}

.navbar-nav .nav-item {
	display: flex;
}

.navbar-nav .nav-link {
	align-self: center;
}

.bg-overlay{
	background-color: #ffffffbf;
}

.doyouknow .img-thumbnail{
	width: 300px;
	height: 173px;
}

.mxdp-brandlogo{
	max-width: 200px;
}