.circle {
	-webkit-transition: box-shadow 0.25s ease;
    -moz-transition: box-shadow 0.25s ease;
    -o-transition: box-shadow 0.25s ease;
    transition: box-shadow 0.25s ease;
	-webkit-transition: background 0.25s ease;
    -moz-transition: background 0.25s ease;
    -o-transition: background 0.25s ease;
    transition: background 0.25s ease;
	box-sizing: border-box;
	background-color: rgb(234,113,37);;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
	position: absolute;
	left: 50%;
	top: 50%; 
	border-radius: 50%;
	width: 300px;
	height: 300px; 
	padding: 0;
}

.circle-title, .circle-title2 {
	color: white;
	text-align: center;
	display: none;
	margin: 0 auto;
	line-height: 1em;
	margin-top: -.5em;
	top: 50%;
	text-transform: uppercase;
	position: relative;
}

.circle-title2 {
	margin-top: -1em;
}

.circle-text {
	padding: 2em;
	margin-top: 2em;
	color: white;
	display: none;
}

.circle-title.active, .circle-title2.active, .circle-text.active {
	display: block;
}

.circle:hover .circle-title, .circle.hovered .circle-title {
	display: block;
	visibility:visible;
}

#scholarship-1 {
	background-image: url(../images/scholarship.jpg);
	z-index: 7;
}

.circle.active:hover {
	-webkit-box-shadow: inset 0px 0px 30px 31px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    inset 0px 0px 30px 31px rgba(50, 50, 50, 0.4);
	box-shadow:         inset 0px 0px 30px 31px rgba(50, 50, 50, 0.4);
}

#scholarship-1.active, #scholarship-1:hover, #scholarship-1.hovered {
	-webkit-box-shadow: inset 0px 0px 30px 31px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    inset 0px 0px 30px 31px rgba(50, 50, 50, 0.4);
	box-shadow:         inset 0px 0px 30px 31px rgba(50, 50, 50, 0.4);
	background-image: url(../images/scholarship-active.jpg);
	z-index: 12;
}

#scholarship-2 {
	background-image: url(../images/scholarship-2.jpg);
	z-index: 6;
}

#scholarship-2.active {
	background-image: url(../images/scholarship-2-active.jpg);
	z-index: 11;
}

#scholarship-3 {
	background-image: url(../images/scholarship-3.jpg);
	z-index: 5;
}

#scholarship-3.active {
	background-image: url(../images/scholarship-3-active.jpg);
	z-index: 13;
}

#community-1 {
	background-image: url(../images/community.jpg);
	z-index: 8;
}

#community-1.active, #community-1:hover, #community-1.hovered {
	-webkit-box-shadow: inset 0px 0px 30px 31px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    inset 0px 0px 30px 31px rgba(50, 50, 50, 0.4);
	box-shadow:         inset 0px 0px 30px 31px rgba(50, 50, 50, 0.4);
	background-image: url(../images/community-active.jpg);
	z-index: 12;
}

#community-2 {
	background-image: url(../images/community-2.jpg);
	z-index: 5;
}

#community-2.active {
	background-image: url(../images/community-2-active.jpg);
	z-index: 11;
}

#community-3 {
	background-image: url(../images/community-3.jpg);
	z-index: 6;
}

#community-3.active {
	background-image: url(../images/community-3-active.jpg);
	z-index: 13;
}

#faith-1 {
	background-image: url(../images/faith.jpg);
	z-index: 9;
}

#faith-1.active, #faith-1:hover, #faith-1.hovered {
	-webkit-box-shadow: inset 0px 0px 30px 31px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    inset 0px 0px 30px 31px rgba(50, 50, 50, 0.4);
	box-shadow:         inset 0px 0px 30px 31px rgba(50, 50, 50, 0.4);
	background-image: url(../images/faith-active.jpg);
	z-index: 12;
}

#faith-2 {
	background-image: url(../images/faith-2.jpg);
	z-index: 6;
}

#faith-2.active {
	background-image: url(../images/faith-2-active.jpg);
	z-index: 13;
}

#faith-3 {
	background-image: url(../images/faith-3.jpg);
	z-index: 5;
}

#faith-3.active {
	background-image: url(../images/faith-3-active.jpg);
	z-index: 11;
}
.shadow-box.active {
	z-index: 10 !important;
}
