body {
  font-family: Helvetica, Arial, sans-serif;
  color: rgb(28, 26, 26) !important;
}

.nav > li > a {
  font-family: "Arial", "Lato", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
  font-family: "Arial", "Lato", sans-serif;
}

.alt-font {
  font-family: "Arial", "Lato", sans-serif;
}

.header-main .nav > li > a {
  font-size: 15px;
  font-weight: 500;
}

.commonWidth {
  max-width: 1150px;
  margin: 0 auto;
  width: 90%;
}

a {
  color: rgb(28, 26, 26);
  text-decoration: none;
}

a:hover {
  color: inherit;
  opacity: 0.7;
  text-decoration: none;
}

img {
  height: auto;
  width: auto;
  max-width: 100%;
}

.title {
  color: #a01e22;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}

.title::after {
  content: "";
  display: block;
  height: 6px;
  width: 130px;
  background: #a01e22;
  text-align: center;
}

/* .underLine {
    height: 6px;
    width: 105px;
    background: #A01E22;
    text-align: center;
} */

header .stuck #logo img {
  max-height: 100px !important;
}

.page-header-excerpt {
  display: none;
}

.header-main .nav > li > a:hover {
  text-decoration: none;
}

.post_title {
  color: #cf2e2e;
  text-align: center;
  margin-bottom: 30px;
  font-size: 25px;
}

.float_right {
  float: right;
}

@media screen and (min-width: 1024px) {
  .header-main .nav > li > a {
    font-size: 15px;
    font-weight: 500;
    padding: 20px;
  }
	
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px !important;
  }
	
	img {
		object-fit: contain;
	}
	
	body {width: 100%!important; margin: auto;}
}
