body {
	/*background-image: url(assets/comp/web_bcg.png);*/
	background-color: #F0A51B;
	/*background: linear-gradient(135deg, #F0A51B, #041B2E);*/
	/*background-image: url(assets/web_bcg_2.png);*/
	background-attachment: fixed;
	background-position: top;
	background-size: cover;
}

h2 {
	font-family: Raleway;
	font-weight: 600;
	font-size: 1.75em;
	color: #ffffff;
}

.main_page_banner {
	/*background-image: url(assets/comp/web_bcg.png);
	background-color: #ffffff;*/
	background-attachment: fixed;
	background-position: top;
	background-size: cover;
	height: 100vh;

}

.mp_header {
	/*padding-top: 5.56vh;
	padding-bottom: 5.56vh;
	overflow: hidden;*/
	display: flex;
	justify-content: center;
 	align-items: center;
	margin: 0;
	position: absolute;
	top: 40%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.nav_item {
	color: white;
	font-weight: 500;
}

.banner {
	letter-spacing: 5px;
	color: #ffffff;
	text-align: center;
	height: 85vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mp_title {
	font-family: Raleway;
	font-weight: 400;
	vertical-align: middle;
	/*text-shadow: 2px 2px #000000;*/
}

.mp_sign {
	font-family: Raleway;
	font-weight: 200;
}

.mp_title span {
	font-size: 3.33vw;
	background: rgba(0, 148, 200, 0.8);
	padding: 1.4vh 0.78vw;
}

.mp_sign span {
	font-size: 1.04vw;
	background: rgba(0, 0, 0, 0.8);
	padding: 0.28vh 0.16vw;
}

#mp_block {
	/*background-attachment: fixed;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	height: 65vh;*/
	display: flex;
	margin-bottom: 30vh;
	justify-content: center;
	align-items: center;
}

.mp_text {
	width: 40%;
	font-family: Raleway;
	font-weight: 400;
	font-size: 1.15vw;
	color: #ffffff;
	vertical-align: middle;
	/*background-color: rgba(255, 255, 255);*/
	padding: 0px 15px;
	/*box-shadow: 3px 3px #0094c8;*/
}


#reference_loga {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;

}

#reference_loga img {
	filter: grayscale(1);
	transition: all 0.75s;
}

#reference_loga img:hover {
	filter: grayscale(0);
}

#Heimstaden {
	max-width: 25%;
}

#K2 {
	max-width: 15%;
}

#radost-stavby {
	max-width: 20%;
}

#remeslo-na-miru {
	max-width: 10%;
}

#kar_piv {
	max-width: 100%;
}

@media (orientation: portrait) {
	.banner {
		height: 80vh;
	}
	.mp_title span {
		font-size: 7vw;
		margin-bottom: 3vw;
		line-height: 15vw;
	}
	.mp_sign span {
		font-size: 3vw;
	}
	.mp_text {
		font-size: 4vw;
		width: 80%;
	}
	#mp_block {
		height: 100vh;
	}
	#reference_loga {
		display: inline-block;
	}
	.logo {
		display: block;
		margin: auto;
	}
	#Heimstaden {
		max-width: 65%;
	}
	#K2 {
		max-width: 50%;
	}
	#radost-stavby {
		max-width: 60%;
	}
	#remeslo-na-miru {
		max-width: 40%;
	}
	body {
		background-position: 50%;
	}
}

@supports (-webkit-touch-callout: none) {
	body {
		background-attachment: unset;
		background-position: center;
	}
}