/* Vas font */
@import url('https://fonts.cdnfonts.com/css/trebuchet-ms-2');

html {

}

body {
  font-family: 'Trebuchet MS', sans-serif;
  background: #ffffff;
  color: #000000;
  font-size: 1.1rem;
  margin: 0 auto;
  max-width: 75%;
  /* Nacteni - animace */
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  /* */
}

/* Fade in animace */
@keyframes fadeInAnimation {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
   }
}

.justify-text {
  text-align: justify;
}

.odsazeni {
  margin-bottom: 3rem;
}

.odsazeni2 {
  margin-bottom: 6rem;
}

.odsazeni3 {
  margin-bottom: 5rem;
}

p {
  margin: 0px 0px 35px 0px;
}

a:hover {
  color: blueviolet;
}

/* Hlavni nadpis, dulezity pro vyhledavace */
h1 {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
}

h2 {
  margin: 1rem 0rem 0rem .7rem;
  font-weight: 900;
  font-size: 1.4rem;
}

.bez {
  margin: 1rem 0rem 15px 0rem;
  font-size: 1.4rem;
}

h4 {
  margin: 1rem .7rem 1rem .7rem;
  font-size: 1rem;
  font-weight: 500;
}

button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f1f1f1;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  border: none;
}

button:hover {
  cursor: pointer;
  background-color: #d1d1d1;
  transition: all 0.1s ease-in-out;
}

/* Kde zakoupite */
.obchod-tabulky {
  /* background-color: #d1d1d1; */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 3fr));
  gap: 1.2rem;
}

.obchod-tabulka {
  display: grid;
  justify-content: center;
  align-items: center;
  /* background-color: #f1f1f1; */
  /* border: solid 1px #d2d2d2; */
  border-radius: 10px;
  width: auto;
  height: 150px;
  margin-bottom: .3rem;
}

.logo-obchod {
  width: 100%;
}

.logo-obchod-mensi {
  max-width: 80px;
  min-width: ;
}

.logo-obchod-vetsi {
  min-width: 70px;
}

.obchod-tabulka:hover {
  transform: scale(1.2);
  transition: all 0.1s ease-in-out;
}

.logo-obchod:hover {

}

.logo-obchod-mensi:hover {

}

.logo-obchod-vetsi:hover {

}

.tabletopia {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 100%;
}

.tabulky-pro-zakoupeni {
  display: flex;
  justify-content: space-between;
}

/* Tabulka na zakoupeni hry a premium verze */
.tabulka-koupit {
  display: flex;
  flex-direction: column;
  width: 49%;
  /* background-color: #f1f1f1; */
  border-radius: 10px;
}

.nadpis {
  font-size: 24px;
  font-weight: 900;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.title {
  font-size: 24px;
  font-weight: 900;
}

#klasika {

}

#premium {

}

/* Odsazeni textu z leve a prave strany */
main {
  padding-left: 1rem;
  padding-right: 1rem;
}

.yt-rozmery {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.skoda-kouzla-banner {
  width: 100%;
}

/* Pocitac */
.pocitac {
  display: block;
  visibility: visible;
}

.tablet {
  display: none;
  visibility: hidden;
}

.mobil {
  display: none;
  visibility: hidden;
}

/* Footer */
.socialni-site-ikona {
  height: auto;
  width: 150px;
}

.socialni-site-ikona:hover {
  transform: scale(1.2);
  transition: all 0.1s ease-in-out;
}

.socialni-site-ikony {
  display: flex;
  justify-content: center;
  gap: 3rem;
  width: 100%;
}

/* Tady zacina KOUZLO responzivniho webu */

@media only screen and (max-width: 1080px) {
  .logo-obchod {
    min-width: ;
  }
  
  .logo-obchod-mensi {
    /* max-width: 70px; */
    min-width: ;
  }

  .logo-obchod-vetsi {
    min-width: 45px;
  }

  /* Footer */
  .socialni-site-ikona {
    height: auto;
    width: 100px;
  }

  .socialni-site-ikony {
    display: flex;
    justify-content: center;
    gap: 3rem;
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  
  .logo-obchod {
    /* max-width: 90px; */
    min-width: ;
  }
  
  .logo-obchod-mensi {
    /* max-width: 60px; */
    min-width: ;
  }

    /* Footer */
  .socialni-site-ikona {
    width: 90px;
  }

  .socialni-site-ikony {
    gap: 1.5rem;
    width: 100%;
  }
}

@media only screen and (max-width: 650px) {

  /* Footer */
  .socialni-site-ikona {
    width: 75px;
  }
  
  .socialni-site-ikony {
    display: flex;
    justify-content: center;
    gap: 1rem;
    width: 100%;
  }

  .odsazeni3 {
    margin-bottom: 1.3rem;
  }
}
  

/* Tablet */
@media only screen and (max-width: 600px) {

  body {
    min-width: 85%;
  }

  .pocitac {
    display: none;
    visibility: hidden;
  }
  
  .tablet {
    display: block;
    visibility: visible;
  }

  .mobil {
    display: none;
    visibility: hidden;
  }

  .logo-obchod {
    /* max-width: 70px;  */
    min-width: ;
  }
  
  .logo-obchod-mensi {
    /* max-width: 50px;  */
    min-width: ;
  }

  .logo-obchod-vetsi {
    min-width: 45px;
  }
}

/* Mobil */
@media only screen and (max-width: 470px) {

  body {
    min-width: 100%;
    margin: 0 auto;
    max-width: 100%;
  }

  /* Odsazeni textu z leve a prave strany */
  main {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .odsazeni-mobil {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pocitac {
    display: none;
    visibility: hidden;
  }

  .tablet {
    display: none;
    visibility: hidden;
  }

  .mobil {
    display: block;
    visibility: visible;
  }

  .obchod-tabulka {
    height: auto;
  }

  /* Kde zakoupite */
.obchod-tabulky {
  grid-template-columns: repeat(3,minmax(0,1fr));
}
}