html {
    scroll-behavior: smooth;
}

*{
  box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
}

/*aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa*/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  background-color: rgb(44,69,152);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  font-family: 'Roboto Slab', sans-serif;
  text-align: left;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: white;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 36px;
  margin-left: 50px;
}

.stage-slide {display: none;}
img {vertical-align: middle;}

.blue-gradient{
  width: 100%;
  height: auto;
  z-index: 1;
  margin-top: 70px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2989d8+0,e5e5e5+100&1+0,0+100 */
  background: -moz-linear-gradient(top,  rgba(44,69,152,1) 0%, rgba(229,229,229,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(44,69,152,1) 0%,rgba(229,229,229,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(44,69,152,1) 0%,rgba(229,229,229,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#00e5e5e5',GradientType=0 ); /* IE6-9 */
}

/* Slideshow container */
.slideshow-container {
  max-width: 1100px;
  background: gainsboro;
  margin: 0 auto;
  z-index: 100;
  position: relative;
  margin-top: 0px;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 22px;
  padding: 8px 12px;
  position: absolute;
  bottom: -4px;
  padding-top: 60px;
  font-weight: 700;
  width: 100%;
  height: 100px;
  text-align: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.86+13,0+100 */
  background: -moz-linear-gradient(bottom, rgba(0,0,0,0.86) 0%, rgba(0,0,0,0.86) 13%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.86) 0%,rgba(0,0,0,0.86) 13%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(0,0,0,0.86) 0%,rgba(0,0,0,0.86) 13%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/*aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa*/

.navbar {
    z-index: 1000;
    width: 100%;
    height: 70px;
    position: fixed;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-template-rows: 1fr;
    top: 0;
    left: 0;
    background-color: rgb(44,69,152);
    transition: 0.3s;
  }

.navbar a, img, p {
    font-weight: bold;
    width: 100%;
    height: auto;
    text-align: center;
    vertical-align: middle;
}

.navbar img{
    height: 50px;
    width: 50px;
    margin-top: 7px;
}

.navbar a{
    color: white; 
    text-decoration: none;
}

.navbar p{
  width: 200px; /*250*/
  margin-left: -60px; /*-80*/
  margin-top: 20px;
  font-size: 20px;
  color: white; /*rgb(255,124,18)*/
  cursor: pointer;
}

#mobile-menu{
  font-size: 28px;
  padding-top: 15px;
  cursor: pointer;
}

.top-about{
  width: 100%;
  height: auto;
  /*padding-left: 20px;
  padding-right: 40px;
  font-size: 18px;*/
  text-align: center;
  /*font-weight: 500;*/
}

.btn-top{
  margin-top: 30px;
  height: auto;
  width: 100%;
}

.top-dod{
  margin-top: -20px;
}

.nadpis{
    font-size: 28px; /*28px*/
    margin-top: 90px;
    margin-bottom: 0px;
    width: 100%;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}

.smaller {
  font-size: 25px; /*25px*/
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 20px;
}

.nadpis-orange{
    font-size: 28px; /*28px*/
    padding-top: 20px;
    margin-bottom: 5px;
    color: black;
    width: 100%;
    height: 60px;
    text-align: center;
}

.about-nadpis{
  color: rgb(255,124,18);
  text-align: left;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 999;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: orangered;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  opacity: 0.5;
}

#iframe{
    width: 90%;
    max-width: 1200px;
    display: block;
    height: 200px;
    margin-left: 5%;
    z-index: 999;
    margin-top: 20px;
    border: 5px rgb(44,69,152) solid;
}

.orangepart {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    background-color: rgb(204, 218, 230);
    text-align: center;
    left: 0;
}

.timeline{
    width: 99%;
    height: fit-content;
    position: relative;
    display: grid;
    grid-template-columns: 30% 70%;
    margin-top: 10px;
}

.timeline-vertical {
    width: 8px; 
    height: 430px; 
    background-color: rgb(44,69,152);
    position: absolute;
    margin-left: 13%;
    border-style: none; 
    border: 2px rgb(204, 218, 230) solid; 
    z-index: 1;
    margin-top: 40px;
}

.circle{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color:  rgb(44,69,152);
    border: 2px rgb(204, 218, 230) solid;
    z-index: 999;
    margin-left: 15%;
    margin-top: 10px;
    text-align: center;
}

.timeline-icon {
    margin-top: 18px;
    width: 50px;
    height: 50px;
}

.about {
    width: 95%;
    height: auto;
    background-color: rgb(44,69,152);
    border-radius: 10px;
    margin-left: 5%;
    margin-top: 10px;
}

.about::before {
    content: " ";
    height: 0;
    margin-top: 15px;
    position: absolute;
    width: 0;
    z-index: 999;
    left: 30%;
    border: medium solid white;
    border-width: 20px 20px 20px 0;
    border-color: transparent  rgb(44,69,152) transparent transparent;
}

.collapsible {
  background-color: rgb(44,69,152);
  color:white; /*rgb(255,124,18)*/
  cursor: pointer;
  margin-top: 22px;
  width: 95%;
  height: fit-content;
  border: none;
  outline: none;
  text-align: left;
  font-size: 17px;
  padding-right: 10px;
  font-weight: bolder;
  border-radius: 10px;
}

.content {
    padding: 0 10px;
    padding-top: 10px;
    background-color: rgb(44,69,152);
    position: relative;
    border-radius: 6px;
    color: white;
    display: none;
    overflow: hidden;
}

.content p{
  text-align: left;
  font-weight: 350;
  margin-top: -5px;
  padding-left: 5px;
}

.content-photo-hor{
  width: 90%;
  margin-left: 5%;
  margin-bottom: 10px;
}

.content-photo-hor img {
  padding-bottom: 10px;
}

.gallery{
    width: 100%;
    height: auto;
    display: grid;
    margin-top: 18px;
    grid-template-columns: 50% 50%;
    align-items: center;
}

.gallery img {
    width: 100%;
    height: 130px;
    border-radius: 15px;
    padding: 5px;
    cursor: pointer;
}

.hp-gallery {
  margin-top: 15px;
  
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 70px;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: black;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: fit-content;
    max-width: 1200px;
  }
  
  /* The Close Button */
  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  .mySlides {
    display: none;
  }
  
  .cursor {
    cursor: pointer;
  }
  
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev {
  left: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  .modal-img {
    margin-bottom: -4px;
    width: 100%;
  }
  
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  .demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  .modal-img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

#nadpis4{
  font-size: 25px;
  margin-bottom: 25px;
}

.dod-section {
  width: 100%;
  height: auto;
}

.dod-section-heading {
  padding-top: 28px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 25px; /*23*/
  text-align: center;
}

.dod-section-info {
  padding-top: 0px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 20px; /*23*/
  text-align: center;
  font-weight: 400;
}

.dod{
  cursor: pointer;
  width: 90%;
  height: auto;
  background: rgb(255,124,18);
  border-radius: 15px;
  color: white;
  border: none;
  font-size: 22px; /*22*/
  margin-top: 30px;
  padding-bottom: 13px;
  padding-top: 13px;
}

#topdod{
  margin-top: 50px;
  margin-bottom: 10px;
}

.co-te-ceka-content{
  width: 100%;
  height: auto;
}

.element{
  width: 90%;
  height: auto;
  margin: auto;
  border-radius: 10px;
  text-align: center;
  background-color: white;
  cursor: pointer;
  transition: 0.5s;
}

.element:hover{
  -webkit-box-shadow: 3px 3px 4px 6px gray;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 3px 4px 6px gray;  /* Firefox 3.5 - 3.6 */
  box-shadow:         3px 3px 4px 6px gray;
}

.nadpis-element{
  width: 100%;
  padding-top: 10px;
  text-align: center;
}

.text-element{
  width: 100%;
  text-align: justify;
  padding: 0px 10px 10px 10px; /*top right bottom left*/
  font-size: 20px;
  margin-top: -10px;
}

.text-gradient{
  width: inherit;
  height: 60px;
  position: absolute;
  margin-top: -10px;
  background: linear-gradient(0deg, white, transparent);
}

.co-te-ceka-bottom{
  margin-top: 15px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  height: auto;
}

.wanna-know-more-around{
  width: 100%;
  height: auto;
  text-align: center;
}

#wanna-more1, #wanna-more2, #wanna-more3{
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 20px;
  padding: 0px 25px 0px 25px;
}

.wanna-know-more{
  width: 100%;
  height: auto;
  padding: 0px 10px 10px 10px;
  text-align: center;
  font-size: 22px;
  margin-top: -10px;
}

.btn-orange{
  width: fit-content;
  height: 50px;
  background: rgb(255,124,18);
  border-radius: 15px;
  color: white;
  border: none;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 22px;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-info{
    width: fit-content;
    height: 50px;
    background: rgb(255,124,18);
    border-radius: 15px;
    color: white;
    border: none;
    margin-top: 30px;
    font-size: 22px;
    padding-left: 20px;
    padding-right: 20px;
}

#env-phone{
  font-size:20px;
  margin-right: 8px;
}

.contacts {
    width: 100%;
    height: 510px;
    margin-top: -20px;
    background-color: rgb(44,69,152);
    padding-top: 10px;
    text-align: center;
}

.contacts a {
    color: white;
}

.cont-details{
    width: 90%;
    height: auto;
    margin-top: 20px;
    padding-bottom: 3px;
    margin-left: 5%;
    color: white;
    font-size: 20px;
    vertical-align: middle;
}

.nadpis-kde{
  margin-top: 8px; 
  height: auto;
  color: white;
  font-size: 18px;
}

#map{
  width: 70%;
  height: 150px;
  margin-top: -30px;
  margin-bottom: 30px;
}


.socials {
    width: 90%;
    height: auto;
    text-align: center;
    display: inline-block;
}

.socials i {
    margin-left: 10px;
}

.fa, .fas {
    font-size:33px; 
    color: white
}