body { --bs-body-font-size: 17px; font-family: "Barlow", Helvetica, sans-serif; }
a {color: #333}
a:hover {color: #ec6608;}
.bs5 .navbar {margin-bottom:0;}
.bs5 .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.bs5 .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.bs5 .sxOneText p, .textFragment p {
  font-size: 17px;
  line-height: 24px;
}
.bs5 .sxOneText {
  color: #333;
}
.bs5 .container {
  font-family: "Barlow", Helvetica, sans-serif;
}
.bs5 .row{ margin-right: 0; margin-left: 0; }
.bs5 .sxPosts .sxItem .date {
  font-size: 17px;
  line-height: 24px;
  font-weight: normal;
  margin-right: 20px
}
.bs5 .sxPosts .sxItem .sxBlogContent{
  font-size: 17px;
}
.bs5 .sxPosts .sxItem .sxBlogTitle {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 16px;
}
.bs5 .sxPosts .sxItem .sxBlogReadMore{
  font-size:17px;
}
.bs5 .sxPosts .sxItem .sxBlogAuthor{
  font-size:17px;
}
.bs5 .sxPosts .sxItem .comments{
  font-size: 17px;
  font-weight: normal;
}
@media (min-width: 768px){
  .container {
    width: 720px;
  }
}

@media (min-width: 992px){
  .container {
    width: 960px;
  }
}

@media (min-width: 1200px){
  .container {
    width: 1140px;
  }
}

@media (min-width: 1400px){
  .container {
    width: 1320px;
  }
}

