a {
	color: #f1c496;
	text-decoration: none;
}

a:hover,
a:active {
	color: #f1c496;
	text-decoration: underline;
}


.coronis-img {
	max-width: 250px;
}

.shovel-wrap {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 80px;
}

.shovel-img {
	max-width: 400px;
}

.sm-blurb {
	font-size: 20px;
}

.blurb-attr {
	text-align: right;
	font-style: italic;
	font-weight: bold;
	margin-top: 30px;
	padding-left: 25%;
}

.sm-summary {
	font-size: 18px;
	padding-right: 60px;
}

.sm-details {
	font-size: 16px;
	padding-left: 50px;
}

.sm-details b {
	color: #fff;
}

.sm-details h2,
.sm-details h3 {
	color: #fff;
}

ul.desc-list {
	color: #fff;
	list-style: revert;
	padding: initial;
	padding: 30px;
}

.star-rating {
	font-size: 42px;
	color: yellow;
}


@media only screen and (max-width: 768px) {  
	.sm-summary {
		padding-right: 15px;
	}

	.sm-details {
		padding-left: 15px;
	}
}