@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Mandali&family=Ramabhadra&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*
Theme Name: v9prajaayudham
Author: Highzeal.com
Author URI: https://Highzeal.com
Version: 1.0
*/
html, body {
  height: 100%;
}
body {
  font-family: 'Mandali', 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 20px;
  background-color: whitesmoke !important;
}
a, a:hover {
  color: #0078D4;
  text-decoration: none;
}
h1 {
  font-size: 24px;
  line-height: 28px;
}
h2 {
  font-size: 18px;
  line-height: 24px;
}
h3 {
  font-size: 16px;
  line-height: 24px;
}
.navbar {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 5px 0 rgba(0, 0, 0, .23);
  background-color: white;
}
.post {
  font-size: 16px;
  line-height: 24px;
}
.post img {
  width: 100%;
  height: auto;
  aspect-ratio: 19 / 6;
  object-fit: cover;
}
.post-title, .wp-block-heading {
  font-family: "Ramabhadra", sans-serif;
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 16px;
}
h1.post-title {
  font-size: 40px;
  line-height: 40px;
  margin-top: 0;
}
.page-title {
  padding: 15px 0;
  background-color: #005b7f;
  color: #fff;
}
.page-title h1 {
  margin: 0;
  font-size: 18px;
  line-height: 20px;
}
section {
  position: relative;
  padding: 30px 0;
}
.section-heading {
  text-align: center;
  margin-bottom: 20px;
}
/* Footer */
.footer {
  padding: 30px 0 20px;
  font-size: 12px;
  line-height: 16px;
  background-color: #f8f9fa;
}
.footer a, .sidebar a {
  color: #212529;
}
.widget {
  list-style: none;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
}
.widget ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.widget ul li {
  margin-bottom: 8px;
}
.widgettitle {
  font-size: 16px;
  margin: 0 0 5px;
  line-height: 20px;
}
.screen-reader-text {
  display: none;
}
.wp-post-image, .wp-block-image img {
  max-width: 100%;
  height: auto;
}
.article {
    font-size: 18px;
    line-height: 28px;
}
.post-info {
    font-size: 14px;
    line-height: 20px;
}