.link-block {
text-align: center;
margin-bottom: 15px;
padding: 20px 15px;
margin-top: 30px;
color: rgb(136, 136, 136);
}

.link-block:hover {
box-shadow: 0 0 15px #888;
}

.link-block h4 {
	font-size: 26px;
	font-weight: 800;
	color:#007680;
	font-family: "Real Text";
}

.link-block h2 {
	font-size: 36px;
	font-weight: 400;
	color:#007680;
	font-family: "Real Text";
}

.mini-link-block {
margin-bottom: 5px;
padding: 5px;
margin-top: 0px;
color: rgb(136, 136, 136);
font-size: 15px;
font-style: italic;
font-family: "Droid Sans", Georgia;
}

.mini-link-block:hover {
box-shadow: 0 0 15px #888;
}

.mini-link-block h4 {
    transition: text-shadow 1s;
    font-size: 24px;
	font-weight: 600;
	color:#007680;
	font-family: "Real Text";
}
