/* Estilos movidos desde index.html */
.pantheon-navbar {
    width: 100vw;
    background: rgba(0,0,0,0.85);
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 1rem 0 0.5rem 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.pantheon-navbar a {
    color: red;
    text-decoration: none;
    font-family: 'UnifrakturCook', Arial, sans-serif;
    font-size: 1.5rem;
    transition: color 0.2s;
}
.pantheon-navbar a:hover {
    color: #fff;
}
@media (max-width: 768px) {
    .pantheon-navbar {
        flex-direction: column;
        gap: 0.5rem;
        align-items: center;
        padding: 0.5rem 0 0.5rem 0;
    }
    .pantheon-navbar a {
        font-size: 1.2rem;
    }
}
/* Pantheon Web Styles */
body {
    margin: 0;
    padding: 0;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.pantheon-image-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pantheon-img-responsive {
    max-width: 90vw;
    max-height: 80vh;
    width: auto;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.7);
    display: block;
}
footer {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: red;
    font-family: 'UnifrakturCook', Arial, sans-serif;
    font-size: 16px;
}
@media (max-width: 768px) {
    .pantheon-img-responsive {
        max-width: 100vw;
        max-height: 60vh;
    }
    footer {
        text-align: center;
        left: 0;
        width: 100%;
    }
}
/* Navbar styles */
.pantheon-navbar {
    width: 100vw;
    background: rgba(0,0,0,0.85);
    display: flex;
    justify-content: center;
    gap: 2rem;
    padding: 1rem 0 0.5rem 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.pantheon-navbar a {
    color: red;
    text-decoration: none;
    font-family: 'UnifrakturCook', Arial, sans-serif;
    font-size: 1.5rem;
    transition: color 0.2s;
}
.pantheon-navbar a:hover {
    color: #fff;
}
@media (max-width: 768px) {
    .pantheon-navbar {
        flex-direction: column;
        gap: 0.5rem;
        align-items: center;
        padding: 0.5rem 0 0.5rem 0;
    }
    .pantheon-navbar a {
        font-size: 1.2rem;
    }
}
