html, body {
  width: 100%;
  /*height: 100%;*/
  padding: 0;
  margin: 0;
  background: white !important;
}

nav {
  z-index: 2 !important;
  background-color: unset;
  color: white !important;
  background: linear-gradient(180deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 100%);
  border: unset;
  position: absolute !important;
}

nav a {
  color: white;
  transition: cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
}

nav li:hover a {
  color: #4C9732;
}

.nav-scrol {
  z-index: 2 !important;
  
}

@media only screen and (min-width: 1200px) {
  .navbar {
    padding-right: 132px;
  }
}

.header {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  background-image: url(/img/webbck1.jpg);
  background-position: center center;
  background-size: cover;
  transition: all 2s ease 0s;
  background-color: #212529;
}

/*.box {
}*/

.text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.text img {
  width: 250px;
}

.opacity
{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  z-index: 1;
}

.content {
  width: 85%;
  margin: auto;
  padding-top: 84px;
  padding-bottom: 84px;
}

.display-text {
  color: #4C9732;
  font-size: xxx-large;
  margin-bottom: 30px;
  text-align: center;
}

.novinky {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1040px;
}

.novinky .novinka {
  position: relative;
  width: 300px;
  /*width: 27%;*/
  margin-bottom: 40px;
  border-radius: 10px;
  padding: 15px;
  margin: 20px auto 25px auto;
  padding: 0;
  border-radius: 20px;
  background: #1e272e;
  overflow: hidden;
  transition: cubic-bezier(0.65, 0.05, 0.36, 1) 0.5s !important;
  height: 300;
}

.novinky .novinka a {
  color: white;
}

.novinky .novinka:hover {
  /*height: min-content;*/
  transform: scale(1.2);
}

.novinky .novinka img {
  height: 200px;
}

@media screen and (max-width: 600px) {
  .text h1 {
    font-size: 35px!important;
  }
  .text h2 {
    font-size: 25px!important;
  }
}
