/* Category Photo Block */
.photo-category {
	position: relative;
	z-index: 1;
    width: 100%;
}

/* Category Photo Formatting */
img.photo-category {
	display: block;
    width: 100%;
    height: auto;
}

/* Category Photo Title Block */
.photo-category-title {
	position: absolute;
	z-index: 2;
	top: 40%;
	width: 100%;
	text-align: center;
}

/* Category Photo Title Header */
.photo-category-h2 {
	font-weight: normal;
}

/* Category Photo Title Link */
.photo-category-title-url {
	color: #ffffff;
	font-size: 2.1em;
	text-shadow: 0px 0px 15px #262626;
	text-decoration: none;
}

/* Category Photo Title Link on Hover */
.photo-category-title-url:hover {
	font-size: 2.15em;
}

/* Category Photo Title Active Link */
.photo-category-title-url:active {
	color: #a9a9a9;
	font-size: 2.15em;
}

/* Category Photo Button */
.photo-category-button {
	position: absolute;
	z-index: 2;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 230px;
	text-align: center;
	color: #ffffff;
	font-size: 1.8em;
}

/* Category Photo Button Link */
.photo-category-button-url {
	display: block;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 0px 0px 15px #262626;
    border-style: solid;
    border-width: 2px;
    padding: 5px;
}

/* Category Photo Button Hover Link */
.photo-category-button-url:hover {
	color: #262626;
	text-shadow: none;
	background: #ffffff;
	border-color: #ffffff;
}

/* Category Photo Button Active Link */
.photo-category-button-url:active {
	color: #a9a9a9;
	text-shadow: none;
	background: #ffffff;
	border-color: #ffffff;
}


/* Category Photo Title Link on Hover */
.photo-title-url:hover {
	font-size: 2.15em;
}

/* Category Photo Title Active Link */
.photo-title-url:active {
	color: #a9a9a9;
	font-size: 2.15em;
}


/* Unique styles for screen resolution of 1024px and below */
@media screen and (max-width: 1024px) {
	.photo-category-title-url {
		font-size: 1.3em;
	}

	.photo-category-title-url:hover {
		font-size: 1.33em;
	}

	.photo-category-title-url:active {
		font-size: 1.33em;
	}

	.photo-category-button {
    	top: 85%;
		width: 200px;
		font-size: 1.3em;
		text-shadow: 0px 0px 10px #262626;
	}
}


/* Unique styles for screen resolution of 640px and below */
@media screen and (max-width: 640px) {
	.photo-category-title-url {
		font-size: 0.8em;
		text-shadow: 0px 0px 8px #262626;
	}

	.photo-category-title-url:hover {
		font-size: 0.82em;
	}

	.photo-category-title-url:active {
		font-size: 0.82em;
	}

	.photo-title-url {
		font-size: 1.3em;
	}

	.photo-title-url:hover {
		font-size: 1.33em;
	}

	.photo-title-url:active {
		font-size: 1.33em;
	}

	.photo-category-button {
    	top: 79%;
		width: 170px;
		font-size: 1.1em;
		text-shadow: 0px 0px 10px #262626;
		padding: 4px;
	}
}


/* Unique styles for screen resolution of 320px and below */
@media screen and (max-width: 320px) {
	.photo-category-title-url {
		font-size: 0.7em;
		text-shadow: 0px 0px 5px #262626;
	}

	.photo-category-title-url:hover {
		font-size: 0.71em;
	}

	.photo-category-title-url:active {
		font-size: 0.71em;
	}

	.photo-category-button {
    	top: 75%;
		width: 150px;
		font-size: 1em;
		text-shadow: 0px 0px 10px #262626;
		padding: 3px;
	}
}