.navbar {
    padding-top: 0.5rem!important;
    padding-right: 1rem!important;
    padding-bottom: 0.5rem!important;
    padding-left: 1rem!important;
    }
body .navbar{
    height: auto;
    /*padding: initial;
    margin: initial;*/
}
.post-body img{
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.navbar-brand {
  background: url("../img/logo.png") no-repeat left center;
  background-size: contain;
  height: 25px;
  width: 200px;
}
/*
####################################################
M E D I A  Q U E R I E S bootstrap 4
####################################################
*/
@media (max-width: 575px) {
.navbar-brand {
  background: url("../img/logo.png") no-repeat left center;
  background-size: contain;
  height: 45px;
  width: 200px;
}
}
@media (min-width: 576px) and (max-width: 767px) {
.navbar-brand {
  background: url("../img/logo.png") no-repeat left center;
  background-size: contain;
  height: 40px;
  width: 250px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.navbar-brand {
  background: url("../img/logo.png") no-repeat left center;
  background-size: contain;
  height: 40px;
  width: 250px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.navbar-brand {
  background: url("../img/logo.png") no-repeat left center;
  background-size: contain;
  height: 40px;
  width: 250px;
}
}
@media (min-width: 1200px) {
.navbar-brand {
  background: url("../img/logo.png") no-repeat left center;
  background-size: contain;
  height: 40px;
  width: 250px;
}
}
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
.content-inner{
    padding: initial;
}
/*.columns{
      -webkit-columns: initial;
  -moz-columns: initial;
  -ms-columns: initial;
  columns: initial;
}*/
h3.post-title, .comments h4{
    font-family: sans-serif;
    font-size: 26px;
}
.date-header span{
    background-color: white;
    color: #17503A;
    font-size: 14px;
    letter-spacing: 1px;
}
.container::after, .float-container::after{
    content:initial;
}
.header-inner .Header .titlewrapper{
    padding-bottom: 0px;
}
h2.date-header{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
h3.post-title{
    color: black;
}
.post{
    margin-bottom: 100px;
}
.post-footer{
    background: rgba(0,0,0,.03);
}
.post-body{
    line-height: 1.8rem;
    font-size: 100%;
}
.table-responsive {
    display: table;
}
.Header h1{
    font-size: 24px;
    text-align: left;
}
.Header .description{
    font-size: 14px;
}
