@charset "UTF-8";
/* CSS Document */

/***************************/

.galleryhead {
	margin: 1em 0;
	}

.galleryhead h2 {
	font-family: "PT Serif", Helvetica, Arial, sans-serif;
	color: #700000;	
	text-shadow: 1px 1px rgba(77,51,25,0.3);
	}
	
small.subhead {
	font-size: 80%;
	color:#700000;
	}

/***************************/
	
#portfolio-item {
    margin-bottom: 1em;
    }

#portfolio-item .img-responsive {
    border: 2px solid #FFF;
    border-radius: 5px;
     -moz-box-shadow: 3px 3px 5px 2px rgba(138,122,86,0.4);
     -webkit-box-shadow: 3px 3px 5px 2px rgba(138,122,86,0.4);
     box-shadow: 3px 3px 5px 2px rgba(138,122,86,0.4);
    }

/***************************/
	/*smallest devices (phones less than 768px)*/
@media (max-width: 768px) {  

.galleryhead {
	font-size: 18pt;
	text-align: center;
	}

}