/* Add here all your CSS customizations */
a:hover
{
	text-decoration: none;
}

.w-inherit
{
	width: inherit;
}
.d-inline-flex
{
	display: inline-flex;
}
.main-header .breadcrumb
{
	position: unset;
}
.boxed
{
	min-height: inherit;
}
.bg-white
{
	background-color: white !important;
}
.gallery .thumbnail
{
	width: 270px;
	height: 270px;
	display: flex;
	justify-content: center;
}
.gallery .thumbnail > img
{
	display: block;
	max-width: 250px;
	max-height: 250px;
	width: auto;
	height: auto;
	object-fit: scale-down;
}
/*.porto-big-title
{
    letter-spacing: -7px;
    font-size: 4.5rem;
}*/

.icon-cv
{
	_width: 25px !important;
}