FOOTER {
    font-size: small;
    font-style: italic;
    margin-top: 20px;
    background-color: darkblue;
}

header {
    height: 200px;
    width: 100%;
    background: url("/static/img/alesund_header_200.jpg") top center no-repeat;
    border-bottom: darkblue 3px solid;
}

.header {
    position: relative;
}

div.header > .credits {
    font-size: 12px;
    font-style: italic;
    color: white;
    position: absolute;
    bottom: 0;
    right: 50px;
    margin-bottom: 5px;
}

div.header > .title {
    font-size: 70px;
    font-family: "Dancing Script", cursive;
    /*font-family: "Caveat", cursive;*/
    font-weight: 600;
    color: white;
    position: absolute;
    top: 30%;
    left: 30%;
}

.bg-grey {
    background-color: #F5F5F5;
    padding-top: 1rem;
}

DIV.text-box > DIV > H1 {
    margin-bottom: 1em;
    border-bottom-color: darkblue;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    font-family: "Hanuman", serif;
    color: darkblue;
}

DIV.text-box > DIV > P, DIV.text-box > P {
    font-family: "Hanuman", serif;
    font-weight: 300;
}

.my-menu-container {
    width: 95%;
}

.my-menu-item {
    font-family: "Hanuman", serif;
    font-weight: 400;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 139, 0.250);
}

.my-menu-item:not(:first-of-type) {
    border-top: 0;
}

.my-menu-link {
    padding: 1.25em;
}

A {
    color: darkblue;
    text-decoration-line: none;
}

.my-menu-item-active {
    border: 1px solid rgba(0, 0, 139, 0.500);
    background-color: rgba(0,0,139,0.075);
}

.bordered {
    border: darkblue 1px solid;
}

FIGCAPTION.gallery {
    font-family: "Hanuman", serif;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
}

.gallery-note {
    font-family: "Hanuman", serif;
    font-size: 10px;
    color: darkblue;;
    font-style: italic;
}

.modal-header > P {
    font-family: "Hanuman", serif;
    font-size: 10px;
    color: darkblue;;
    font-style: italic;
}

.my-modal {
    max-width: 90%;
    cursor: grab;
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Sfondo semi-trasparente */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Assicura che sia sopra gli altri elementi */
}

.notification-prompt {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.notification-prompt h2 {
    margin-top: 0;
}

.notification-prompt button {
    padding: 10px 20px;
    margin: 10px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    font-size: 16px;
}

#allow-notifications {
    background-color: #4CAF50;
    color: white;
}

#deny-notifications {
    background-color: #f44336;
    color: white;
}

/* Stile opzionale per nascondere l'overlay inizialmente */
.overlay.hidden {
    display: none;
}
