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

body {
  font-family: system-ui,-apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",Arial,
    "Noto Sans","Liberation Sans"
    ,sans-serif,
    /* Use coptic fonts otherwise defaults to Segoe UI Symbol on WIndows with broken jinkoms. */
    "Noto Sans Coptic", "Segoe UI Historic",
    "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.coptic {
  font-family: "Noto Sans Coptic", "Segoe UI Historic";
}

.navbar-brand {
  padding: 0;
}

.navbar-custom {
  background-color: #f2db87;
}

.navbar-light .navbar-nav .nav-link {
  color:#825221;
  font-size: 0.95rem;
}

.blog-header {
    line-height: 1;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .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*/;
    padding-top: 1rem;
  }
  
  .display-4 {
    font-size: 2.5rem;
  }
  @media (min-width: 768px) {
    .display-4 {
      font-size: 3rem;
    }
  }
  
  
  .card-img-right {
    height: 100%;
    border-radius: 0 3px 3px 0;
  }
  
  .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;
  }
  .blog-pagination > .btn {
    border-radius: 2rem;
  }
  
  /*
   * Blog posts
   */
  .blog-post {
    margin-bottom: 4rem;
  }
  .blog-post-title {
    margin-bottom: .25rem;
    font-size: 2.5rem;
  }
  .blog-post-meta {
    margin-bottom: 1.25rem;
    color: #727272;
  }
  
  /*
   * Footer
   */
  .footer {
    padding: 1.5rem 0.5rem;
    color: #727272;
    text-align: center;
    background-color: #f9f9f9;
    border-top: .05rem solid #e5e5e5;
    margin-top: 50px;
  }
  .footer p:last-child {
    margin-bottom: 0;
  }


  .arabictext {
    font: 1.3rem verdana; 
    font-family: 'Simplified Arabic';
  }


@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}
