
@media screen and (min-width: 796px) {
  .sloganMain{
    position: relative;
    overflow:visible;
    float:right;
    text-align: center;

    max-width:30%;
    height:auto;
    min-height:500px;
    max-height:800px;
    width:100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold; 
    
    text-shadow: 1px 1px 3px black;;
    color:rgb(51,102,153);
    /* margin-left:30vw; */
    padding-left:50px;
    padding-bottom: 50px;
    padding-right:100px;
    margin-top: 5%;
    border:0px solid BLack;
    
}

/* p.TytulBoxHeader::first-letter{
  text-transform: uppercase;
  font-size: 40px;
  color:rgb(76,76,76);
} */

p.TytulBoxHeader{
  text-transform: uppercase;
  font-size: 50px;
  text-shadow:none;
  color:rgb(51, 102, 153);
}

.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:visible;
    float:right;
    text-align: center;
 
    width:90vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold; 
    
    text-shadow: 1px 1px 3px black;;
    color:rgb(51,102,153);
    /* margin-left:30vw; */
    
    margin-top: 5%;
    
    border:0px solid BLack;
    
}

/* p.TytulBoxHeader::first-letter{
  text-transform: uppercase;
  font-size: 40px;
  color:rgb(76,76,76);
} */

p.TytulBoxHeader{
  text-transform: uppercase;
  font-size: 50px;
  text-shadow:2px 2px 2px rgba(255, 255, 255, 1);
  color:rgb(51, 102, 153);
}

.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;
}


}


