/* stylelint-disable @stylistic/selector-list-comma-newline-after */

.blog-header-logo {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
    font-size: 2.25rem;
  }
  
  .blog-header-logo:hover {
    text-decoration: none;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
  }
  
  .flex-auto {
    flex: 0 0 auto;
  }
  
  .h-250 { height: 250px; }
  @media (min-width: 768px) {
    .h-md-250 { height: 250px; }
  }
  
  /* Pagination */
  .blog-pagination {
    margin-bottom: 4rem;
    margin-top:2rem;
  }
  
  /*
   * Blog posts
   */
  .blog-post {
    margin-bottom: 0rem;
  }
  .blog-post-meta {
    margin-bottom: 1.25rem;
    color: #727272;
  }

  /*
   * Modal Search
   */

  .modal-header {
    border-bottom: none;
  }
  
  .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  
  .modal-backdrop {
  background-color:#fff;
    opacity:1!important;
      border: 10px solid rgba(136, 136, 136, .4);
  }
  
  .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    background: none;
    box-shadow: none;
  }
  
  .modal-body {
    text-align: center;
  }
  
  .modal-body form {
    margin: 0 auto;
    float: none;
    width: 300px;
  }
  
  .modal-content .close {
    opacity: 1;
    font-size: 30px;
  }

  .list-unstyled p {
    margin-top:0.25rem;
    margin-bottom:0.25rem;
  }

  .display-4 a {
    text-decoration: none;
    color: var(--bs-emphasis-color) !important;
  }

  .display-4 {
    font-size: 2rem;
    line-height: 1;
  }

  .lead {
    font-size: 1.2rem;
    font-weight: 300;
} 

.mb-0 {
  font-size:1.3rem;
}

aside .mb-0 {
  font-size:1rem;
}

aside h2 {
  font-size:1.5rem;
}

aside h3 {
font-size: 1rem
}

.display-5 {
  font-size: 1.5rem;
  margin-top:1rem;
}

footer .mb-0 {
  font-size: 1rem;
}


  .post-title {
    text-align:center;
  }

  .bgimage {
    border-radius: var(--bs-border-radius) !important;
    margin-top:1rem;
  }

  .mobilonly {
    display: none;
  }

  .banner {
    margin-right:1rem;
  }

  .sponsor a {
    text-decoration: none;
    font-size: 1.5rem;
  }

  .link-body-emphasis a {
    text-decoration: none;
    color: var(--bs-emphasis-color) !important;
    font-size: 1.5rem;
  }

  .spacer {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    padding-bottom:1rem;
  }

  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width:100%; 
    height:96px;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  .b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }

  .b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
  }

  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }

  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
  }

  .bd-mode-toggle {
    z-index: 1500;
  }

  .bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
  }

  @media (max-width: 768px) {
    
    .blog-header-logo {
      font-size: 1.2rem;
    }

    .bd-placeholder-img {
      
      width:100%; 
      height:100%;
    }

    .mobilonly {
      display: block;
    }

  }
  