h1 { font-family: "Open Sans"; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; text-align: left;}
h2 { font-family: "Open Sans"; font-size: 19px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 19.4px; text-align: left; 
  background-color: #8aadba; padding: 5px; color:#f1f1f2}
h3 { font-family: "Open Sans"; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px; }
p { font-family: "Open Sans"; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; }
div {font-family: "Open Sans"; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; }
blockquote { font-family: "Open Sans"; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; }
pre { font-family: "Open Sans"; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px; }
.podpis {font-family: "Open Sans"; font-size: 13px; font-style: italic; font-variant: normal; font-weight: 400; line-height: 15px;}

body {
    max-width: 1000px;
    margin: 0 auto;
    text-align: justify;
}

div {
    padding: 5px;
}

.container {
    padding: 0px;
}

.col-md-2 {
    padding: 0px;
}

.col-md-10 {
    padding: 0px;
}

.nav-link{
    color: #0082bc;
}

.nav-pills{
    background-color: #f1f1f2;
    color: #0082bc;
}

.nav-pills .nav-link.active {
    background-color: #8aadba;
}

.btn-primary {
    width: 150px;
    height: 30px;
    padding: 5px;
    color: #0082bc;
    background-color: #f1f1f2;
    border-color: #f1f1f2;
    text-align: left;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #8aadba;
    color: #ffffff;
    border-color: #ffffff;
}

.obroba {
    border: 1px solid;
    border-color: black;
}


#carousel-temp,
#carousel-pada,
#carousel-agro1,
#carousel-agro2 {
    margin-left: 25px;
    margin-right: 25px;
  }
  
  .item img {
    margin-left: auto;
    margin-right: auto;
  }
  
  .selected img {
      opacity:0.5;
  }
  
  .carousel-control-prev,
  .carousel-control-next {
    background: none;
    border: none;
  }
  
  .carousel-control-prev {
    margin-left: -60px;
  }
  
  .carousel-control-next {
    margin-right: -60px;
  }
  
  .carousel-control {
    width: 80%;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: #0082bc;
  }

.carousel-indicators {
    bottom: -6px;
}

.carousel-indicators .active{
    background-color: #0082bc;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #f1f1f2;
  }

  
.row {
    display: flex;
  }
  
  .column {
    flex: 50%;
    padding: 5px;
  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }

  footer {
    text-align: center;
    padding: 3px;
    background-color: #8aadba;
    color: white;
  }

  @media screen and (max-width: 768px) {
    div.skrij {
      display: none;
    }

    .carousel-control-prev {
      margin-left: -10px;
    }

    .carousel-control-next {
      margin-right: -10px;
    }
  }


  @media screen and (max-width: 768px) {
    .column {
      flex: 100%;
    }
  }

/* povečava slik */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}


 /*  #date-location { display: inline-block; position: absolute; left: 15px; top: 125px; text-align: left; background-color: #FFFFFF; border: 1px solid #006699; padding: 4px; z-index: 2; }

.date-font { color: #006699; font: 13px arial, sans-serif; font-weight: bold; } */
