/* INFO SECTION */

.info-section 
{
    color: #ffffff;
    padding: 50px 0;
    background-image: url(../../assets/img/htb-cnc-naslovna-slika.jpg);
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(255,51,51,0.8);
}

.info-section p 
{
    color: #ffffff;
   font-size: 18px;
}

.info-section h2 
{
    letter-spacing: 1px;
    font-size: 28px;
    font-family: 'Roboto';
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.5;
    padding-top: 0;
    margin-top: 0;
    color: inherit;
}

.info-section .intro 
{
    margin: 0 auto -20px;
}


/* UVJETI KORISTENJA TEXT */

#pravila-naslov
{
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
}

#pravila-text
{
    letter-spacing: 1px;
    font-size: 17px;
    font-family: 'Roboto';
    color: #8c8c8c;
    padding-bottom: 15px;
    border-bottom: 1px solid #8c8c8c;
}

#uvijeti-text
{
    letter-spacing: 1px;
    font-size: 17px;
    font-family: 'Roboto';
    color: #8c8c8c;
    padding-bottom: 20px;
    border-bottom: 1px solid #525252;
    /*letter-spacing: 1px;
    font-size: 15px;
    font-family: 'Roboto';
    color: #fff;
    padding-top: 80px;
    padding-bottom: 50px;
    background: rgb(69,69,69);
    background: linear-gradient(32deg, rgba(69,69,69,1) 0%, rgba(18,18,18,1) 100%);*/
}