/* Zlatna boja: #a88450 */

@import url('https://fonts.cdnfonts.com/css/nuptial-bt');

body
{
    background-image: url('img/ep-2-pozadina.jpg'); 
    font-family: Nuosu SIL;
}

.prvinaslov
{
    color: #a88450; 
    font-size: 70px;
    font-weight: bold;
    font-family: 'Nuptial BT', sans-serif;
}

.pozivni-text
{
    font-size: 23px;
    padding: 0px 15px;
}

.banner-cover
{
    background-image: url('img/p2-bg.png'); 
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.krug-2
{
    height: 350px;
}

.imena
{
    font-size: 55px;
}

.datum
{
    font-size: 64px;
}

.ikonice
{
    height: 150px;
}

.ikonice:hover
{
    height: 170px;
}

.text2
{
    font-size: 30px;
}

.jelkicica
{
    height: 140px;
}

#tajmer
{
    color: white;
    font-size: 60px; 
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}

.preuzimanje-slika:hover
{ 
    border-color: #a88450;
    color: #a88450 ;
    font-family: Arial, Helvetica, sans-serif;
}

.preuzimanje-slika
{
    background-color: #a88450; 
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

.papirce
{
    height: 180px;
}

.slajder-velicina
{
    height: 100%;
    background-size: cover;
    background-position: center;
    border: 2px solid #a88450;
    border-radius: 1%;
}

.ruke{
    width: 150px;
    height: auto;
}

@media screen and (max-width: 600px) 
{ 
    #tajmer
    {
        color:white;
        font-size: 25px; 
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif';
    }   
    .pozivni-text
    {
        font-size: 18px;
        padding: 0px 3px;
    }
    .slajder-velicina
    {
        height: 100%;
        background-size: cover;
        background-position: center;
        border: 2px solid #a88450;
        border-radius: 5%;
    }
    .preuzimanje-slika
    {
        background-color:#a88450; color: white;
        font-family: Arial, Helvetica, sans-serif;
    }
    .preuzimanje-slika:hover
    {
        background-color:#a88450; color: white;
        font-family: Arial, Helvetica, sans-serif;
    }
    .imena
    {
        font-size: 30px;
        text-decoration: none;
    }
    .jelkicica
    {
        height: 80px;
    }
    .text2
    {
        font-size: 18px;
    }
    .datum
    {
        font-size: 35px;
    }
    .banner-cover
    {
        background-image: url('img/p2-bg.png'); 
        background-size: cover;
        background-position: center;
    }
    .krug-2
    {
        height: 250px;
    }
    .prvinaslov
    {
        color: #a88450; 
        font-size: 60px;
    }
    .ruke{
        width: 100px;
        height: auto;
    }
}