	/*
 Theme Name:   E um Restaurante Theme
 Author:       AppX
 Template:     hello-elementor
 Version:      1.09
*/

body{
	background-color: #FFECDF !important;
	padding: 1.5625vw;
}

html, body{
	width:100vw; overflow-x: hidden; overflow-y: auto; margin: 0;
}

#website-wrapper {
	background-size: 1.5625vw 1.5625vw;
    background-image: linear-gradient(to right, #6b6b6b 1px, transparent 1px), linear-gradient(to bottom, #6b6b6b 1px, transparent 1px);
	background-position: -1px -1px;
	border: solid grey 1px;
	min-height: calc(100vh - 30px);
}

@media (max-width: 1024px) {
	body{
		background-color: #FFECDF !important;
		padding: 6.250vw;
	}

	#website-wrapper {
		background-size: 6.250vw 6.250vw;
	}
}
.page-header {
	display:none;
}
