body.custom-background {
  background-size: cover;
}

.home-section {
  margin-bottom: 0px!important;
}

.wrap {
  background: rgba(255, 159, 159, 0.22)!important;
}

.grid4 .col {
  width: 48%;
  background-color: rgba(0, 0, 0, 0.13);
  padding: 5px;
  border: 1px rgba(204, 204, 204, 0.35) solid;
  border-radius: 5px;
}

.col {
  float: left;
  margin-left: 0;
  margin: 1%;
  margin-bottom: 0px;
}

.img-home-post {
  margin-bottom: 2px;
  height: 365px;
  overflow: hidden;
}

#home-posts h3 {
font-size: 16px;
line-height: 24px;
margin-bottom: 0px;
}

.img-home-post img {
  -webkit-filter: grayscale(40%);
}

p {
  margin-bottom: 0em;
  color: white;
}

.img-home-post {
  height: auto!important;
}

.entry-header {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-align: center;
}

img {
  padding: 2px;
}

body, button, input, select, textarea {
    color: #A9A9A9;
  line-height: 1.5;
}