@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;700&display=swap');



html,
body,
.view {
  height: 100%; 
  scroll-behavior: smooth;
  font-family: 'Poppins', sans-serif;
}

h1{
  color: #000;
}

h2, h3{
  color: #333;
}

a{
  color: #900;
}
a:hover{
  color: #a00;
}

p{
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: justify;
}

p>a:hover{
  text-decoration: underline;
}

ul li{
  font-size: 1.2rem;
  line-height: 2rem;
  text-align: justify;
}

table tr td {
  font-size: 1.2rem;
}

section{
  padding: 150px 0 50px 0;
}


/* nav */

.navbar-brand{
  margin-right: 0.2rem;
}

.navbar {
  background-color: rgba(235, 235, 235, 0.952); }

.nav-item{
  font-size: 1.1rem;
  margin-left: 0.5rem;
  /* line-height: 1.4rem; */
}

.nav-item .nav-link{
  font-weight: 400;
  
}
    
@media (max-width: 1199px){
  .nav-item{
    margin-left: 0rem;
  }

  .nav-item a{
    font-size: 0.9rem;
  }

  .navbar-brand img{
    height: 50px;
  }
}

.navbar .dropdown-menu a{
  padding: .1rem 1.5rem;
}


.zastave img{height: 22px;}

.zastave, .zastave a{
    padding-left:3px!important;
    padding-right:3px!important;
    /*line-height: 50px;*/
}


/* Carousel*/

.carousel,
.carousel-item {
  height: 100%;
  width: 100%;
}
.carousel-inner {
  height: 100%;
}
.carousel-item {
  background-repeat: no-repeat;
  background-size: cover!important;
  background-position: top center;
}

.carousel-item h1, .carousel-item p{
  text-shadow: 1px 1px 5px #000;
}



.vsebina{
  min-height:  100%;
}

.fotogalerija-thumb{
  margin-bottom: 20px;
  object-fit: cover;
  max-height: 237px;
}



.card-deck{
  flex-direction: row !important;
}


.fancybox-caption {
  font-size: 24px;
}

.piskotki{
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 5px 20px;
  background-color: #444444;
  color: #eee;
  height: 60px;
  box-shadow: 0 0 5px #000;
  display: none;
}

.piskotki p{
  font-size: 1em;
}
.piskotki a{
  color: #aaa;
}



/* ----- footer -------- */
.page-footer ul li a.nav-link{
  padding: 0;
}

.page-footer ul.manjsi li a{
  font-size: 0.9rem;
  line-height: 1rem;
  text-align: left;
}
.page-footer, .page-footer ul li.nav-item, .page-footer p{
  font-size: 1rem;
}
.page-footer p{
  margin-bottom: 8px;
  line-height: 1.1rem;
}

.page-footer ul li.nav-item a{
  padding-left:0;
}





