::selection,
::-moz-selection {
	/*background: rgb(139, 35, 70);*/
	}

a:active,
a:focus,
a:hover {
	color: rgba(0, 0, 0, 0.5);
	}

/*header a.back,
header a.contact {
	color: rgba(0, 0, 0, 0.375);
	}

header a.back:hover,
header a.contact:hover {
	color: rgba(0, 0, 0, 0.8);
	}*/


section.logo_grid a {
	text-decoration: none;
	}

section.logo_grid > .row > div.columns {
	margin-bottom: 1.875rem;
	}

section.logo_grid > .row > div.columns:last-of-type {
	float: left;
	}

h6 {
	color: rgba(0, 0, 0, 0.8);
	margin-top: 1rem;
	margin-bottom: 0;
	line-height: 1rem;
	}
	
h7 {
	text-transform: lowercase;
	font-variant: small-caps;
	line-height: .79375rem;
	font-weight: 300;
	letter-spacing: 0.25rem;
	color: rgba(0, 0, 0, 0.6);
	font-size: .79375rem;
	}

section.details:last-of-type {
	display: none;
	}