h3.more{
	color: #002633;
	margin: 0px 0px 20px 0px;
    text-align: left;
}

.blog-article-title{

	background-color: #72b22c;
	padding: 1rem 1.25rem;
	color: white;
	font-size: 45px;
	margin: 0px 0px 20px 0px;
}

.introduction-center{
  text-align: center;
  font-size: 18px;
}

/* Create two equal columns that floats next to each other */
.article-column-left {
    float: left;
    width: 70%;
    padding: 10px;
  }
  
  /* Create two equal columns that floats next to each other */
  .article-column-right {

    float: left;
    width: 30%;
    padding: 10px;
   
  }
  
  /* Clear floats after the columns */
  .article-content:after {
    content: "";
    display: table;
    clear: both;
  }

  .article-content a {
    color: #ea5b0c;
    font-weight: bold;
  }

  .article-content a:hover {
    font-weight:lighter;
  }

  .article-content img {
    width: 100%;
  }



.post-content, .recent-posts .wf-td {
    display: table-cell;
    vertical-align: top;
}

.post-content{
    padding-left: 10px;
}
  .recent-posts {
    margin: 0;
    padding: 0 0 5px;
}
  .recent-posts>li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none!important;
}

  .recent-posts li{
  display: block;
  overflow: hidden;
  margin: 9px 0 0;
  padding: 15px 0 0;
  }

  .round-images img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    size: 100%;
    display: block;
    max-width:50px;
    max-height:50px;
    width: auto;
    height: auto;
}

.article-column-right .recent-posts a {
    color: #787d85;
}

.items-grid .post-content>a, .recent-posts a {
    display: inline-block;
    text-decoration: none;
    text-align: left;
}

.text-secondary{
    color: rgba(120,125,133,0.5);
    text-align: left;
}


@media screen and (max-width: 500px) {

  .blog-article-title{
    padding: 0.25rem 1.25rem;
    margin: 0px 0px 03px 0px;
  }

    /* Create two equal columns that floats next to each other */
.article-column-left {
    min-width: 280px;
    width: 100%;
    padding: 10px;
  }
  
  /* Create two equal columns that floats next to each other */
  .article-column-right {
    width: 100%;
    padding: 10px;
   
  }

  /* Clear floats after the columns */
  .article-content:after {
      content: "";
      display:flex;
      clear: both;
    }

    .blog-article-title{
      font-size: 20px;
    }

     
}
  