/*   
Theme Name: Penn Museum Publication Theme
Description: This is a Wordpress parent theme for Penn Museum publication sites, in the 2019 rebrand style, to be overwritten with child themes as necessary
Author: Michael Condiff and Phoebe Bostwick
Author URI: http://teamconcept.org
Version: 1
*/

.half-size
{
 width: 50%;
}

.article-body img
{
max-width: 100%;
height: auto;
}

.lead::first-letter 
{
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 3px;
}

.figure-caption
{
color: #000000;
}

.cropped {
    width: 540px;
    height: 340px;
    object-fit: cover;
}

@media (max-width: 991px) 
{
  
  .half-size{width: 100%}
  
}

		
