.header {
	background: url('../../content/images/bg2.jpg');
	background-size: cover;
	background-position: center;
}

.header_html>.block {
	display: flex;
	justify-content: center;
	align-items: center;
	width:calc(100% - 60px);
	min-height: 80vh;
	background:unset !important;
}

.headerblock {
	background-color: rgba(255,255,255,0.5);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	padding:60px;
	border-radius: 5px;
	
	/*max-width:object-fit;*/
	width: calc(80% - 120px);
	max-width:540px;
	
	margin:20px;
}

.headertext {
	
	margin:0 auto;
	
}

.headertext p {
	text-align: center;
	font-size:1.3em;
}

.headertext h1 {
	line-height: 130%;
}

.headerbuttons {
	text-align: center;
	margin-top: 50px;
}

.headerbuttons a {
	padding:1em;
	border-bottom: unset !important;
	color:var(--text-color);
	background-color: #FFC914;
	margin:10px;
	border-radius: 5px;
	display: inline-block;
}

.logo {
	/*padding: 30px;
	font-size: 2em;*/
}

.logo img {
	height:45px;
	width:auto;
	
}