html { height: 100%; }

img.summaryimage{
    width: 30%;
    height: auto;
    float: right;
    margin: 0 0 0 2rem;

}


h1.post-title {
  font-size: 1.6rem;
}



.theme-base-08 .sidebar {
 background-color:rgba(159, 72, 70,0.99);

}

.column {
width: 33.33%;
padding: 0px;
border: 0px;
float: left;
font-size:15px;
}

.row::after {
  content: "";
  clear: both;
  display: table;

}

.feeds {
  background-color:green;
}

h4.feed-item-title  {
    margin-top: 1rem;
    font-size: 1.5rem;
}

.feed-item-desc  {
    margin-bottom: 4rem;

}


@media (max-width: 48em){
.sidebar  li {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
  }
}

.twitter-timeline{
  background-color: green; !important

}
.tweet-text p {
  background-color: green; !important
}
