body {
  height: 100%;
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-image: url(../svg/back.svg);
  background-size: cover;
}

.navbar {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.navbar a {
  margin: 50px;
  text-decoration: none;
  color: black;
}
.navbar a:hover {
  color: #dc4646;
}
.navbar .logo {
  margin: 50px;
}

.topnav {
  overflow: hidden;
  background-color: transparent;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  float: left;
  color: black;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a.icon {
  float: right;
  margin-top: 20px;
}

.active {
  background-color: transparent;
  color: white;
}

#myLinks a {
  font-size: small;
  margin-top: 20px;
}

.topnav {
  display: none;
}

@media screen and (max-width: 850px) {
  .navbar {
    display: none;
  }
  .topnav {
    display: block;
  }
}
.ktosme {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.ktosme p {
  line-height: 25px;
}
.ktosme img {
  margin: 50px 50px 0 0;
  border-radius: 18px;
}
.ktosme img {
  margin: 50px 50px 0 0;
  border-radius: 18px;
}
.ktosme h1 {
  color: #dc4646;
}

.onas-svg-1 {
  position: absolute;
  margin-left: -8%;
  margin-top: 100px;
  z-index: 1;
}

.cervenypodklad {
  max-width: 100vw;
  position: relative;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cervenypodklad img {
  align-self: center;
  z-index: 2;
  position: relative;
  top: 0;
  right: 0;
  border-radius: 20px 0 0 20px;
}

.txt {
  color: white;
  line-height: 25px;
  width: 50%;
}

.text {
  z-index: 2;
  position: relative;
  top: 0;
  left: 0;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  margin-top: 50px;
}
.text h2 {
  color: white;
}

@media screen and (max-width: 1112px) {
  .text {
    font-size: small;
    height: fit-content;
  }
  .myslienka {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 970px) {
  #Path_1 {
    display: none;
  }
  .img-2 {
    position: relative;
    z-index: 8;
  }
  .text {
    width: 100%;
  }
  .ktosme > div {
    font-size: small;
  }
}
.myslienka {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.myslienka img {
  width: 700px;
  margin-right: 80px;
}
.myslienka h1 {
  color: #dc4646;
}
.myslienka div {
  font-size: small;
}
.myslienka p {
  line-height: 25px;
  margin-top: 150px;
}

.vznik {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 100px;
  margin-bottom: 50px;
  font-size: small;
}
.vznik p {
  line-height: 25px;
}
.vznik h1 {
  color: #dc4646;
}

.prepinacie-btny {
  margin-top: 20px;
}
.prepinacie-btny button {
  margin: 10px;
  background-color: black;
  color: white;
  cursor: pointer;
  border-radius: 100%;
  border: none;
  width: 30px;
  height: 30px;
}
.prepinacie-btny button:hover {
  background-color: transparent;
  border: solid 2px black;
}

.poslednafoto {
  margin: 30px;
}

@media screen and (max-width: 1442px) {
  .txt {
    color: black;
  }
  .h2-1 {
    color: black !important;
  }
}
@media screen and (max-width: 716px) {
  .ktosme {
    flex-direction: column-reverse;
  }
  .ktosme img {
    width: 70%;
    margin-left: 10%;
  }
  .txt {
    width: 70%;
  }
  .img-2 {
    width: 70%;
  }
  .fotoonasstred {
    width: 330px !important;
    margin-left: 10%;
  }
  .vznik h1, .vznik h2, .vznik p {
    margin-left: 10%;
  }
  .poslednafoto {
    width: 75%;
  }
}

/*# sourceMappingURL=onas.css.map */
