﻿.carousel-indicators{
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 4;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;  
}
.navbar{
    margin-bottom: 0px;
}

.navbar-brand.active {
    color: #eeeeee;
    background-color: #000000;
}

.navbar-brand.active:hover {
    background-color: #111111;
}

.navbar-brand.margin-fix {
    margin-left: 0 !important;
}

#bannerImage{
    padding-top:75px;
    padding-bottom:50px;
    margin-bottom: 20px;
    text-align:center;
    color:#c0c0c0;
    background:url(../img/intro-bg_2.jpg);
    background-size:cover;
}

#bannerContent{
    position:relative;
    padding-top:6%;
    padding-bottom:6%;
    margin-top:6%;
    margin-bottom:6%;
    background-color:rgba(0,0,0,0.7);
    max-width:660px;
}

footer{    
    background-color:#101010;
    color:#9d9d9d;
    font-size:12px;
    font-weight:solid;
    padding:10px;    
    bottom:0;
    z-index:4;
}

html { 
    min-height:100%;
    position:relative;    
} 

.footer {     
    position: fixed; 
    bottom:0; 
    right:0;
    left:0;
    border: 1px solid #529FFA; 
    z-index:4;
}

@media (min-width:320px){
    #autoResize{
        font-size:12px;
    }
}
@media (min-width:481px){
    #autoResize{
        font-size:16px;
    }
}
@media (min-width:641px){
    #autoResize{
        font-size:18px;
    }
}
@media (min-width:961px){
    #autoResize{
        font-size:20px;
    }
}
@media (min-width:1000px){
    #autoResize{
        font-size:26px;
    }
}

.navbar-height {
    height: 101px;
    width: 100%;
}

.boja-linka{
    color: #ffffff;
    
      
  }     
  .boja-navrh{
    color: #B192BC ;
    
      
  }  
  .div-border-color-header { 
    border: 1px solid #529FFA ;   
  }
 