/*
Theme Name: Oro di Narni
Theme URI: https://orodinarn i.it
Author: Oro di Narni
Description: Tema WordPress luxury boutique per olio extravergine premium.
Version: 1.0
*/

body {
    margin: 0;
    font-family: Georgia, serif;
    color: #1a1a1a;
}

.hero {
    height: 90vh;
    background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5));
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}

.nav {
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    background: rgba(0,0,0,0.4);
    color: white;
}

.btn {
    background: #c6a55b;
    color: white;
    padding: 12px 24px;
    text-decoration: none;
}

.section {
    padding: 80px 40px;
    text-align: center;
}

footer {
    background: #111;
    color: white;
    text-align: center;
    padding: 30px;
}
