@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap");
* {
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  list-style: none;
}

html {
  font-family: "Open Sans", sans-serif;
  scroll-behavior: smooth;
}

body {
  height: 100vh;
  display: grid;
  background-color: rgba(96, 76, 76, 0.6);
  grid-template-rows: auto 1fr auto;
}
body header {
  height: 10vh;
  display: grid;
  align-items: center;
  color: white;
  z-index: 1;
  background-color: rgba(96, 76, 76, 0.6);
}
body header .highlight {
  color: orange;
}
body header nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
body header nav .logo img {
  width: 80px;
}
body header nav .kava {
  padding-left: 50px;
}
body header nav .container {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-self: right;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
}
body header nav .container .rozdelenie {
  display: grid;
  grid-template-columns: repeat(4, auto);
}
body header nav .container .vozik img {
  max-width: 35px;
  height: auto;
}
body header nav .container .vozik img:hover {
  border: solid white 1px;
  border-radius: 100px;
  cursor: pointer;
}
body header nav .container div {
  margin-right: 50px;
}
body header nav .container a {
  color: white;
}
body header nav .container a:hover {
  border-bottom: solid 2px white;
  color: orange;
  font-size: 21px;
}
body header nav .highlight {
  color: orange;
}
body header nav .highlight:hover {
  color: white;
}
@media (max-width: 400px) {
  body header nav {
    grid-template-columns: auto 1fr;
  }
  body header nav .kava {
    display: none;
  }
  body header nav .container .rozdelenie {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(2, auto);
  }
  body header nav .container .vozik {
    align-self: center;
  }
}
@media (max-width: 700px) {
  body header nav {
    grid-template-columns: auto 1fr;
  }
  body header nav .kava {
    display: none;
  }
  body header nav .container .rozdelenie {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(2, auto);
  }
  body header nav .container .vozik {
    align-self: center;
  }
}
@media (max-width: 1000px) {
  body header nav {
    grid-template-columns: 1fr auto 1fr;
  }
  body header nav .container .rozdelenie {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(2, auto);
  }
  body header nav .container .vozik {
    align-self: center;
  }
}
body .pozadie {
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  height: 90vh;
  max-width: 100%;
  background-image: linear-gradient(to bottom right, rgba(96, 76, 76, 0.6), rgba(96, 76, 76, 0.6)), url(../media/coffee.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
body .pozadie .text {
  color: white;
  font-size: 30px;
  margin-top: 150px;
}
body .pozadie .text .award {
  margin-top: 300px;
  font-size: 15px;
}
body main {
  border-top: solid 3px white;
  display: grid;
  grid-template-columns: auto;
}
body main .tabulka {
  background-color: rgba(96, 76, 76, 0.6);
}
body main .tabulka .infotabulka {
  display: grid;
  grid-template-columns: auto auto auto auto;
  text-align: center;
  font-size: 25px;
  border-bottom: solid white 3px;
  padding: 25px;
}
body main .tabulka .infotabulka a {
  color: white;
}
body main .tabulka .infotabulka a:hover {
  color: orange;
  border-bottom: solid orange 1px;
}
body main .jadro {
  display: grid;
  grid-template-rows: auto auto auto auto;
  background-color: rgba(20, 16, 16, 0.6);
  margin: 50px;
  border: solid 2px white;
}
body main .jadro .obsah {
  display: grid;
}
body main .jadro .obsah .obrazok {
  margin-left: auto;
  margin-right: auto;
}
body main .jadro .obsah .obrazok img {
  max-width: 50vh;
  height: auto;
  border: solid 2px white;
  margin-bottom: 50px;
}
body main .jadro .obsah .text1 {
  text-align: center;
  color: orange;
  font-size: 50px;
  margin-top: 50px;
}
body main .jadro .obsah p {
  color: white;
  text-align: center;
  font-size: 25px;
  margin-bottom: 50px;
}
body main .jadro2 {
  display: grid;
  grid-template-rows: auto auto;
  background-color: rgba(20, 16, 16, 0.6);
  margin: 50px;
  border: solid 2px white;
}
body main .jadro2 .obrazok {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
body main .jadro2 .obrazok img {
  max-width: 50vh;
  height: auto;
  border: solid 2px white;
}
body main .jadro2 .obsah {
  display: grid;
  text-align: center;
}
body main .jadro2 .obsah .text1 {
  color: orange;
  font-size: 50px;
  margin-top: 50px;
}
body main .jadro2 .obsah p {
  color: white;
  font-size: 25px;
  margin-bottom: 50px;
}
body main .jadro3 {
  display: grid;
  border-top: solid white 3px;
  justify-items: center;
  margin-bottom: 15px;
}
body main .jadro3 .text1 {
  padding: 50px;
  color: white;
  font-size: 50px;
}
body main .jadro3 img {
  padding: 5px;
  max-width: 550px;
  height: 500px;
}
body main .jadro3 img:hover {
  transform: scale(1.01);
  transition: transform 0.4s ease-in-out;
}
body main .jadro3 .postup {
  display: grid;
  grid-template-columns: auto auto auto;
  background-color: white;
}
@media (min-width: 1700px) {
  body main .jadro3 .postup {
    grid-template-columns: repeat(3, auto);
  }
}
@media (max-width: 1699px) {
  body main .jadro3 .postup {
    grid-template-columns: repeat(2, auto);
  }
}
@media (max-width: 1135px) {
  body main .jadro3 .postup {
    grid-template-columns: repeat(1, auto);
  }
}
body main .jadro4 {
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 135px;
  border-top: solid white 2px;
  margin-bottom: 105px;
  background-image: linear-gradient(to bottom right, rgba(96, 76, 76, 0.8), rgba(96, 76, 76, 0.8)), url(../media/casnik.png);
  border-bottom: solid 2px white;
}
body main .jadro4 .nazov {
  margin-top: 35px;
  margin-bottom: 35px;
}
body main .jadro4 .nazov .link {
  font-size: 25px;
}
body main .jadro4 .nazov a {
  font-size: 35px;
  color: orange;
}
body main .jadro4 .nazov a:hover {
  color: white;
}
body main .jadro4 p {
  font-size: 25px;
  color: white;
}
body main .nazov9 {
  text-align: center;
  color: orange;
  font-size: 40px;
  background-color: rgb(56, 47, 47);
  border-radius: 80px;
  padding-top: 15px;
  margin-bottom: 15px;
}
body main .jadro5 {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
}
body main .jadro5 .obsah {
  border: 2px solid orange;
  background-color: white;
  border-radius: 100px;
  padding: 20px;
  margin: 20px 0;
  text-align: center;
  margin-bottom: 50px;
}
body main .jadro5 .obsah img {
  float: left;
  margin-left: 50px;
  border-radius: 50%;
  max-width: 15%;
  height: auto;
}
body main .jadro5 .obsah img:hover {
  transform: scale(1.03);
  transition: transform 0.4s ease-in-out;
}
body main .jadro5 .obsah .meno {
  color: orange;
  font-size: 35px;
}
body main .jadro5 .obsah p {
  font-size: 25px;
  margin-top: 25px;
}
body footer {
  background-color: rgba(97, 76, 76, 0.6);
  height: 50px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  border-top: solid black 2px;
  align-items: center;
  position: static;
}
body footer .pata {
  padding-left: 50px;
}
body footer .nazov1 {
  text-align: center;
}
body footer .nazov1 a {
  color: black;
}
body footer .nazov1 a:hover {
  color: white;
  border-bottom: solid white 1px;
}
body footer .linky {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-self: right;
  width: -moz-fit-content;
  width: fit-content;
  grid-gap: 50px;
  padding-right: 50px;
}
body footer .linky img {
  border-radius: 10%;
  background-color: rgba(97, 76, 76, 0.9);
  max-width: 30px;
  height: auto;
}
body footer a:hover img {
  border-radius: 100%;
  background-color: rgba(20, 16, 16, 0.6);
}
@media (max-width: 650px) {
  body footer {
    grid-template-columns: auto 1fr;
  }
  body footer .nazov1 {
    display: none;
  }
}/*# sourceMappingURL=global.css.map */