/*
	Theme Name:   Jannah Child
	Theme URI:    http://jannah.tielabs.com/
	Description:  Jannh Child Theme
	Author:       TieLabs
	Author URI:   https://tielabs.com
	Template:     jannah
	Version:      1.0.2
	License:      license purchased
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         Tags: two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
	Text Domain:  jannah-child
*/


/* write custom css after this line */
.home-intro h2, .band-services h3{
text-align: center;
padding-block: 40px;
background: #ffd200;
border-bottom: 5px solid #000;
}
.home-intro-text{
	font-size: 1.4em;
	text-align: center;
	padding-block: 10px;
}
.justify-content-md-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
@media (min-width: 768px) {
.home-intro h2{
text-align: center;
padding-block: 40px;
background: #ffd200;
border-bottom: 5px solid #000;
}
.home-intro-text{
	font-size: 1.4em;
	justify-content: center;
}
}
/***block images encadrement***/
.croped-img {
	background-size: 100% 100% !important;
}