*, *:before, *:after {
  box-sizing: border-box;
}

body {
	text-align: center;
	line-height: 150%;
	font-family: 'Arapey', serif;
	font-size: 14px; 
	text-align: center;
	margin: 0px;
	background-color: #eee;
	background-image: url(pattern.jpg);
	color: #555;
}

img {border-style: none;}

#main {
	margin: 40px auto 20px auto; 
	padding: 1em;
	font-size: 1.8em; 
	text-align: center; 
	line-height: 1.5;
	width: 85%;
	max-width: 1320px;
	background-color: #fff;
	background-color: rgba(255,255,255,.75);
}

#footer {
	margin: 1em 0 0 0;
	font-size: .9em;
}

.section {
	-webkit-columns: 300px 2;
	   -moz-columns: 300px 2;
	        columns: 300px 2;
}

#sites {
	margin: 10px 150px;
}
.item {
	display: inline-block;
	margin: 7px;
	position: relative;
}
.item .caption {
	border-radius: 50%;	
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	transition: .5s ease;
}
.caption span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
}
.caption span em {
	display: block;
	font-size: .8em;
}
.item a, .item a:hover {
	color: #222;
	text-transform: uppercase;
	line-height: 1.1;
	font-size: .9em;
}
.item img {
	border-radius: 50%;	
	width: 200px;
	opacity: .9;
	transition: .8s ease;
	border: 0px solid #fff;
}
.item:hover img, .item:hover span {
	opacity: 1;
}
.item:hover img {
	border: 5px solid #fff;
}
.item:hover .caption {
	background-color: rgba(255,255,255,.7);
}

h1 {
	font-size: 2.8em;
	font-style: italic;
	line-height: 1.12;
	margin: 0 0 10px 0;
}
@media screen and (max-width: 1280px) {
	h1 { width: 80%; font-size: 2.4em; margin-left: auto; margin-right: auto; }
	#sites { margin: 10px 50px; }
	.item img { width: 160px; }
}
@media screen and (max-width: 850px) {
	h1 { width: 95%; font-size: 2.2em; }
	#main { 
		width: 95%; 
		font-size: 1.4em;
		position: static;
		top: 0;
		left: 0;
		transform: none;
		margin-top: 180px;
	}
	#sites { margin: 4px; }
	.item {margin: 2px;}
	.item img { width: 110px; }
}

i {color: #4c4a54;}
em {color: #59535b;}
b {font-weight: normal; color: #35313f;}

p {text-align: left; margin: 0 auto .8em auto;}
#footer p {text-align: center;}
.section p:first-child:first-letter {
	color: #ad5054;
	float: left;
	font-size: 5.25em;
	line-height: .8;
	padding: 5px 8px 0 2px;
}

a {color: #64a2b7; text-decoration: none;}
a:hover {color: #c95d63; text-decoration: none; cursor: help;}
p a {box-shadow: inset 0 -6px 0 #fbe8e9; line-height: 1; display: inline-block; text-indent: 0; padding: 0 2px;}
p a:hover {box-shadow: inset 0 -6px 0 #cde5ed;}