body{
	box-sizing :border-box;
	margin: 0;
	padding: 0;
	background-color: white;
}

.header_logo{
	background-image: url('../img/BACKGROUND_HEADER.jpg');
	height: 100vh;
	width: 100%;
}

.logo{
	width: 50px;
	height: 50px;
	padding: 10px;
}

#menu{
	display: flex;
	justify-content: space-between;
}

ul{
	display:  flex;
	justify-content: space-between;
}

li{
	list-style: none;
	margin: 10px 30px 0 0;
	font-size: 20px;
}

a{
	text-decoration: none;
	color: white;	
}

.header_logo h1{
	color: white;
	font-size: 60px;
	text-align: center;
	padding-top: 200px;
}
.header_logo h2{
	color: white;
	text-align: center;
	font-size: 20px;
}
.sign{
	text-align: center;
	padding-top: 60px;
}

.middle{
	min-height: 500px;
	
}
.about{
	width:  100%;
	display:  flex;
}
.about h1, p{
	color: black;
}
.about h1{
	font-size: 20px;
	text-align:center;
	margin-top: 50px;
}
.about p{
	margin: 12px;
	font-size: 15px;
	text-align: justify;
}
.content{
	display: flex;
	flex-direction: column;
}
.glass{
	margin-left: 10px;
	width: 50%;
	height: 320px;
	margin-top: 100px;

}
.photos{
	display:  flex;
	flex-direction: column;
	justify-content: center;
	height: 500px;
	background-color: rgb(131, 177, 217);
}
.photos h1{
	text-align: center;
}
hr{
	margin-left: 120px;
	margin-right: 120px;
}

.photos h1::after{
	content: "";
}
.postcards{
	display: flex;
	padding: 30px;
}
.postcards img{
	width: 50%;
	height: 50%;
}
.top {
	display: flex;
	flex-wrap: wrap;
}
.bottom{
	display: flex;
	flex-wrap: wrap;
}
.card{
	height: 500px;
}
.card h1{
	text-align: center;
}
.map{
	width: 900px;
	height:  500px;
	border:  solid black;
	margin:  0 auto;
}
footer{
	height: 500px;
	background-image: url('../img/BACKGROUND_BOTTOM.jpg');
	height: 100vh;
	width: 100%;
}
footer h1{
	margin: 0 auto;
	text-align: center;
}
.footlogo{
	width:  150px;
	height:  50px;
	margin: 0 auto;
	margin-top: 300px;
}
footer p{
	color: white;
}
.text{
	text-align: center;
}