@charset "utf-8";
/* CSS Document */

h1 {
	font-size: 1.5rem;
	margin-left: -120px;
}

@media (max-width: 980px) {
	h1 {
		font-size: 1.5rem;
		margin-top: 15px;
		margin-left: 0;
	}
	
	nav img {
		margin: auto;
	}

}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

nav#sabores a {
	color: rgba(96,96,96,1.00);
	font-size: 1.8rem;
}

div#doces {
	display: none;
}

@media (max-width: 980px) {
	nav#sabores a {font-size: 1.4rem;}
}

#menu_admin {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 20%;
}

#lista_admin {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 80%;
}

