@charset "UTF-8";
@import url("../webfonts/Kaushan_Script_Regular/stylesheet.css");
@import url("../webfonts/Jr_Hand/stylesheet.css");
/* CSS Document */
body#photocontest {
	background-size: auto;
}
body#photos {
	background-image: none;
	background-color: #000;
	color: #FFF;
}
#photocontest #col1 h2, #photocontest #col1 h3 {
	color: #003499;
	text-transform: none;
}
#photocontest h2  {
	float: left;
	line-height: 1em;
	margin: 10px 40px 10px 0;
}
#photocontest #photos {
	overflow: hidden;
	margin-bottom: 50px;
}
#photocontest .photo, #photos .photo {
	display: block;
	background-color: #FFF;
	padding: 0px;
	float: left;
	margin: 0px;
	text-align: center;
	width: 300px;
	height: 300px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	box-sizing: border-box;
	border: 1px solid white;
}
#photocontest .photo img, #photos .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#photocontest .photo p, #photos .photo p {
	display: none;
	margin: 5px 0px 20px;
	color: #000;
	line-height: 1em;
	min-height: 3em;
	font-family: Jr-Hand;
	font-size: 24px;
}
#photocontest .photo p em, #photos .photo p em {
	font-size: 0.8em;
	color: #999;
	font-style: normal;
	position: absolute;
	display: block;
	width: 100%;
	bottom: 5px;
	left: 0px;
}
