@charset "utf-8";
html {
   background-color: #361f19;
}
body {
    font-family: Verdana, Geneva, sans-serif;
    color: #3b413f;
    background-color: ivory;
    margin-left: auto; 
    margin-right: auto; 
}
header {
    text-align: center; 
    padding: 20px;
}
h2 {
    font-size: 1.3em;
}
nav {
    background-color: #3b413f;
    padding: 15px;
    text-align: center; 
}
nav ul {
    list-style-type: none; 
    margin: 0; 
    padding: 0;
}
nav a {
    padding-left: 10px; 
    padding-right: 10px;
    text-decoration: none;
    color: ivory;
    display: block; 
    background-color: #87706b; 
    line-height: 2.8em; 
    text-decoration: none;
    text-align: center; 
}
nav a:hover {
    text-decoration: underline; 
    color: #B8A98C;
    background-color: #5c4648;
}
main {
    padding: 20px;
    margin-top: 35px;
}
main > img {
    padding: 25px; 
    width: 90%;
    float: none;
}
body > footer {
    background-color: #361f19;
    color: #B8A98C;
    font-weight: bold;
    font-size: 0.9em;
    line-height: 3em;
    text-align: center;
    margin-top: 10px;
    padding: 10px;
    clear: both;
}
ul {
    list-style-type: square;
}
header img {
    width: 100%;
}
h1, h2 {
    text-shadow: 4px 6px 5px gray;
}
@media screen and (max-width: 768px) {
    body {
        width: 100%;
        margin: 0;
    }
    nav li {
        float: none; 
        font-size: x-large;
        width: 100%;
    }
    nav a {
        border-bottom: 1px solid black;
    }
}
@media screen and (min-width: 769px) {
    nav li {
        float: left;
        display: block; 
        width: 20%;
    }
    main > img {
        width: 25%;
        float: right; 
    }
    body {
        width: 90%;
    }
    html {
        background-image: url("IMG_02962.JPG");
        background-repeat: round;
        background-position: center; 
    }
}
.ItalyImages {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.ItalyImages img {
    flex: 0 1 200px;
    height: 200px;
    object-fit: cover;
}