* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Lato', sans-serif;
}

h3 {
  background-color: rgb(246, 241, 241);
}

a {
  cursor: pointer;
}

.hidden {
  display: none;
}

.responsive {
  width: 100%;
  height: auto;
}

.sectionSubTitel {
  font-weight: 900;
}

#mySidebar {
  display: none;
}

.centered {
  display: flex;
  justify-content: center;
  align-items: center;
}

.alignLeft {
  text-align: left;
}

#nevihta {
  position: relative;

  /*background-image: url('../slike/index/nevihta.jpg');*/
  width: 100%;
  height: 875px;
  color: black;
  font-size: larger;
}

.sekcija {
  margin-top: 50px;
  /*background-color: #3030ff;*/
}

.rowBottomMargin {
  margin-bottom: 20px;
}

.onTop {
  position: absolute;
  top: 0;
  left: 0;
  color: black;
  text-align: left;
  width: 100%;
  margin: auto;
}

.onBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: rgb(255, 255, 255);
  text-align: left;
  background-color: rgb(0, 0, 0);
  opacity: 0.7;
}

.prolog {
  margin: 0 10px;
}

*/

/* Footer */

#footerID1 {
  color: #3030ff;
  font-weight: normal;
  border: 1px solid rgb(246, 241, 241);
  /*width: calc(100% - 20px);*/
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

#mailto1 {
  display: flex;
  text-align: right;
  max-width: 50px;
  vertical-align: middle;
}

a#mailto:link {
  color: #3030ff;
  text-decoration: none;
}

.footerClass {
  margin: 30px 18px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0 30px;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(246, 241, 241);
}

.column {
  /*flex: 1 1 0px;*/
}

/* Modal window */
.modal {
  width: 90%;
  padding: 10px;
  min-height: 85vh;
  position: fixed;
  left: 5%;
  z-index: 100;
  top: 0;
  background-color: #ffffff;
  /*overflow-y: auto;*/
}

/*
.closeModalButton {
  position: absolute;
  top: 16px;
  right: 28px;
  padding: 5px 10px;
  max-width: 150px;
  font-size: 18px;
  background-color: beige;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}*/

.modalClass {
  width: 100%;
  overflow-y: auto;
  max-height: 88vh;
}

/*
.closeModalButton:hover {
  box-shadow: 0 12px 16px 0 rgba(216, 171, 171, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
    */

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.2);*/
  /*https://stackoverflow.com/questions/65108461/css-backdrop-filterblur-in-safari-and-chrome-render-problem*/
  /*https://www.reddit.com/r/css/comments/12jhh10/solution_backdrop_filter_blur_doesnt_work_in/?rdt=54616*/
  /*backdrop-filter: blur(3px);*/
  z-index: 1;
}

#closeModalButtonId
/*, #topModalButtonId*/ {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-size: 18px;
  padding: 5px;
  border-radius: 4px;
  width: 120px;
  display: flex;
  justify-items: center;
  align-items: right;
  background-color: beige;
}

#closeModalButtonDiv {
  display: flex;
  justify-content: right;
  /*width: calc(100% - 60px);*/
  /*margin: 0 0 10px 30px;*/
  height: 20px;
}

#height700Div {
  max-height: 700px;
  width: auto;
}

.width450 {
  max-width: 450px;
  display: block;
  margin: auto;
}

.imgDiv444 {
  max-height: 444px;
  width: auto;
}

#misliDiv {
  padding: 0 50px;
}

figcaption {
  text-align: center;
  padding-top: 15px;
}

/* Modal window */
.modal {
  width: 90%;
  min-height: 85vh;
  position: fixed;
  left: 5%;
  z-index: 100;
  top: 0;
  background-color: beige;
  border: 1px solid black;
  /*overflow-y: auto;*/
}

.closeModalButton {
  position: absolute;
  top: 16px;
  right: 28px;
  padding: 5px 10px;
  max-width: 150px;
  font-size: 18px;
  background-color: transparent;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.modalClass {
  width: 100%;
  padding: 10px 40px;
  background-color: beige;
  overflow-y: auto;
  max-height: 88vh;
}

/.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.2);*/
  /*https://stackoverflow.com/questions/65108461/css-backdrop-filterblur-in-safari-and-chrome-render-problem*/
  /*https://www.reddit.com/r/css/comments/12jhh10/solution_backdrop_filter_blur_doesnt_work_in/?rdt=54616*/
  /*backdrop-filter: blur(3px);*/
  z-index: 1;
}

#closeModalButtonId
/*, #topModalButtonId*/ {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-size: 18px;
  padding: 5px;
  border-radius: 4px;
  width: 120px;
  display: flex;
  justify-items: center;
  align-items: right;
}

#closeModalButtonDiv {
  display: flex;
  justify-content: right;
  /*width: calc(100% - 60px);*/
  /*margin: 0 0 10px 30px;*/
  height: 20px;
  background-color: blueviolet;
}

.btn {
  cursor: pointer;
}

.prevButtonStol,
.prevButtonFrog {
  font-size: 36px;
}

.nextButtonStol,
.nextButtonFrog {
  font-size: 36px;
}

.buttonClass {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.raznoClass {
  display: flex;
  flex-wrap: wrap;
}

.leftDiv {
  flex: 5 200px;
}

.middleDiv {
  flex: 5 200px;
  padding: 0 20px;
}

.rightDiv {
  flex: 6 200px;
}

figcaption {
  margin-top: 20px;
}
