.featured-posts{padding: 20px 0;}

.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.card:hover{
  box-shadow: -4px 5px 18px rgba(31, 31, 31, 0.29);
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 40px 10px 10px 10px;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
	text-align: center;
}

.card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
}

.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.card-footer a:hover{
 color:white;
}

.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

.profile {
   position: absolute;
    top: -55px;
    left: 37%;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.profile-avatar {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.profile-inline {
    position: relative;
    top: 0;
    display: inline-block;
}

.profile-inline ~ .card-title {
    display: inline-block;
    margin-left: 4px;
    vertical-align: top;
}

.text-bold {
    font-weight: 700;
}

.meta {
    font-size: 1em;
    color: rgba(0, 0, 0, .4);
	text-align: center;
}

.meta a {
    text-decoration: none;
    color: rgba(0, 0, 0, .4);
}

.meta a:hover {
    color: rgba(0, 0, 0, .87);
}

.btn-donat {
	font-family: "Aquawax Pro", sans-serif;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 20px;
    border-radius: 5px;
    transition: 0.5s;
    line-height: 1;
    margin: 0;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 0;
    background: #428bca;
}

btn-donat:hover {
  background: #1c5c93;
}

.border-img{
	border: 2px solid rgb(66 139 202);
}

.small {
	font-size: 1em;
    margin-top: 5px;
    position: absolute;
	margin-left: 7px;
	}

#search h3{
	padding-top:8px;
}

#search .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1.4em;
    font-weight: 300;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 10px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.project-body{
	border: 1px solid gray;
	border: 1px solid rgb(179 173 173 / 49%);
	padding:10px;
	box-shadow: -4px 5px 18px rgba(31, 31, 31, 0.29);
	margin-left: 5px;
    margin-right: 5px;
}


.project-title{
	font-weight: 600;
    font-size: 1.5em;
	margin-bottom:15px;
}

.project-body p{
    font-weight: 300;
    font-size: 1em;
    line-height: 1.5;
    font-style: italic;
}



.post-body{
	border: 1px solid gray;
	border: 1px solid rgb(179 173 173 / 49%);
	padding:15px;
	margin-left: 5px;
    margin-right: 5px;
}

.project-icon {
    top: 0px;
    left: 20px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 50%;
    border: 2px solid rgb(66 139 202);
}

.article-post {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(0,0,0,.8);
}

.featured-image {
    display: block;
    margin: 0px auto;
    margin-bottom: 1.5rem;
}

ul.tags {
	list-style:none;
	padding-left:0;
	margin:0 0 3rem 0;
}
ul.tags li {
	display:inline-block;
	font-size:0.9rem;
}
ul.tags li a {
	background:rgba(0,0,0,.05);
	color:rgba(0,0,0,.6);
	border-radius:3px;
	padding:5px 10px;
}
ul.tags li a:hover {
	background:rgba(0,0,0,.07);
	text-decoration:none;
}

blockquote {
	border-left:4px solid #428bca;
	padding:0 20px;
	font-style:italic;
	color:rgba(0,0,0,.5);
}


#slidebox {
    width: 80px;
    height: 170px;
    padding: 10px;
    background: #f9f9f9;
    position: fixed;
    bottom: 38%;
    left: -200px;
    line-height: 18px;
    z-index: 1000;
    box-shadow: -3px 3px 15px #ddd;
    -moz-box-shadow: -3px 3px 15px #ddd;
    -webkit-box-shadow: -3px 3px 15px #ddd;
    -o-box-shadow: -3px 3px 15px #ddd;
	border: 2px solid rgb(66 139 202);
}