﻿/*all image captioning
  includes tiles on front and landing pages*/
/* Image captioning */

/*image wrapper - includes border and caption */
.image-caption-container {
	background-color: #ededeb;
	border-radius: 15px;
    margin: 15px;
    padding: 10px 0px 2px;
	text-align: center;
	
}

/*image caption text/link */
.image-caption {
    color: black;
    font: 13px "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 8px;
    text-align: center;
}

/*added to some images in ncpediaScript.js : formerly 10px*/
.img-responsive{
	padding-left: 10px;
	padding-right: 10px;
	
}


/* class to tell script this image has already been processed */
/* used in ncpediaScript.js */
img.caption-processed{
	text-align:center;
}

/*caption styling for tile images on front page*/
.tile-image-caption{
    color: black;
    font: 17px "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0;
    text-align: center;
}
