/* Party led */
*, ::after, ::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: #ffffff;
    color: #0c71c3;
    font-family: Open Sans, Arial, sans-serif;
    font-variant: small-caps;
    font-size: 14px;
    line-height: 1.7em;
    text-align: center;
}
h1 {
    color: #e02b20;
    font-weight: normal;
    text-shadow: 0.08em 0.08em 0.08em rgba(0, 0, 0, 0.4);
    margin-bottom: 20px;
}
h2 {
    font-weight: normal;
    text-shadow: 0.08em 0.08em 0.08em rgba(0, 0, 0, 0.4);
    margin-bottom: 15px;
}
p {
    margin-bottom: 10px;
}
a {
    color: #10014b;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}
a:hover {
    color: #444444;
    text-decoration: none;
}
strong {
    font-size: 16px;
    font-weight: bold;
}
h2:before,
p.line:before {
    content: '';
    display: block;
    max-width: 765px;
    width: 100%;
    height: 30px;
    margin-inline: auto;
    background-image: url(dolnicarahome.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}
body > * {
    max-width: 900px;
    width: 100%;
    margin-inline: auto;
}
header {
    height: 200px;
    background-image: url(plslider1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
main {
    min-height: calc(100vh - 200px - 80px);
    height: fit-content;
    padding: 30px 20px 20px 20px;
}
footer {
    height: 80px;
    padding: 15px;
    /*text-align: justify;*/
    background-color: #0c71c3;
}
footer > * {
    display: inline-block;
    width: fit-content;
    height: fit-content;
}
.mbf {
    height: 28px;
    transform: translateY(5px);
    padding-inline: 2px;
}
.bf {  
    height: 50px;
}


#cookie-consent-bar {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 900px;
    width: 100%;
    background-color: #0c71c3;
    background-color: #0c71c3f7;
    color: #ffffff;
    padding: 80px 40px;
    display: none;
}
#cookie-consent-bar a.button {
    display: inline-block;
    width: fit-content;
    padding: 5px 15px;
    border-radius: 10px;
    margin: 10px;
    cursor: pointer;
    background-color: #10014b;
    color: #ffffff;
}
#cookie-consent-bar a.button:hover {
    background-color: #444444;
    text-decoration: none;
}
