/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/templates/small-business)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-small-business/blob/master/LICENSE)
 */



 
 @import url(//fonts.googleapis.com/css?family=K2D&display=swap);
 body {

 	-webkit-font-smoothing: antialiased;
 	/* font-family: 'K2D', sans-serif !important;*/
 	font: normal 15px K2D, arial, sans-serif !important;
 	/* background-color: #dddddd40  !important;  */
 	overflow-x: hidden;
 	padding-top: 50px; 
	 /* background-color: rgb(233 234 236 / 42%); */ 
 }


 
 .bg-dark {
  background-color: #222   !important;
}

.img-box{ 
  height: 15em;
  width: auto;
}

 
.popular {
  z-index: 1;
  border: 3px solid #28a745;
}
.card-pricing .list-unstyled li {
  padding: .5rem 0;
  color: #6c757d;
}

a {
  color: #28a745; 
}
 
 



.post
{
    background-color: #FFF;
    overflow: hidden;
    box-shadow: 0 0 1px #CCC;
}
.post img
{
  width: 100%; 
  height: auto; 
  
  /* width: auto;
  height: 100%;   */

    /* filter: blur(2px);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px); */
}
.post .content
{
    padding: 15px;
}
.post .author
{
    font-size: 11px;
    color: #737373; 
}
.post .post-img-content
{
    height: auto;
    position: relative;
}
.post .post-img-content img
{
    position: absolute;
}
.post .post-title
{
    display: table-cell;
    vertical-align: bottom;
    z-index: 2;
    position: relative;
}
.post .post-title b
{
    background-color: rgba(51, 51, 51, 0.58);
    display: inline-block;
    margin-bottom: 5px;
    color: #FFF;
    padding: 10px 15px;
    margin-top: 20px;
}