/* CSS stylesheet for Bacca Pipe history poage */

/********** history **********/

h2
{
  font-size: 120%;
  text-align: left;
}

img.imgright { float: right; margin-left: 10px;}
img.imgleft { float: left; margin-right: 10px;}



div.innerpanel
{
  margin: 10px;
  padding: 20px;
  background: #fff8f0;
  color: #636;
}

@media (max-width: 500px )
{
  div.innerpanel
  {
    margin: 5px;
    padding: 10px;
    font-size: 95%;
  }
}

div.subtitle
{
  font-weight: bold;
  color: #636;
}


div.posters
{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  background: #fff8f0;
  padding: 10px;
}

div.posters h2
{
  text-align: center;
  grid-column-start: 1;
  grid-column-end: 3;
}

div.poster img
{
  display:block;
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 500px)
{
  div.posters { display: block; width: 90%; margin: auto }
  div.poster img { margin: 20px 0 10px 0 } 
}