.d-inline {
	display: inline;
}

.d-flex {
	display: flex;
}

.img-cover {
	object-fit: cover;
}

.h-230px {
	height: 230px;
}

.justify-center {
	justify-content: center;
}

.center-logo {
	top: 40%;
	padding-top: 0;
	padding-bottom: 0;
}

.logo img {
	height: 100% !important;
	/* width: 100% !important; */
	max-height: 50px !important;
}

.portfolio-img>img {
	/* flex-shrink: 0; */
	object-fit: cover;
	height: 100%;
	width: 100%;
	/* min-width: 100%; */
	/* min-height: 100%; */
}

.footer-logo {
	max-height: 50px;
	width: 100%;
}

a {
	scroll-behavior: smooth;
}

body {
	scroll-behavior: smooth !important;
}