@CHARSET "UTF-8";

#habitsIntroduction .card-image {
	height: 160px;
}

#habitsIntroduction .box-shadow:not(:last-child) {
	margin-bottom: 20px;
}

#habitsIntroduction .mdi-navigation-close {
	position: absolute;
	right: 8px;
	color: #fff;
	top: 8px;
	z-index: 10;
	font-size: 30px;
	opacity: 0.8;
	transition: opacity 200ms ease-in-out;
	cursor: pointer;
}

#habitsIntroduction .mdi-navigation-close:hover {
	opacity: 1;
}

#habitsIntroduction .card-image .image {
	height: 100%;
}

#habitsIntroduction {
	box-shadow: none;
}

#habitsIntroduction .card-image .image {
	background-size: cover;
	background-position: 50%;
}

#habitsIntroduction .card-image .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.4);
}

#habitsIntroduction .card-content {
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	padding-bottom: 0;
}

#habitsIntroduction .card-action a {
	text-decoration: none;
}
#habitsIntroduction .card-action span {
	color: #009fe3;
	transition: color .3s ease;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 500;
}

#habitsIntroduction .card-image .card-title {
	z-index: 1;
	font-weight: 400;
	font-size: 20px;
}

#habitsIntroduction .card-image .card-title .month {
	display: block;
	font-size: 16px;
	margin-bottom: 4px;
	font-weight: 300;
}