.section1-bg{
    background-image: url('/photos/Background_image.jpg');
    background-size: cover;
}
.section1{
    height: 100vh;
    width: 100%;
    
}

.section2-bg{
    background-color:#a3c2c2;
 }

.section2{
    height: 100vh;
    width: 100%;
}

.section3-bg{
    background-color:#ccccb3 ;
 }

.section3{
    height: 100vh;
    width: 100%;
}

.section4-bg{
   background-color:#a3c2c2 ;
}

.section4{
    height: 100vh;
    width: 100%;
}


.section5{
    height: 20vh;
    width: 100%;
}

@media screen and (max-width: 580px) {
    .hire-me{
        display: none;
    }

    .section2{
        height: 200vh;
        width: 100%;
    }

    .section4{
        height: 200vh;
        width: 100%;
    }
  }