/* FRONTPAGE */

.explore-menu-header {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 800;
	text-decoration: underline;
}

.explore-btn {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .175em;
	background: #E6E6FA;
	margin-bottom: 10px;
}

.explore-btn.active {
	background: #ADD8E6;
}

.explore {
	color: #ccc;
}

.filterable {
	margin-bottom: 40px;
}

.explore-section a {
	outline: none;
	text-decoration: underline;
	text-decoration-color: pink;
}

.explore-element a {
	outline: none;
	text-decoration: underline;
	text-decoration-color: pink;
}

.explore-header {
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: .175em;
	line-height: 1.5em;
	color: #474747;
	font-weight: 600;
	margin-bottom: 12px;
}

.explore-section {
	font-size: 19px;
	text-transform: uppercase;
	letter-spacing: .175em;
	line-height: 1.6em;
	color: #474747;
	font-weight: 600;
	margin-bottom: 20px;
}

.explore-element {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: .175em;
	line-height: 1.4em;
	color: #474747;
	font-weight: 600;
}

.explore-description {
	font-size: 16px;
	letter-spacing: .05em;
	line-height: 1.1em;
	color: #474747;
	font-weight: 500;
}

.explore-subdescription {
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 1.1em;
	color: #474747;
	font-weight: 500;
}

.explore-menu {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .175em;
	line-height: 1.5em;
	color: #474747;
	font-weight: 600;
	height: auto;	
}

.explore-menu.nav-pills > .active > a {
	line-height: 1.2em;
}

.explore-menu.nav-pills.nav-stacked > li > a {
	line-height: 1.2em;
}

.explore-image {
	border: 1px solid #a6a6a6;
	
}
