


@keyframes uvod-animacia{
  0% {top: 200px;}
  100% {top: -50px;}}



body {
  margin: 0;
  font-family: 'Sen';
  font-weight: 400;
  
  height: 100%;
  background-color: #F7FBFC;
  color:black;
  background-image: url('./fotky/bg-image.png');
  background-size: 100%;


}



.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin:auto;
  justify-content: center;
  max-width: 75vw;
  padding-left:15vw;
  margin-top:	2.963vh;

  z-index: 10;



}

.grid-text-sekcia {
  text-align: center;
  
}

.grid-fotka-sekcia img {
  max-width: 100%;
  
  height: auto;
  display: block;
  width:21.6vw;
  
}


.zdroje{
  float: right; margin-right:2vw; margin-bottom:2vw; font-size: 1vw;
  position: relative;
}


  .sekcia-uvod {

      text-align: left;
  
      animation: uvod-animacia;
      animation-duration: 0.7s;
      animation-fill-mode: forwards;
  }
  .sekcia-uvod h2{
      font-weight: 400;
      font-size:2.16vw;
      color:#2d2e47
  }
  .sekcia-uvod p{
      font-size:0.8vw;
      line-height: 1.5vw;
      padding-right:4vw;
  }
  /* /SEKCIA UVOD */


  @media screen and (min-width:1px) and (max-width:800px){
  .grid-container {
    display: block;

    margin:auto;
    justify-content: center;

    padding:0;
    margin-top:	2.963vh;

  

  }


.grid-fotka-sekcia img {
  display: none;
}
  .sekcia-uvod h2{
    font-size:2rem;
    text-align: center;
    margin-bottom:3.1rem;
}
.sekcia-uvod p{
    font-size:1rem;
    line-height:normal;
    padding: 0;
    
}
body{
  background-image: none;
}

}
  
