body,h1,h2,h3,h4,h5,h6,p {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
}
a {
  font-family: "Gruppo", Arial, Helvetica, sans-serif;
  font-size: 120%;
}
/* header {
  background-image: url(../img/crikvenica_beach_bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
} */
::-webkit-inner-spin-button { display: none; }
::-webkit-calendar-picker-indicator { background: none; }

* {box-sizing: border-box}

.overlay-container {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.overlay-container .overlay {
  opacity: 1;
}