html,body{
    height: 100%;
    margin: 0;
    font-size: 16px;
    font-family: 'lato' ,sans-serif;
    line-height: 1.8em;
    font-weight: 400;
    color: #666;

}
::-webkit-scrollbar{
    width: 15px;
}
::-webkit-scrollbar-track{
    background: #8c8c8c39;
}
::-webkit-scrollbar-thumb{
    background: #8211ec;
}
.pimg1{
    background-image: url(./nubelson-fernandes-Y376h7VN27c-unsplash.jpg);
    min-height: 100%;
   
}
.pimg2{
    background-image: url(./souvik-banerjee--WPrNEM_6dg-unsplash.jpg);
    min-height: 400px;
   
}
.pimg3{
    background-image: url(./how-to-make-money-on-fiverr.png);
    min-height: 400px;
   
}
.pimg1, .pimg2 , .pimg3{
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no repeat;
    background-attachment: fixed;
}
nav{
    width: 100%;
    height: 75px;
    position: fixed;
   background: rgba(0, 0, 0, 0.2);
    padding: 0px 20px;
    line-height: 75px;
}
nav .logo p{
      float: left;
      font-size: 30px;
      font-weight: bold;
      color: #fff;
      letter-spacing: 1.5px;
      cursor: pointer;
}
nav ul{
    float: right;
}
nav li{
    display: inline-block;
    list-style: none;
   
}
nav li a{
    text-decoration: none;
    color: #fff;
    padding: 0px 30px;
    font-size: 20px;


}
nav li a:hover{
    background-color: red;
    transition: 0.5s;
}

.ptext{
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: black;
    font-size: 27px;
    letter-spacing: 8px;
    text-transform: uppercase;

}

.textbg{
    background: #313534;
    color: #fff;
    padding: 20px;
    

}
.section{
    padding: 50px 80px;
    text-align: center;
}
.section-light{
    background-color:#f4f4f4;
    color: #666;
}
.section-dark{
    background-color: #242e35;
    color: #fff;
}
.foot{
    background-color: #666;
}
a{
    list-style: none;
    text-decoration: none;
    color:red;
}
a:hover{
    background-color: #242e35;
}