/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


body.website-sma #header {
	border-bottom: solid 10px #E00053 !important;
}

body.website-sma #footer .counter {
	color:  #E00053;
}

.menu-item-last a {
	color: #E00053;
}

.article-body ul li {
	margin-left: 40px;
}
@media only screen and (max-width: 766px) {
	.img-fluid{
		max-width: 172px;
		max-height: 228px;
	}
}