
html, body {
    background-color: rgb(216,198,184);
}

header nav {
	float: right;
}

header nav ul {
	margin: 0;
	padding: 0;
	float: right;
}

header nav ul li,
header nav ul li a:visited {
	font-size: 15px;
	text-decoration: none;
	color: #4A4A4A;
    display:inline;
}

header nav ul li a.active,
header nav ul li a:focus,
header nav ul li a:hover {
	color: green;
}

h1 {
    color: rgb(11,148,70);
    font-family: "Klinic Slab", Klinic, serif;
    font-size: 35px;
    text-align: center
}

h2 { 
    color: rgb(207,28,68);
    font-family: "Klinic Slab", Klinic, serif;
    font-size: 30px;
    text-align: center
 }

h3 {
    color: rgb(11,148,70);
    font-family: "Klinic Slab", Klinic, serif;
    font-size: 45px;
    font-style: italic;
    text-align: center;
    margin-left: 25px;
    padding-top: 30px;
    padding-bottom: 10px;
    
}
p {
    font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif;
    font-size: 25px; 
}

ul { 
    font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif;
    font-size: 25px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow:hidden;
    background-color:rgb(207,28,68);
}

li {
    float: left;
}

li a {
    display: block;
    color: rgb(11,148,70);
    text-align:left;
    padding:14px 16px;
    text-decoration:none;
    font-size: 25px;
}

li a:hover:not(.active){
    background-color: #ddd;
}

li a.active {
    color:white;
}
td {
    font-family: "Goudy Old Style", Goudy, serif;
    font-size: 25px;
    
}

footer {
    text-align: center;
    padding-top: 1em;
	margin: 1em;
}

section#offers {
	color: rgb(207,28,68);
    font-family: "Klinic Slab", Klinic, serif;
    font-size: 30px;
	width: 342px;
	padding: 15px;
	margin-left: 428px;
	line-height: 1.3em;
}


section#page-text {
    width: 530px;
    text-align: center;
    margin: 0 auto;
    
}

section#home-text {
    width: 530px;
    text-align: center;
    margin: 0 auto;
}

section#location1 {
    text-align: center;  
    width: 342px;
    margin: 0 auto;

}

section#location2 {
    text-align: center;
    width: 342px;
    margin: 0 auto;
}

section#menupage-text {
    text-align: center;
    margin: 0 auto;
}

figure.pizza1 {
    display:inline-block;
    margin-left: auto;
    margin-right: auto;
    float: left;
}

figure.pasta1 {
    display:inline-block;
    margin-left: auto;
    margin-right: auto;
    float: right;
}
table {
    margin: auto;
    text-align: center;
}

