body *{
	color: black !important;
	background-color: white !important;
	letter-spacing: 1px;
}
body img{
	filter: grayscale(1) !important;
}
#main-slide .carousel-item img {
	filter: grayscale(1) brightness(1.5) blur(2px) !important;
}
.carousel-caption{
	background-color: transparent !important;
}
.carousel-caption h1{
	background-color: transparent !important;
}
.carousel-caption h5{
	background-color: transparent !important;
}
body .mdi{
	background-color: transparent !important;
	color: black !important;
}
body .mdi::before{
	background-color: transparent !important;
	color: black !important;
}
.navbar-toggler{
	background-color: black !important;
}