body,
html {
    width: 100%;
    height: 100%;
}

body{
    font-family: 'Comfortaa', cursive;
    position: relative;
}

.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    
    font-weight: 400;
    color: #D91F2F;
}

p{
    font-size: 18px;
    text-align: justify;
}

a{
    color: #D91F2F;
}

a:hover{
    color: #000;
}

.topnav {
    font-size: 14px; 
    background-color: #D91F2F;
    border-color: #000;
    box-shadow: 0 0 10px #333;
    border:0;
}

.topnav .navbar-nav>li>a{
    color: #fff;
}

.topnav .navbar-nav>li>a:hover{
    color: #a00;
}

.nav>li>a>img{
    height: 20px;
}

.navbar .divider-vertical {
    height: 20px;
    margin: 15px 0;
    
    border-right: 1px solid #ffffff;
}
@media (max-width: 800px){.navbar .divider-vertical {display: none;} } 

.navbar-default .navbar-toggle{
    border-color: white;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: white;
}

.zastava{
    box-shadow: 0 0 4px #aaa;
    margin-top: 15px;
    margin-right: 15px;
}

.lead {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7em;
    text-align: justify;
}

.intro-header {
    margin-top: 50px;
    padding-bottom: 0px;
    text-align: center;
    color: #f8f8f8;
    /*background: url(/public/images/header.jpg) no-repeat center center;
    background-size:contain;*/
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

.clan{
    height: 120px;
    
}

.clani-slika{
    margin: 20px 10px 20px 0;
    width: 40%;
    
    box-shadow: 0 0 3px #eee;
}

.clan .modal-body{
    padding-right: 0;
    padding-bottom: 0;
    text-align: left;
}

.modal-body img{
    margin: 0;
}


.parallax{
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-shadow: 0 0 10px #a8b09a;
    height: 500px; 
}

.parallax1 { 
    background-image: url("/public/images/pajdasi_1_2024.jpg");
    
}

.parallax2 { 
    background-image: url("/public/images/pajdasi_2_2024.jpg");
    
}



@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
    .parallax{
        height: 200px; 
        background-attachment:local;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    
}

.content-section-b {
    padding: 50px 0;
    background: #000 url(/public/images/bg_lines.png);
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #d5d5d5;
}

.content-section-c {
    padding: 50px 0;
    background: #000 url(/public/images/tactile_noise.png);
    box-shadow: 0 0 50px #000 inset;
}

.section-heading {
    margin-bottom: 30px;
}

.content-section-c .section-heading, .banner .section-heading {
   
    margin-bottom: 30px;
    color: #fff;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}


.card{
    overflow: hidden;
    width: 100%;
    box-shadow: 0 0 5px #777;
    /*height: 500px;*/
    margin-bottom: 30px;
    background-color: #fff;
}

.card .img_wrap{
    background-color: #000;
    text-align: center;
    width: 100%; 
    height: 300px; 
    
}

.card img{
    
    height: 300px;
    
    overflow: hidden;
}

.card .card-block{
    padding: 10px;
    
}

.card p{
    font-size: 14px;
}



.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(/public/images/kontakt.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

#ytplayer{
    
    width: 798px;
    height: 450px;
    border: 1px solid #000;
    box-shadow: 0 0 5px #000;
    background-color: #000;
}

.yt_thumb a{
    color: #fff;
}
.yt_thumb img{
    width: 100%;
    box-shadow: 0 0 5px #000;
    border: 1px solid #000;
    margin-bottom: 5px;
}


@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #e5e5e5;
}

p.copyright {
    margin: 15px 0 0;
}


.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow: hidden;
    transition: 0.5s;
    text-align: center;
}

.overlay-content {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    
}

.overlay-content img{
    max-width: 90%;
    max-height: 90%;
    margin-top: 50px;
    border: 1px solid #fff;
}

.overlay .closebtn {
    position: absolute;
    top: 10px;
    right: 10%;
    font-size: 60px;
    line-height: 60px;
    z-index: 10001;
    text-shadow: 0 0 4px #000;
}

.overlay .closebtn:hover {color: #fff; text-decoration: none;}