/*Homepage*/

/*NavBar*/
/*.navbar-brand img.nav-logo {
	max-width: 230px;
}*/
@media only screen and (min-width: 761px) {
    .navbar-brand img.nav-logo {
		max-width: 230px;
	}
}

@media only screen and (max-width: 760px) {
    .navbar-brand img.nav-logo {
		max-width: 160px;
	}
}

/*Hero Content*/
@media only screen and (min-width: 1400px) {
    .hero-content h2 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 1200px) {
    .hero-content p {
        font-size: 1.17rem;
        margin-bottom: 40px;
    }
}

/*About Us Section*/
div.about-content p.about-paragraph {
    margin-bottom: 1rem !important; 
}

p.para-allignment {
	text-align: justify;
}

/*Leadership Team*/
div.team-details-section div.container h5.team-sub-position {
	font-size: 1.15rem;
}

div.team-details-section div.container p.team-description {
	text-align: justify;
}

/*Footer*/
footer.footer-section div.container a.company-certificate img.footer-member-logo {
		max-width: 315px;
	}

footer.footer-section div.container a.footer-logo img {
		max-width: 90%;
	}