* {
    font-family: "BPG Ingiri Arial", sans-serif;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    font-family:"FiraGO";
}

@media (max-width: 991px) {
	.cover-text {
		text-align: center;
	}
}

.site-section {
	padding: 0;
}

.navbar-logo a {
	font-size: 1.5rem;
}


.nav-btn {
    padding: 7px 9px !important;
    color: white !important;
}
.nav-btn-outline {
    padding: 7px 9px !important;
    color: var(--color) !important;
}
	.nav-btn-outline:hover {
		color: white !important;
	}

.card-img {
	height:12rem;
	display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.card-img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}

/*Layout Clases*/
.fl-down {
	display:flex;
	flex-direction: column;
}
.fl-just {
	display:flex;
	flex-direction: row;
    justify-content: space-between;
}


.hide {
	display:none;
}

.blog-img {
	width: 350px;
    height: 210px;
}

.py-4 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
}
	.sticky-wrapper .shrink {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}


.unit-4 .unit-4-icon .icon-wrap {
	background-color: #ffffff;
	background-image: none;
	border-color: var(--color);
}	
.unit-4 .unit-4-icon .icon-wrap span {
	color: var(--color) !important;
}	

#about-section {
	padding-top: 1rem;
}