@charset "UTF-8";
.display-4 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    text-align: center;
    color: #000000;
}

.lead {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    text-align: center;
    color: #000000;
}

.text-center {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    color: #000000;
}

body {
    background-color: #ffffff;
}

.center-block {
}

.card { 
border: none;
}

.center {
}

.navbar-toggler {
  margin: 1 auto;
}

.carousel-indicators li {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background-color: #000;
}

.card-body a:link{
	text-decoration:none;
}


.footer{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}
.logo-mmd{
    background-color: #393D42;
	height: 94px;
	display: flex;
	align-items: center;
	justify-content: center
}

.tag{
	background-color: #ffffff;
}


.error {
    color: #79C907;
}

