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: #fcc87ad0; padding: 5px; color:#333333}
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: #333333;
}

.nav-pills{
    /* background-color: #f1f1f2;*/
    color: #fcc87a;
}

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

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

.btn-primary:hover, 
.btn-primary:active, 
.btn-primary:focus {
    background-color: #fcc87ad0;
    color: #333333;
    border-color: #333333;
    outline: none !important;
    box-shadow: none;
}

.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: #fcc87a;
  }

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

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

.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: 100%;
  }

  .banner {
    background-image: url(../assets/pexels-francesco-ungaro-1710813.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    opacity: 0.6;
    height: 80px;
  }

a.h4 {
  font-family: "Open Sans"; 
  font-size: 36px; 
  font-style: normal; 
  font-variant: normal; 
  font-weight: 700; 
  line-height: 15.4px; 
  color: black;
  background-color: #fcc87ad0;
  padding: 10px;
}

.tg  {border-collapse:collapse;border-spacing:0;margin:0px auto;}
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:"Open Sans";font-size:14px;
  overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:"Open Sans";font-size:14px;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-0pky{border-color:inherit;text-align:left;vertical-align:middle}

.box {
  height: 20px;
  width: 20px;
  border: 1px solid black;
  clear:none;
}

.red {
  background-color: #ed2727;
}

.green {
  background-color: #1bc94e;
}

.orange {
  background-color: #e59400;
}

.yellow {
  background-color: #f0f000;
}

.karta {
  width: 70%;
}

.cebelnjak {
  width: 100%
}

footer {
  text-align: center;
  padding: 3px;
  background-color: #fcc87ad0;
  color: black;
}

/* button {
  padding: 3px;
} */

button {
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  color: black;
  background: #fcc87a;
  padding: 5px 5px 5px 5px;
  text-decoration: none;
}

button:hover {
  background: #fcc87ad0;
  text-decoration: none;
}

#myDIV {
  display: none;
}


.text-container {
  display: none;
}

.show-more,
.povrsinske,
.reke,
.podzemlje,
.splosno {
  display: none;
}

  @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%;
    }
  }

  
  @media screen and (max-width: 768px) {.tg {width: auto !important;}.tg col {width: auto !important;}.tg-wrap {overflow-x: auto;-webkit-overflow-scrolling: touch;margin: auto 0px;}}

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

  @media screen and (max-width: 500px) {
    a.h4 {
      font-size: 20px; 
    }
  }

 /*  #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; } */
