/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.text-shadow-custom{
	text-shadow: 3px 3px 3px rgba(0,0,0) !important;
}

.mugshot {
	display: block;
	width : 80px;
	height : 80px;
	background-repeat: no-repeat;
	background-size : cover;
}

.li-custom {list-style: none;}

.li-custom::before {
    content: '\27A2';
}