/*
Theme Name: Mandhan
Theme URI: https://tapasnandi.com/
Author: Tapas Nandi
Description: Minimal blank WordPress theme with logo, sidebar & footer support.
Version: 1.0
Text Domain: mandhan
*/
.single-project h1{font-size: 2.5rem !important; color:#262b35 !important; font-weight:bold !important; margin-bottom:10px;}
.single-project h2{font-size: 2rem !important; color:#262b35 !important; font-weight:bold !important;margin-bottom:10px;}
.single-project h3{font-size: 1.3rem !important; color:#262b35 !important; font-weight:bold !important;margin-bottom:10px;}
.single-project ul li{list-style-type:disc;}
.single-project ul li p{margin-bottom:0;}

.single-post h1{font-size: 3.5rem !important; color:#262b35 !important; font-weight:bold !important; margin-bottom:10px;}
.single-post h2{font-size: 2rem !important; color:#262b35 !important; font-weight:bold !important;margin-bottom:10px;}
.single-post h3{font-size: 1.3rem !important; color:#262b35 !important; font-weight:bold !important;margin-bottom:10px;}
.single-post ul li{list-style-type:disc;}
.single-post ul li p{margin-bottom:0;}

.footer-end {
    margin-top: 30px;
    background-color: #d39a51;
    max-width: initial !important;
    padding: 20px;
    width: 100% !important;
    color: #fff;
    font-size: 10px;
}
.featured-overlay-img{
	width: 200px;
    height: auto;
    max-width: 200px;
    border-radius: 12px;
	display:none;
}
.featured-overlay {
    /*box-shadow: rgb(195 189 189 / 66%) 0px 5px 15px;*/
    position: absolute;
    box-sizing: border-box;
    width: 200px;
    height: 200px;
    bottom: -37px;
    left: -37px;
    border-radius: 12px;
}
header .navbar-brand img {
    max-height: 60px !important;
}
.address-block{min-height:65px;}