.btn-link-effect-mj {
	position: relative;
}

.btn-link-effect-mj:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0;
	height: 2px;
	background: var(--dark);
	transition: width 0.25s ease-out;
}

.btn-link-effect-mj:hover:before, .btn-link-effect-mj:active:before {
	width: 100%;
	color:#ffbc00;
}

hr.separator {
	margin: 50px 0 50px 0;
	border-top: 1px dotted #555555;
}

.badge-mj-light {
	background-color: #444444;
	color:#cecece;
}