/* 7 12 2022 */
/* Beekeeper Design Studio */

/* Default font family for body - 13 12 2022 */
body{font-family: 'Noto Serif', serif;}

/* Custom font */
.cursive { font-family: 'Shrikhand', cursive; }
/* Additional space. */
/* This spacing applies from sm to xl. This will not work on xs (smaller device) */
@media screen and (min-width: 576px){
	.my-sm-6 {  
		margin-top:6rem !important;
		margin-bottom:6rem !important;
	}
}

/* Homepage:  Photo Gallery - 15 Dec 2022 */
@media screen and (min-width: 768px) {
	.img-zafi {  
		object-fit:cover;
		height:275px;
		object-position:60% 50%;
	}
	.img-cane-distribution {
		height:312px;
		object-position:60% 50%;
	}
}

/* 'xs' only */
@media screen and (max-width: 576px) {
	.img-vallalar-award {
		object-position: 0px 53%;
		height:174px;
	}
}

/* 'sm' only */
@media screen and (max-width: 768px) and (min-width: 576px) {
	.img-cane-distribution {
		height:246px;
	}
	.img-vallalar-award {
		object-position: 0px 53%;
		height:187px;
	}
}

/* border will be visible only on 'md', 'lg', 'xl', 'xxl' */
@media screen and (min-width: 768px) {
	.initiatives-border {
		border-width: 3px;
		border-color: #0150AC;
		border-left-style: solid;
	}
}

/* 'md' only */
@media screen and (max-width: 992px) and (min-width: 768px) {
	.img-vallalar-award {
		height:195px;
	}
	.img-cane-distribution {
		height:105px;
	}
}

/* 'lg' only */
@media screen and (max-width: 1200px) and (min-width: 992px) {
	.img-vallalar-award {
		height:230px;
	}
	.img-cane-distribution {
		height:197px;
	}
}

/* 'xl' only */
@media screen and (max-width: 1400px) and (min-width: 1200px) {
	.img-vallalar-award {
		height:277px;
	}
	.img-cane-distribution {
		height:313px;
	}
}
/* 'xxl' only */
@media screen and (min-width: 1400px) {
	.img-vallalar-award {
		height:322px;
	}
	.img-cane-distribution {
		height:427px;
	}
}

.img-vallalar-award {
	object-fit:cover;
}
.img-cane-distribution {
	object-fit:cover;
}



/* Blue */
.custom-text-blue{ color: #0150AC; }
.custom-border-blue{ border-color: #0150AC !important; }
.custom-text-dblue{ color: #002A5A; }
/* Initiatives */
.custom-bg-yellow{ background-color: #C2A50B; }
.custom-text-yellow{ color: #C2A50B; }
.custom-border-yellow{ border-color:  #C2A50B !important; }
/* Teal */
.custom-text-teal{ color: #3594AD; }
.custom-bg-teal{ background-color: #3594AD; }
.custom-border-teal{ border-color:  #3594AD !important; }
/* Green */
.custom-bg-dgreen { background-color: #25351B }