
@media screen and (min-width: 796px) {
  .flex-container {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    margin-top:5%;
    border:0px solid Black;
  }
  
  .sloganMain{
    position: relative;
    overflow:hidden;
    float:left;
    text-align:left;

    
    height:auto;
    min-height:90px;
    max-height:500px;
    
    font-family: 'Montserrat', sans-serif;
    font-weight:bolder; 
    
    text-shadow: 1px 1px 5px black;
    color:rgb(255,255,255);
    /* margin-left:30vw; */
    padding-left:50px;
    padding-bottom: 50px;
    padding-right:10px;
    margin-top: 2%;
    border:0px solid Black;
    
}

/* p.TytulBoxHeader::first-letter{
  text-transform: uppercase;
  font-size: 40px;
  color:rgb(76,76,76);
} */

.TytulBoxHeader{
  position: relative;
  overflow:hidden;
  float:left;
  text-align: left;

  max-width:100vw;
  height:auto;
  min-height:30px;
  max-height:800px;
  width:100%;

  text-transform:none;
  font-family:'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 55px;
  text-shadow:none;
  color:rgb(255, 255, 255);
  text-shadow: 1px 1px 4px black;

  padding-left:50px;
  padding-bottom: 0px;
  padding-right:100px;
  margin-top: 5%;
  border:0px solid BLack;
}



.obrazekLanding{
  position: relative;
  top:-500px;
  left:650px;
  
  max-width: 600px;
  width: auto;
  height: auto;
  z-index:-2;
}

a.przycisk{
  text-decoration: none;
  color:white;
}

#przyciskWiecej{
  background-color: rgb(51,102,153);
  border-radius: 30px;
  height:auto;
  width:150px;
  margin:0 auto;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  padding:5px;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#przyciskWiecej:hover{
  background-color:rgb(255,255,255);
  border-radius: 30px;
  border:2px solid  rgb(51,102,153);;
  height:auto;
  width:150px;
  margin:0 auto;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  padding:5px;
  color: rgb(51,102,153);;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}


}



@media screen and (max-width: 795px) {
  .sloganMain{
    position: relative;
    overflow:hidden;
    margin:0 auto;
    
    text-align: center;
 
    width:90vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold; 
    
    text-shadow: 1px 1px 5px black;
    color:rgb(255,255,255);
    /* margin-left:30vw; */
    
    margin-top:10%;
    
    border:0px solid BLack;

    p.TytulBoxHeader{
  text-transform: uppercase;
  font-size: 100px;
  text-shadow:2px 2px 2px rgba(255, 255, 255, 1);
  color:rgb(0, 0, 0);
  }
  .TytulBoxHeader{
    text-transform: uppercase;
    font-size: 100px;
    text-shadow:2px 2px 2px rgba(255, 255, 255, 1);
    color:rgb(0, 0, 0);
  }  
}

/* p.TytulBoxHeader::first-letter{
  text-transform: uppercase;
  font-size: 40px;
  color:rgb(76,76,76);
} */



.obrazekLanding{
  position: relative;
  top:-500px;
  left:650px;
  
  max-width: 600px;
  width: auto;
  height: auto;
  z-index:-2;
}

a.przycisk{
  text-decoration: none;
  color:white;
}

#przyciskWiecej{
  background-color: rgb(51,102,153);
  border-radius: 30px;
  height:auto;
  width:150px;
  margin:0 auto;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  padding:5px;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#przyciskWiecej:hover{
  background-color:rgb(255,255,255);
  border-radius: 30px;
  border:2px solid  rgb(51,102,153);;
  height:auto;
  width:150px;
  margin:0 auto;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  padding:5px;
  color: rgb(51,102,153);;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}


}


