  
@media only screen and (max-width: 600px) {
    *{
      margin: 0;
      padding: 0;
    }
    
  .custom-navbar{
    background-color: black;;
    color: aliceblue;
    
  }
  .default.navbar{
      z-index: 99;
  }
  .logo{
    display: none;
  }
  .banner{
      background-image: url("./pexels-photo.jpeg");
      background-repeat: no-repeat;
      background-size: cover;
      width: 100vw;
      height: 100vh;
  }
  
  div .intro{
    text-align: center;
    margin: 0 auto;
    margin-top: 30%;
    left: 1%;
    right: 1%;
    background-color: black;
    font-size: 10px;
    z-index: 1;
  
  }
.intro-1{
    display: none;
    
}
.intro-m{
  display: inline-block;

 
}
.my-image{
width: 200px;
height: 200px;
}





 /*********MY SKILLS**********/
 .im{
  height: 50px;
  width: 50px;
  margin: 5px;
  }
  .im1{
    height: 45px;
    width: 45px;
    margin: 5px;
  }
  .contain{
    text-align: center;
  }






/********PORTFOLIO**********/






/**********CONTACT ME*********/
  
.social{
  text-align: center;
}

.social a{
  color: white;
  text-decoration: none;
  text-align: center;
  padding: 5px;
  font-size: 20px;
}
i{
  margin-left:10px; 
  color: white;
  text-decoration: none;
}
.social a i:hover{
  padding: 10px;
  border-radius: 5px;
  background-color: aliceblue;
  color: #2f2f2f;
}


















}