@media print{
  body{
     margin: 12mm 12mm 12mm 12mm;
  }

  .content p, ul, li {
      font-size: 18px;     
  }

}
@media screen and (max-width: 600px){   
   header.blog-header{      
      background:url("https://www.daveomeara.com/home/wp-content/uploads/2022/03/dbo_logo_wordpress2022_600x200.png");
      background-size:100%;
      background-repeat:no-repeat;
      max-width:100%;
      width:100%;
      height:100%;
    } 
}

@media screen and (max-width: 900px) and (min-width:601px){   
   header.blog-header{      
      background:url("https://www.daveomeara.com/home/wp-content/uploads/2022/03/dbo_logo_wordpress2022_900x200.png");
      background-size:100%;
      background-repeat:no-repeat;
      max-width:100%;
      width:100%;
      height:100%;
    } 
}


@media screen and (min-width: 901px){ 
  header.blog-header{
    background:url('https://www.daveomeara.com/home/wp-content/uploads/2022/03/dbo_logo_wordpress2022_1300x200b.png');
    background-size:100%;
    background-repeat:no-repeat;
    max-width:100%;
    width:100%;
    height:100%;
  }
}  

.blog-header{
  border-bottom:none;
}


.wp-block-verse{
    word-break:normal;
    }




audio::-internal-media-controls-download-button {
    display:none;
}

audio::-webkit-media-controls-enclosure {
    overflow:hidden;
}

audio::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}
.mwtc blockquote p {
     font-size: 16px;
}
.post-thumbnail{
       display:none;
}

.posts th#title {
    width: 30%;
}
a{
	color:darkblue;	
}

a:active{
	color:#111;
}
a:hover{
	color:darkblue;
	text-decoration:underline;
}
a.navlink:link {
  color:lightgray;
}
h5{
  font-size:16px;
  display:inline-block;
  
}

.photonic-slideshow-adapt-height{
 padding-bottom: 5% !important
}

.pf-content p,
.pf-content ul,
.pf-content ol,
.pf-content li{
   font-family: Tahoma,"Open Sans", sans-serif;
   line-height: 1.6;
   font-size: 18px;
}

body, ul, ol, li {
   font-family: "Open Sans", sans-serif;
   line-height: 1.6;
   font-size: 16px;
}

.widget ul,
.widget ol,
.widget li{
  line-height:1.2;
}


ol li {
 font-size: 16px;
}

.well{
  padding:12px;
}

.widget-area ul li{
  font-size: 16px;
  line-height: 1.2;
}

h2.widget-title{
font-size: 20px;
}




div.series-nav{
  border:1px solid gray;
  background-color: #EFEFEF;
  height:70px;
  margin: 0 10px 0px 10px;
  padding: 0 20px 20px;
}

li.serieslist-li-current{
  font-weight:bold;
  color:#333;
}

.has-custom-header{
  max-height:100px;
}

h1.site-title{
  display:block;
  width:100%;
  margin:0;
  padding:0;
}
h1.site-title a{
  font-size:70px;
  letter-spacing:10px;
  text-align:center;
  margin-top:-10px;
  color: transparent;
  display:block;
  padding:0;
 
 
  
}

p.site-description{
 background:none;
 visibility:hidden;
}

div.seriesbox h4,
div.series-nav h4{
  font-size:1rem;
  margin-top:5px;
  margin-bottom:5px;
  height:auto;
}

div.series-nav{
  margin-top:5px;
  margin-bottom:5px;
  height:90px;
}

#series-content{
  margin: auto;
  max-width: 1000px;
}
.pps-taxonomy-series__thumbnail img{
  max-width:100%;
}
.wp-block-image {
  position:relative;
}
.wp-block-image figure{
  width:100%;
  margin: 0 auto;
}
.wp-block-image .aligncenter img{
  display: block;
  margin-left: auto;
  margin-right: auto;

}
.wp-block-image .aligncenter figcaption{
  font-size: 16px;
  width: 100%;
  text-align:center;
}
.pf-content .wp-block-quote,
.pf-content blockquote.wp-block-qoute {
   margin-left:5%;
   border-left:10px solid lightgray;
   padding: 1% 3% 1% 3%;
}

blockquote.wp-block-qoute p{
  line-height:1.2;
  margin-bottom:0rem;
}

div[role=alert].bg-dark{
  background-color:#aaa!important;
}


.archive-description {
  padding:1rem;
}

.srp_player_boxed{
  background:transparent!important;
}

.wp-element-caption{
  font-size-adjust:0.5;
  text-align:right;
}

/*
@font-face {
    font-family: '1942_report1942_report';
         src: url('https:daveomeara.com/fonts/1942-webfont.eot'),
         src: url('https:daveomeara.com/fonts/1942-webfont.eot?#iefix') format('embedded-opentype'),
         src: url('https:daveomeara.com/fonts/1942-webfont.woff') format('woff'),
         src: url('https:daveomeara.com/fonts/1942-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: '1942_report1942_report';
    src: url('https:daveomeara.com/home/wp-content/themes/the-bootstrap-blog/fonts/1942-webfont-webfont.woff2') format('woff2'),
         url('https:daveomeara.com/home/wp-content/themes/the-bootstrap-blog/fonts/1942-webfont-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*/