body::-webkit-scrollbar { 
    display: none; 
}


body { position: absolute; }

/* width */
::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
      background: rgba(106, 64, 217, 0.50);
    box-shadow: 0px 0px 20px rgba(106, 64, 217, 0.50);
    transition: all .5s ease; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background:#ea1a4e;
  box-shadow: 0px 0px 6px #ea1a4e;
    transition: all .4s ease;
}

.rowlol {
 /* background-image: url(../images/landing1/kipleograd1920.jpg);*/
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color:white;
  font-family: 'Poppins';
  text-align:center;
  padding:5%;
  margin-top:-87px;
  margin-left:0;
  padding-top:100px;
  min-height:110vh;
  overflow:hidden;
  width:100vw;
  
}

.image1 {
  width:100%;
  margin:0 auto;
  margin-bottom:35px;
}

.image2 {
      width:80%;
      margin:0 auto;
    }
    .image3 {
      width:100%;
      margin:0 auto;
      padding-left:15%;
    }
     .image4 {
      width:100%;
      margin:0 auto;
      
    }

@media (max-width: 960px){    
  .introld{
      font-size:160%;
  }
  .image3 {
      width:100%;
      margin:0 auto;
      padding-left:0;
    }
}