.nazev {
  max-width: 80%;
  margin: auto;
}
.bgimage{
  background: url('img/bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.bg-orange {
  background-color: #fec23f;
}
.bg-blue {
  background-color: #044c77;
}
.nadpis {
  text-shadow: 0px 0px 20px white;
  color: #01314e;
}
.noborder {
  border: none;
}
.bottomshadow {
  box-shadow: -3px -4px 20px 0px black;
}
.descriptor{
  color: #10406a;
}
.nohover::hover{
  background-color: initial;
}
.nobreak {
  text-align: center;
  display: inline;
}
.nobreak li {
  display: inline;
}
.meteowrapper {
  background-color: blue;
  color: white;
  background: linear-gradient(16deg, rgb(6 0 99) 0%, rgba(9, 26, 121, 1) 20%, rgba(0, 166, 200, 1) 100%);
}
.predpoved {
  max-width: 15rem;
  min-width: 10rem;
  color: black;
}

.bottom-div{

}

.warning-map{
  width: 100%;
  height: 500px;
}

.underwaves {
  -webkit-transform: translateY(calc(-100% + 1px));
  -moz-transform: translateY(calc(-100% + 1px));
}