.content_0_html {
	background-image: url('../../content/images/bg1.jpg');
	
	
}

.content_0_html .block {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height:70vh;
}

p.welcome {
	padding:30px;
	margin:30px;
	/*width:calc(60% - 60px);*/
	background-color: rgba(0, 0, 0,0.7);
	color:white;
	text-align: center;
	font-size: 1.8em;
	line-height: 150%;
	backdrop-filter: blur( 4px );
	-webkit-backdrop-filter: blur( 4px );
	position: relative;
}

p.welcome a{
	position:absolute;
	bottom:calc(-1em - 10px);
	right:0;
	background-color: #F2F3AE;
	border-bottom: unset;
	padding:7px;
}

.center {
	text-align: center;
}

.textimage {
	display:flex;
	margin-bottom: 2em;
}

.textimage .text {
	width:calc(60% - 40px);
	padding: 20px;
}

.textimage .image {
	width:40%;
}

.textimage .image img {
	width:100%;
	height:100%;
	object-fit:cover;
	-webkit-box-shadow: 0px 0px 15px 5px #C7C7C7; 
	box-shadow: 0px 0px 15px 5px #C7C7C7;
}

.description table {
	width:100% !important;
}

.description table {
	margin:0 auto;
	width:80%;
	border-collapse: collapse;
}

.description th {
	padding:10px;
	background-color:transparent;
	text-align: center;
	border:1px solid #C7C7C7;
}

.description td {
	padding:10px;
	background-color:transparent;
	text-align: center;
	border:1px solid #C7C7C7;
}

tr:nth-child(odd)>td {
	/*background-color: #ededed;*/
}

tr:nth-child(even)>td {
	/*background-color: #d6f3ff;*/
}


.sections {
	text-align: center;
}

.sections a {
	border-bottom-style: dotted;
	margin:10px;
}

.sections span {
	font-weight:bold;
	margin:10px;
}

p.prices {
	padding: 10px;
    background-color: #053C5E;
    color: white;
	
	width: fit-content;
    margin: 0 auto;

}