/* .container{
    width: 55%;
    margin: 0 auto;
    border: 0px solid black;
    padding: 10px 0px;
} */

/* post */
.post{
    width: 97%;
    min-height: 200px;
    padding: 5px;
    /* border: 1px solid gray; */
    margin-bottom: 21px;
    
}

.post h1{
    letter-spacing: 1px;
    font-weight: normal;
    font-family: sans-serif;
}


.post p{
    letter-spacing: 1px;
    text-overflow: ellipsis;
    line-height: 25px;
}

/* Load more */
.load-more{
    width: 100%;
    /*background: #15a9ce;*/
    text-align: center;
    color: rgb(3, 123, 145);
    /* padding: 10px 0px; */
    font-family: cursive;
    /* margin-left: 430px; */
    margin-top: 4rem!important;
}


.load-more:hover{
    cursor: pointer;
}

/* more link */
.more{
    color: blue;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 16px;
}

.img-cat {
    width: 100% !important;
    height: 260px !important;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}


* {
    box-sizing: border-box;
  }
  
  /* body {
    font-family: Arial, Helvetica, sans-serif;
  } */
  
  /* Float four columns side by side */
  .column {
    float: left;
    width: 50%;
    
    /* padding: 0 17px; */
  }
  
  /* Remove extra left and right margins, due to padding */
  .row {margin: 0 -5px;}
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Responsive columns */
  @media screen and (max-width: 800px) {
    .column {
      width: 100%;
      display: block;
      margin-bottom: 20px;
      height:50%;
    }
  }
  
  /* Style the counter cards */
  /* .card {
  
    padding: 62px;
    text-align: center;
    
    
  } */