@charset "utf-8";
/* CSS Document */
body
{
	/*background-color: #E2F2CE;	*/
}


img.picture {
   	padding:3px;
   	border:1px solid #021a40;
   	background-color:#fff;	
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}


/************** IMG *****************/
.div-full-width-image {
	display:block;
    position:relative;
	margin: auto;
	overflow:hidden;
}


/**************THUMBNAILS ******************/
.gallery {
    text-align: center;
}
.gallery a, .gallery figure {
    display: inline-block;
}
.gallery figcaption {
    margin: 10px 0 10px 0;
    font-variant: small-caps;
    font-weight: bold;
    color: #000;
}
.gallery figure {
    padding: 5px;
}
.gallery img:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.gallery img {
    transition: transform 0.2s;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
}


/***** Add to responsive design css******/
#story {
	font-style: italic;	
}