.style-accent {
	background: #E97132;
	color: #fff;
}

.somerset-navy {
	background: #156082;
	color: #fff;
}
.btn.somerset-navy:hover {
	background: #3390bb;
	color: #fff;
}

.somerset-orange {
	background: #E97132;
	color: #fff;
}

.somerset-green {
	background: #196B24;
	color: #fff;
}

.somerset-blue {
	background: #0F9ED5;
	color: #fff;
}

.somerset-purple {
	background: #A02B93;
	color: #fff;
}

.home-panes {
	background-size: cover;
	background-position: center;
	background-blend-mode: soft-light;
	position: relative;
	height: 20em;
	padding: 0;
}
.home-panes .inner-label {
	width: 100%;
	color: #fff;
	font-weight: bold;
	font-size: larger;
	padding: .5em .5em 1.25em .5em;
}

.home-panes.pane-1 {
	background-image: url('/static/img/pane1.jpg');
	background-color: #156082;
}
.home-panes.pane-1 .inner-label {
	background-color: #156082B2;
}

.home-panes.pane-2 {
	background-image: url('/static/img/pane2.jpg');
	background-color: #E97132;
}
.home-panes.pane-2 .inner-label {
	background-color: #E97132B2;
}

.home-panes.pane-3 {
	background-image: url('/static/img/pane3.jpg');
	background-color: #196B24;
}
.home-panes.pane-3 .inner-label {
	background-color: #196B24B2;
}

.home-panes.pane-4 {
	background-image: url('/static/img/pane4.jpg');
	background-color: #0F9ED5;
}
.home-panes.pane-4 .inner-label {
	background-color: #0F9ED5B2;
}

.home-panes.pane-5 {
	background-image: url('/static/img/pane5.jpg');
	background-color: #A02B93;
}
.home-panes.pane-5 .inner-label {
	background-color: #A02B93B2;
}

@media (min-width: 768px) {
	.home-panes {
		height: 600px;
	}
	.home-panes .inner-label {
		width: 80%;
	}
}