
@media (width >= 771px) {
  .sloganMain{
    position: relative;
    overflow:visible;
    float:left;
    text-align: left;

    max-width:50%;
    height:auto;
    min-height:500px;
    max-height:800px;
    width:100%;
    font-family: "Khand", serif;
    font-weight: bold; 
    
    text-shadow: 1px 1px 1px rgb(255, 255, 255);
    color: rgb(85,98,106);
    /* margin-left:30vw; */
    padding-left:100px;
    padding-bottom: 50px;
    padding-right:0px;
    margin-top: 5%;
    border:0px solid BLack;
    
  }

  .obokSlogan{
    position:relative;
    overflow:hidden;
    float:left;
    
    width:80px;
    height:80vh;

    margin-top: 20px;
    text-align: center;
    
    

   
  }
    .tekstPion{
      position: relative;
      
      margin:0 auto;  
     
    }
    .krechaPion{
      background-color: rgb(57,104,140);
      position:relative;
      
      margin:0 auto;
      width:1px;
      height:30%;
      /* border: 1px solid rgb(57,104,140); */
    }

   .socialIcons{
    display: none;
   }
/* p.TytulBoxHeader::first-letter{
  text-transform: uppercase;
  font-size: 40px;
  color:rgb(76,76,76);
} */

p.TytulBoxHeader{
  text-transform:none;
  font-size: 40px;
  text-shadow: 1px 1px 3px rgb(255, 255, 255);
  line-height: 100%;
  color:rgb(57,104,140);
  
}



a.przycisk{
  text-decoration: none;
  color:white;
}

#przyciskWiecej{
  background-color: rgb(57,104,140);
  border-radius: 10px;
  height:50px;
  width:300px;
  float: left;
  /* 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(255,255,255);
  border-radius: 10px;
  border:1px solid rgb(57,104,140);
  height:50px;
  width:300px;
  float: left;
  /* margin:0 auto; */
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  padding-top:25px;
  color: rgb(57,104,140);
  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:left;
    text-align: left;

    max-width:40%;
    height:auto;
    min-height:500px;
    max-height:800px;
    width:100%;
    font-family: "Khand", serif;
    font-weight: bold; 
    
    text-shadow: 1px 1px 1px rgb(255, 255, 255);
    color: rgb(85,98,106);
    /* margin-left:30vw; */
    padding-left:100px;
    padding-bottom: 50px;
    padding-right:0px;
    margin-top: 5%;
    border:0px solid BLack;
    
  }

.obokSlogan{
  display:none;
}

.socialIcons{
  display: block;
}

/* p.TytulBoxHeader::first-letter{
  text-transform: uppercase;
  font-size: 40px;
  color:rgb(76,76,76);
} */

p.TytulBoxHeader{
  text-transform:none;
  font-size: 30px;
  text-shadow: 1px 1px 3px rgb(255, 255, 255);
  line-height: 100%;
  color:rgb(57,104,140);
}

a.przycisk{
  text-decoration: none;
  color:white;
}

#przyciskWiecej{
  background-color: rgb(57,104,140);
  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(255,255,255);
  border-radius: 10px;
  border:1px solid rgb(57,104,140);
  height:40px;
  width:200px;
  margin:0 auto;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  padding-top:20px;
  color: rgb(57,104,140);
  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;
}



}


