
@media (width >= 771px) {
  .sloganMain{
    position: relative;
    overflow:visible;
    float:left;
    text-align: center;

    max-width:40%;
    height:auto;
    min-height:500px;
    max-height:800px;
    width:100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold; 
    
    text-shadow: 1px 1px 1px rgb(255, 255, 255);
    color: rgb(85,98,106);
    /* 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: 34px;
  text-shadow: 1px 1px 3px rgb(255, 255, 255);
  color:  rgb(85,98,106);
}

.obrazekLanding{
  position:absolute;
  bottom:-12vh;
  right:5vw;
  
  
  width: auto;
  height: 100%;
  z-index:0;
}

a.przycisk{
  text-decoration: none;
  color:white;
}

#przyciskWiecej{
  background-color: rgb(134,195,41);
  border-radius: 10px;
  height:50px;
  width:300px;
  margin:0 auto;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  padding-top:25px;
  font-size: 20px;
  -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(85,98,106);
  border-radius: 10px;
  height:50px;
  width:300px;
  margin:0 auto;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  padding-top:25px;
  color: rgb(134,195,41);
  font-size: 20px;
  text-transform: uppercase;

  -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 (width <= 770px) {
    .sloganMain{
    position: relative;
    overflow:visible;
    float:right;
    text-align: center;
    font-size:15px;

    max-width:40%;
    height:auto;
    min-height:500px;
    max-height:800px;
    width:100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold; 
    
    text-shadow: 1px 1px 1px rgb(255, 255, 255);
    color: rgb(85,98,106);
    /* margin-left:30vw; */
    padding-left:50px;
    padding-bottom: 50px;
    padding-right:50px;
    margin-top: 5%;      
}

/* p.TytulBoxHeader::first-letter{
  text-transform: uppercase;
  font-size: 40px;
  color:rgb(76,76,76);
} */

p.TytulBoxHeader{
  text-transform: uppercase;
  font-size: 20px;
  text-shadow: 1px 1px 3px rgb(255, 255, 255);
  color:  rgb(85,98,106);
}

.obrazekLanding{
  position:absolute;
  bottom:-12vh;
  right:20vw;
    
  width: auto;
  height: 100%;
  z-index:0;
}

a.przycisk{
  text-decoration: none;
  color:white;
}

#przyciskWiecej{
  background-color: rgb(134,195,41);
  border-radius: 10px;
  height:40px;
  width:200px;
  margin:0 auto;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  padding-top:20px;
  margin:0 auto;
  font-size: 15px;
  -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(85,98,106);
  border-radius: 10px;
  height:40px;
  width:200px;
  margin:0 auto;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  padding-top:20px;
  color: rgb(134,195,41);
  font-size: 15px;
  text-transform: uppercase;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}



}


