/* Enter Your Custom CSS Here */
.row-padded{
  padding :1px;
  background: #bfd7ff;
}

.row-full{
 width: 100vw;
 position: relative;
 margin-top: 10px;
 margin-left: -50vw;
 height: 10px;
 left: 50%;
}

.content-top-padding{
  padding-top: 1px;
}

.site-content {
    padding-top: 1em;
}

.site-header {
  margin-bottom: 5px;
}	

.single .entry-header {
	margin-bottom: 5px;
}
.hentry {
  padding: 5px;
  background-color: #fff;
}
}

}