body {
    margin: 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-family: 'Open Sans', 'sans-serif';
    padding-top: 280px;
    padding-bottom: 80px;
}

section {
    display: flex;
    justify-content: center;
    width: 80vw;
    align-items: center;
}

.section-left,
.section-left p
{
    display: flex;
    justify-content: left;
    align-items: flex-start;
}

header {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0px;
    background-color: white;
    border-bottom: #737373 solid 5px;
}

footer {
    position: fixed;
    bottom: 0px;
    height: 40px;
    background-color: #737373;
    color: white;
    width: 100vw;
    display: flex;
    place-content: center;
    align-items: center;
}

h2 {
    font-size: 20pt;
    margin-top: 15px;
    margin-bottom: 15px;
}

p {
    font-size: 14px;
    font-weight: 800;
}

a {
    text-decoration: none;
    font-weight: 800;
    color: black;
}

a:hover{
    color: #6600cc;
}

.menu {
    display: flex;
    align-items: center;
}

.menu a {
    margin: 2px;
    padding: 8px;
    text-decoration: none;
    font-size: 12pt;
    color: black;
    font-weight: 200;
}

.menu a strong {
    font-weight: 900;
}

.hero-image {
    width: 100vw;
    background-color: black;
    display: flex;
    justify-content: center;
}

.mod-languages {
    width: 100vw;
    justify-content: space-between;
    padding: 5px 10vw;
    box-sizing: border-box;
    background-color: #f5f5f5;
}

.vertical {
    flex-direction: column;
}

.nav-menu {
    justify-content: space-between;
    padding: 5px 0;
}

.logo {
    font-weight: bold;
}
.logo .pesmom {
    font-size: 24pt;
}

.logo .text {
    font-size: 12pt;
}

.album {
    display: grid;
    margin-bottom: 25px;

    grid-template-areas:
    "image title"
    "image list";

    gap: 20px;
    grid-template-rows:auto 1fr;
    grid-template-columns: 33vw 33vw;
}

.album h2 {
    grid-area: title;
    margin: 0px;
}

.album img {
    grid-area: image;
    object-fit: contain;
    max-width: 400px;
}

.album ol {
    grid-area: list;
    margin: 0px;
}

.albums {
    gap: 40px;
}

.licko-kolo {
    max-height: 32vh;
}

.flex-center {
    display: flex;
    place-content: center;
    align-items: center;
    gap: 5px;
}

section.press {
    display: grid;
    grid-template-columns: auto auto auto auto;
    max-width: 100%;
    overflow: hidden;
    gap: 10px;
    align-items: stretch;
}

.press-logo {
    width: 100%;
}

.press-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 220px;
    overflow: hidden;
    justify-content: space-between;
    font-weight: 400;
}

.press-item p {
    padding: 0 5px;
}

.press-item strong{
    font-weight: bolder;
    font-size: 16pt;
}

.press-item a {
    background-color: #5bc0de;
    margin: 5px;
    padding: 4px 0;
    border-radius: 3px;
    border-color: #46b8da;
}

.pesmarica-link {
    display: flex;
    max-width: 180px;  
}

.pesmarica-link div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    justify-content: space-between;
}

.pesmarica-link div:hover {
    background-color: #5bc0de;
}

.pesmarica-link img {
    width: 160px;
    height: 160px;
}

.pesmarica-link h3 {
    margin: 10px 0;
    font-size: 12pt;
}

.pesmarica-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: stretch;
    gap: 10px;
}

.pesmarica p {
    text-align: justify;
    align-self: flex-start;
}

.pesmarica h3{
    margin-bottom: 0;
}

.pesmarica h3.naslov-pesme {
    margin-bottom: 0;
}

.pesmarica h4{
    margin: 0;
}

.pesmarica p.pesma {
    text-align: center;
    align-self: center;
}

/* .pesmarica p.header{
    border-bottom: solid black 1px;
} */

.pesmarica div.dash {
    width: 50%;
    background-image: url("./images/separator.png");
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
    margin: 30px 0;
}

div.naslov{
    display: flex;
    flex-direction: column;
    align-items: center;
}

div.naslov h2,
div.naslov h3
{ 
    margin: 3px;
}

div.naslov h2 {
    font-size: 24px;
    text-transform: uppercase;
}

div.naslov h3 {
    font-size: 14px;
}

p.pesmarica-tekst {
    text-align: center;
    margin-top: 30px;
}

.download-context-menu {
    position: absolute;
    top:100px;
    left: 100px;
    padding: 5px;
    background-color: white;
    border: solid black 1px;
    border-radius: 4px;
    box-shadow: 2px 2px 2px;
    cursor: pointer;
}

.audio-player-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 2px;
}

.audio-player {
    height: 30px;
}

.current-song-name {
    font-size: 12px;
    margin-bottom: 10px;
}

div.istorijat {
    margin-top: 100px;
    color: red;
}

p.question {
    font-style: italic;
    margin: 25px 10px;
    margin-bottom: 8px;
}

p.answer {
    margin: 6px 50px;
}