* {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background-color: rgba(238, 255, 1, 0.338);

}

hr {
    border: 3px solid black;
    border-radius: 5px;
}

h1 {
    font-size: 1.0em;
    font-weight: bold;
}

h2 {

    font-size: 1.0em;
    font-weight: bold;
}



h3 {}

h4 {}

h5 {}

h6 {}

p {
    font-size: 1.0em;
    font-weight: bold;
}


.p-center {
    text-align: center;

}

ul {
    font-weight: bold;
    font-size: 1.3em;
    line-height: 2.5;
    margin-top: 3.3em;
    margin-bottom: 3.3em;

}

div {
    display: flex;
    justify-content: center;

}

a {
    font-size: 0.5em;
    text-decoration: none;
    color: sandybrown;
    text-shadow: 1px 2px 2px rgb(0, 0, 0);
}

.nav {
    font-size: 2.0em;
}

.nav-btn {
    box-shadow: 0px 1px 0px 0px #1c1b18;
    background: linear-gradient(to bottom, #eae0c2 5%, #ccc2a6 100%);
    background-color: #eae0c2;
    border-radius: 15px;
    border: 2px solid #333029;
    display: inline-block;
    cursor: pointer;
    color: #505739;
    font-family: Arial;
    font-size: 1.0 em;
    font-weight: bold;
    padding: 12px 16px;
    margin: 10px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #ffffff;
}


.nav-btn:hover {

    background: sandybrown;
}

.nac-btn:active {
    background-color: red;
    position: relative;
    top: 1px;

}

.nav-bar {
    background-color: darkgray;
    border-radius: 18px;
    box-shadow: 4px 4px 10px black;
}

.label {
    background-color: white;
    border-radius: 18px;
    box-shadow: 4px 4px 10px black;
    text-shadow: 4px 4px 6px rgb(114, 114, 114);
}

a:hover {
    color: sandybrown;
}

.logo-div {
    display: flex;
    justify-content: center;
    max-width: 100%;
    height: auto;
}

.logo-img {
    width: 100%;
    height: 100%;
}

.adress-table,
td {
    font-size: 1.4em;
    font-weight: bold;
}

.nav {
    list-style-type: none;
}


//.map {
margin-top: 10px;
margin-bottom: 10px;
}



@media only screen and (min-width: 1000px) {
    body {
        margin-left: 20%;
        margin-right: 20%;
        margin-bottom: 200px;
    }

    h1 {
        font-size: 1.5em;
        font-weight: bold;
    }

    h2 {
        font-size: 1.3em;
    }

    .h2hand {
        font-size: 1.9em;
        font-family: 'Dancing Script', cursive;
    }

    p {
        font-size: 1.2em;
    }

    .phand {
        font-size: 1.4em;
        font-family: 'Dancing Script', cursive;
    }

    ul.offer {
        list-style-image: url("paw.png")
    }

    li {
        font-size: 1.0em;
    }

    p.nav,
    a {
        font-size: 1.0em;

    }

    figure,
    figcaption {
        margin: 0;
        padding: 0;
    }

    #gallery {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(15em, 1fr));
        gap: 1em;
        text-align: center;
    }

    #gallery figure {
        position: relative;
        color: black;
        background: white;
    }

    figure img {
        width: 100%;
        display: inline-block;
    }

    #gallery>figure>figcaption {
        position: absolute;
        bottom: 0;
        width: 100%;
        line-height: 3em;
        color: white;
        background: rgba(0, 0, 0, 0.3);
    }

    #gallery>figcaption {
        grid-column: 1 / -1;
    }
}

@media only screen and (max-width: 576px) {
    body {
        margin: 5px;
        margin-bottom: 50px;
    }

    h1 {
        font-size: 1.0em;
        font-weight: bold;
    }

    h2 {

        font-size: 1.0em;
    }

    .h2hand {
        font-size: 1.9em;
    }

    p {
        font-size: 1.2em;

    }

    .phand {
        font-size: 1.4em;
    }

    a {
        font-size: 1.0em;
    }

    ul,
    li {
        font-size: 1em;
    }

    .nav-btn {
        font-size: 0.70em;
        padding: 6px 8px;
        margin: 3px;
    }

        {

        p.nav,
        a {
            font-size: 1.0em;

        }

        figure,
        figcaption {
            margin: 0;
            padding: 0;
        }

        #gallery {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(15em, 1fr));
            gap: 1em;
            text-align: center;
        }

        #gallery figure {
            position: relative;
            color: black;
            background: white
            ;
        }

        #figure img {
            width: 100%;
            max-width: 400px;
            display: inline-block;
        }

        #gallery>figure>figcaption {
            position: absolute;
            bottom: 0;
            width: 10%;
            line-height: 3em;
            color: white;
            background: rgba(0, 0, 0, 0.3);
        }

        #gallery>figcaption {
            grid-column: 1 / -1;
        }
    }