@charset "utf-8";
/* CSS Document */

.page-wrapper{
	width: 90vw;
	max-width: 90vw;
	margin-left: auto;
	margin-right: auto;
}


.rp-subheader {
	width: 100%;
	height: auto;
	position: relative;
}

.rp-subimg{
	width: 100%;
	height: auto;
	padding-top: 0px;
	margin-top: 5%;
}

.rp-page-img{
	position: absolute;
	top:10%;
	left: 70%;
	height: 25%;
}

.rp-subheader p{
	position: absolute;
	z-index: 999;
	margin: 0 auto;
	right: 10%;
	top: 40%;
	text-align: right;
	width: 33%;
	font-size: 2em;
	font-family: "de-walpergens-pica-sc";
}


.eatdiv{
	
}




.rp-header {
	height: auto;
	width: 100%;
	display: inline-block;
}

.rp-header img{
	width: 100%;
	height: auto;
	padding-top: 0px;
	margin-top: 5%;
}

.rp-header p{
	position: absolute;
	z-index: 999;
	margin: 0 auto;
	right: 10%;
	top: 10%;
	text-align: right;
	width: 33%;
	font-size: 4em;
	font-family: "de-walpergens-pica-sc";
}

.navcontainer{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 5%;
}

.navitem{
	height: 100px;
	flex: 0 12%;
	margin-bottom: 4%;
}

.navitem img{
	width: 100%;
	height: 100%;
}

.bigcontainer{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.bigcontainer a{
	text-decoration: none;
}


.article{
	font-size: 4em;
	font-family: "de-walpergens-pica-sc";
	text-align: center;
	color: #FFFFFF;
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	padding: 2px 0;
}



.mainimg{
	height: 500px;
	flex: 0 100%;
	margin-bottom: 2rem;
	background-size: cover;
	background-position: center;
}


.mainimg img{
	height: 25%;
	display: block;
    margin:2rem auto 2rem auto;
}

.intro{
	color: #000000;
	width: 75%;
	text-align: center;
	font-size: 2rem;
	margin-left: auto;
	margin-right: auto;
	font-family: "de-walpergens-pica";
}

.maintext{
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0, 0.65); /* Black w/opacity/see-through */
	color: #FFFFFF;
	width: 75%;
	height: 55%;
	text-align: center;
	font-size: 1.8rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem;
	font-family: "de-walpergens-pica";
	border: 3px solid #f1f1f1;

}


.imgastro{
	background-image: url(../Images/Orion%20Nebula.jpg);
}


.imgmake{
	background-image: url(../Images/building.jpg);
}

.imgeat{
	background-image: url(../Images/Curry.jpg);	
}

.imggrow{
	background-image: url(../Images/Petunia.jpg);	
}

.imgrelax{
	background-image: url(../Images/Holiday.jpg);	
}

.imgthink{
	background-image: url(../Images/Koi.jpg);	
}

.mainpage{
	font-family: "de-walpergens-pica-sc";
}


.imgeat-pizza{
	background-image: url("../Images/eating/Pizza.jpg");
	height: 250px;
}

.imgeat-burger{
	background-image: url("../Images/eating/Burger.jpg");
	height: 250px;
}

.imgeat-baguette{
	background-image: url("../Images/eating/Baguette.jpg");
	height: 250px;
}

.mainpage h1{
	font-size: 4rem;
	text-align: center;
}

.EatSection h2{
	font-family: "de-walpergens-pica-sc";
	font-size: 3rem;
	text-align: center;
	font-weight: normal;
}

.EatSection p{
	font-family: "de-walpergens-pica";
	font-size: 2rem;
	text-align: center;
}
