.display {
    display: inline-block;
    max-width: 33.3%;
    text-align: center;
}

.whiteText {
    color: white;   
}

div a:active {
    color: white;   
}

div a:hover {
    color: white;   
}

.hvrbox .hvrbox-layer_top {
	opacity: 0;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 0;
	bottom: 0;
    width: 100%;
	height: 100%;
    background: rgba(29, 106, 154, 0.72);
    border-radius: 7.5px;
	color: #fff;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}