@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

* {
  font-family: 'Lato', sans-serif;
}

body {
	margin: 0;
	background-color: transparent;
	background: url(img/chiave1.png) no-repeat center center fixed; background-repeat: repeat;
	background-size: 70px;
}

header {
	width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #b02c1c;
    flex-wrap: wrap;
    padding: 1px 10% 1px 10%;
}

header nav {
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

#titolo {
	font-size: 3vw;
	font-weight: bold;
	text-decoration: none;
}

#logo {
	position: relative;
	display: block;
	float: left;
	clear: both;
	overflow: auto;
	padding: 0px 30px 0px 0px;
}

#contatti {
	font-weight: bold;
}

.immagini_slow_food {
	width: 150px;
}

#presidio_slow_food {
	float: right;
}

.contenutoArticle {
	padding-left: 1%;
	padding-right: 1%;
}

article {
    background-color: #eee;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
	overflow: auto;
}

@font-face {
    font-family: theatre;
    src: url('https://fonts.google.com/specimen/Bungee') format ('Bungee');
}