body {
  margin: 0;
  font-family: 'Arial', sans-serif;
  background-color: white;
}

/* Header */
.top-header {
  display: flex;
  flex-direction: row;
  padding: 10px;
 background-color: #fef9e7;
}

.col-md-8.blog-section-color {
    background: #f2f2f2;
}

h3.post-title.h5.mb-2 a {
    color: #f58220 !important;
        font-weight: 600;
}
.fa-calendar:before,.fa-user:before {
    color: #f58220;
}
ul.page-numbers li {
    padding: 5px 10px 5px 10px;
    border: 1px solid;
    /* color: black; */
    border-radius: 5px;
}
ul.page-numbers li a {
     color: black; 
}

ul.page-numbers li:hover {
    background: #f58220;
}
ul.page-numbers li a:hover {
    color: #fff;
}
ul.page-numbers li a {
    text-decoration: auto;
}
/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 800px) {
  .top-header {
    flex-direction: column;
  }
}

/* Left Section (Logo + Title) */
.left-section {
  display: flex;
  justify-content: center;
  align-content: center;
  /*background-color: #f1f1f1;*/
  gap: 10px;
  flex: 20%;
  }
.logon {
  height: 110px;
  align-content: center;
     
}

.site-title a {
  
    color: #081572;}
.site-title {
  font-size: 24px;
  color: #003399;
  font-weight: bold;
  justify-content: center;
  align-content: center;
  }

/* Center Section (Mantra) */
.center-section {
  display: flex;
  justify-content: center;
  padding: 8 20px;
  background-color: #fef9e7;
  text-align: center;
  flex-wrap: wrap;
  flex: 60%;
  
}
.mantra-red {
  color: #cc0000;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  
}
.mantra-desc {
  margin-top: 10px;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  
}

/* Right Section (Creator + Language) */
.right-section {
  
  display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
  /*background-color: #f1f1f1;*/
  flex-wrap: wrap;
  flex: 20%;
  
}
.creator {
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
}
.language-toggle a {
  text-decoration: none;
  color: #0066cc;
  margin-left: 5px;
  font-weight: bold;
}

/* Navbar */
.navbarn {
  display: flex;
  justify-content: space-around;
  background-color: #f58220;
  padding: 12px 0;
  font-size: 18px;
  font-weight: bold;
  border-radius: 0 0 10px 10px;
}
.navbarn a {
  text-decoration: none;
  color: #1a237e;
}
.navbarn a:hover {
  text-decoration: underline;
}

.blogdetail ul li a{
        padding: 10px 5px!important;
}

.chapter-links {
    grid-template-columns: repeat(auto-fill, minmax(40px, 1fr))!important;
}
a.btn.btn-primary.btn-sm.read-more-cat {
    background: #f49230;
    border: #f49230;
}
.category-links a{
     text-transform: capitalize;
}

