footer {
	background-color: #343a40;
	color: white;
}

.text-align-vertical {
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.card-body img {
	position: relative;
	top: -30px;
	height: 60px;
	left: 7%;
}

.no-wrap {
	white-space: nowrap;
}

.bg-velux-mainpage-picture {
	position: relative;
	top: -30px;
	height: 60px;
}

.bg-novatik-banners {
	position: relative;
	height: 70px;
	top: -30px;
}

.bg-natura {
	background-image: url('../images/homepage/novatik-nature.jpg');
	background-size: cover;
}

.bg-click {
	background-image: url('../images/homepage/tfp.jpg');
	background-size: cover;
"

}

.bg-metal {

	background-image: url('../images/homepage/metal.jpg');
	background-size: cover;
"

}


.bg-velux {
	background-image: url('../images/homepage/velux.jpg');
	background-size: cover;

}

.bg-ronda-quadra {
	background-image: url('../images/homepage/jburl.jpg');
	background-size: cover;
}

.bg-hermi {
	background-image: url('../images/homepage/hermi.jpg');
	background-size: cover;
}

.bg-hyper {
	text-decoration: none;
	color: #7a7a7a;
}

.bg-nat {
	width: 200px;
}

.logo {
	height: 32px;
}

.nav-bar {
	background-color: #4c4a44;
	width: 100%;
	position: fixed;
	z-index: 10;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.nav-item {
	color: #818182;
	font-family: Roboto, sans-serif;
	font-size: 15px;
	text-decoration: none;
	padding: 0 20px;
}


.raised-text {
	vertical-align: super;
	position: relative;
	top: -28px;
	left: 15px;
}

.main-button {
	background-color: transparent;
	border: none;
	box-shadow: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-family: Roboto, sans-serif;
}

.main-button:hover {
	filter: brightness(0.7);
	transition: all 0.5s ease;
}

.card {
	height: 260px;
	padding: 50px;
}

.card-efect {
	filter: brightness(1);
	transition: all 0.5s ease;
	border-radius: 16px
}

.card-efect:hover {
	filter: brightness(0.7);
	transition: all 0.5s ease;
}

.card-text {
	color: #ffffff;

}

.section {
	padding-top: 50px;
	padding-bottom: 50px;
}

.card-text {

	padding-left: 100px;
	padding-top: 50px;
	font-size: 22px;
	display: flex;
	flex-direction: column;

}

.nav-item:hover, .nav-item:focus, .nav-item:active, .nav-item:active:focus {
	color: #ffffff;
	background-color: transparent;
	border: none;
	box-shadow: none;
	transition: all 0.5s ease;
}

.policy {
	margin-right: 35px;
}

.colored-section {
	background-color: #4C4A44; /* Change this to any color you like */
	padding: 50px; /* Adjust padding as needed */
	color: white;
}

.bg-hermi-mainpage-picture {
	position: relative;
	top: -30px;
	height: 70px;
}

.bg-porfolion {
	position: relative;
	background-size: cover;
	z-index: 1;
}

.bg-porfolion::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/porfolio/portofoliu.jpg');
	background-size: cover;
	filter: brightness(0.5);
	z-index: -1; /* Place it behind the text */
	opacity: 1; /* Ensure full visibility */
}

.bg-porfolion > * {
	position: relative;
	z-index: 2; /* Ensure the text stays above the background */
}