/* Style Sheet for mimiwilliamsprintmaker.com/pubArt.php */

.box {                   /* border around single pic - "Tribute to Educators" */
    padding: .5em;
    border-bottom: 1px solid;
    margin-bottom: 2em;
}

.singlePic figure {       /* style for pic "Tribute to Educators" */
	width: 100%;
	height: 100%;
}

.singlePic img {
	max-width: 100%;
}

.singlePic h4 {
	margin: 1em;
}

	
.header h1 {
	margin-top: 1em;
}

		
	.womanPane {
      width: 151px;
}

		
	.womanPane img{
      width: 151px;
}	
	

/*------------------------------------
           screen size > 480px
--------------------------------------
                Navigation          
------------------------------------*/
@media (min-width: 30em) { /* 480px/16px */
	
	
		
	.womanPane {
      width: 303px;
}

		
	.womanPane img{
      width: 100%;
}	
	
	
	.header h1 {
		margin-top: 3em;
}
	
	
	
	
}