@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;
  min-height: 80vh;
  width: 100%;
  background-image: linear-gradient(to bottom right, rgba(96, 76, 76, 0.6), rgba(96, 76, 76, 0.6)), url(../media/bestforu.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}
body .pozadie .text {
  color: orange;
  font-size: 50px;
  margin-top: 70px;
}
body .pozadie .text .txt {
  color: white;
  font-size: 30px;
}
body main {
  border-top: solid 3px white;
  display: grid;
  grid-template-columns: auto;
}
body main .menuhlava {
  background-color: white;
  display: grid;
  grid-template-columns: auto;
  justify-items: center;
  border-bottom: solid 3px white;
  font-size: 25px;
  color: orange;
}
body main img {
  width: 350px;
  height: 400px;
  border-radius: 50%;
}
body main img:hover {
  transform: scale(1.03);
  transition: transform 0.4s ease-in-out;
}
body main .menu {
  margin: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-evenly;
  background-color: rgba(96, 76, 76, 0.3);
  row-gap: 50px;
}
@media (min-width: 320px) {
  body main .menu {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 800px) {
  body main .menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1500px) {
  body main .menu {
    grid-template-columns: repeat(3, 1fr);
  }
}
body main .menu a {
  color: orange;
}
body main .menu a:hover {
  border-bottom: solid 2px white;
  color: white;
}
body main .menu .hotkava {
  margin-top: 15px;
  text-align: center;
  color: orange;
  font-size: 20px;
}
body main .menu .hotkava .txt {
  color: white;
}
body main .menu .coldkava {
  margin-top: 15px;
  text-align: center;
  color: orange;
  font-size: 20px;
}
body main .menu .coldkava .txt {
  color: white;
}
body main .menu .frappucinokava {
  margin-top: 15px;
  text-align: center;
  color: orange;
  font-size: 20px;
}
body main .menu .frappucinokava .txt {
  color: white;
}
body main .menu .expreso {
  margin-top: 15px;
  text-align: center;
  color: orange;
  font-size: 20px;
}
body main .menu .tea {
  margin-top: 15px;
  text-align: center;
  color: orange;
  font-size: 20px;
}
body main .menu .shake {
  margin-top: 15px;
  text-align: center;
  color: orange;
  font-size: 20px;
}
body main .menu .limca {
  margin-top: 15px;
  text-align: center;
  color: orange;
  font-size: 20px;
}
body main .menu .snack {
  margin-top: 15px;
  text-align: center;
  color: orange;
  font-size: 20px;
}
body main .menu .merch {
  margin-top: 15px;
  text-align: center;
  color: orange;
  font-size: 20px;
  margin-bottom: 15px;
}
body main .menu .medzera {
  margin-bottom: 55px;
}
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=menu.css.map */