.entryBox {
	/*width: 30%; /*320px;* /
	height: 320px; / * not sure if this needs to change if editing for responsiveness */
	/*width: 320px;
	height: 320px;*/
	float: left;
	margin: 0.75em;
	margin-bottom: 1.25em;
	text-align: center;
	max-width: 320px;
	
	color: #7d8696;
}

.entryBox:hover {
	color: #e8efff;
}

.entryBox img {
	max-width: 100%;
	border: 1px solid;
	border-color: #505765;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.50);
}

.sectionText {
	margin: 1em;
}