body { 
  overflow-x: hidden;}

.logo {   
width: 12vw;
height:5vw; 
display: block;
  }
  @media (max-width: 601px) {
    .logo {   
      width: 19vw;
      height:10vw; 
      display: block;
        }
  }

    .nav-item{ 
      text-align: center;
      padding: 20px;
      font-size: 1.2vw;
    }

    @media (max-width: 601px) {
      .nav-item{ 
        text-align: center;
        padding: 20px;
        font-size: 20px;
      }
    }

    .nav-item a{
      text-decoration: none;
      color: black;
    }

    .nav-item:hover a{ 
      color:rgb(2, 150, 64);
    }

.pozadieimg{
  height: 90vh;
  width: 100%;
}
@media (max-width: 601px) {
  .pozadieimg{
    height: 35vh;
    width: 100%;
  }
}

.container0{
  margin-top: 8%;
  margin-bottom: 10%;
  background-color: rgb(255, 255, 255);
}

    .obrazok1{
      width: 26vw;
      margin-left: 10%;
    }
    @media (max-width: 601px) {
      .obrazok1{
        width: 40vw;
        margin-left: 10%;
      }
    }

    .text1{
      font-size: 1.5vw;
    }
        @media (max-width: 601px) {
          .text1{
            font-size: 10px;
          }
        }
    
  .onas2{
    margin-top: 10%;
    height: 34vh;
    color: rgb(2, 150, 64);
    background-color: rgb(0, 0, 0);
}
@media (max-width: 601px) {
  .onas2{
    margin-top: 10%;
    height: 15vh;
    color: rgb(2, 150, 64);
    background-color: rgb(0, 0, 0);
}
}

.nadpis{
  font-size:2vw; 
  text-align: center;
  padding-top:1.5% ;
}
        @media (max-width: 601px) {
        .nadpis{
        font-size:3vw; 
        padding-top:1.5% ;
      }
    }

.text2{
  color: rgb(255, 255, 255);
  font-size: 1.7vw; 
   text-align: center;
}
         @media (max-width: 601px) {
          .text2{
            font-size: 2.5vw; 
     
          }
      }


.dokument{
  display: flex;
  justify-content: center;
margin-top: 5%;
margin-bottom: 5%;
}
.dokument a{
  text-decoration: none;
   color: rgb(0, 0, 0); 
   font-size: 2vw;
}
@media (max-width: 601px) {
  .dokument a{
     font-size: 4vw;
  }
}

div.dokument a:hover {
  background-color:rgb(2, 150, 64);
  border-radius: 5px;
  }

.kontakt-text{
  margin-left: 15%;
  margin-top: 5%;
  font-size: 1.5vw;
  margin-bottom: 5%;
}
@media (max-width: 601px) {
  .kontakt-text{
    font-size: 3vw;
  }
}

.icon {
  margin: 0 12% 0 10%;
}

.icon div {
  width: 30%;
  display: inline-block;
  text-align: center;
  margin: 5% 0px;
  margin-bottom: 10%;
  margin-left: 1%;
}

.icon i {
  color: rgb(0, 0, 0);
  font-size: 2vw;
}
@media (max-width: 601px) {
  .icon i {
  
    font-size: 5vw;
  }
} 

#myBtn {
  height: 35px;
  width: 35px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 9px;
  border: none;
  outline: none;
  background-color: rgb(2, 150, 64);
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 100px;
  text-align: center;
}
#myBtn:hover {
  background-color:rgb(0, 0, 0);
}

.footertext {
  text-decoration: none;
  color: white;
}

.icontext{
font-size: 1vw;
}
@media (max-width: 601px) {
  .icontext{
    font-size: 2vw;
    }
} 

.center {
  margin-top: 5%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
@media (max-width: 601px) {
  .center{
    height: 13vh;
    width: 80%;
  }
}