.navbar{
    margin-bottom: 0px  !important;
}

.jumbotron {
    background: rgb(220, 220, 220);
   

}

.add-custom-shadow{
    background:rgb(220, 220, 220);

    /* position: relative; */
    /* height: 400px; */
}




.box {
    height: 600px;
    /* background-color: rgb(220, 220, 220); */
}



.name-info {
    display: flex;
    margin-left: 100px;
    flex-direction: column;
    justify-content: center;
}

.soc-icons {
    color: white;
    font-size: 22px;
}

.soc-icons:hover {
    color: black;
}


.profile-pic{
    padding: 4px;
    border:2px  solid #cacaca;
    border-spacing: 64px;
    box-shadow:-1px 3px 6px 0px #00000024;
}

.btn-cm {
    background-color: #353535;
    color: white;
}

.btn-cm:hover .soc-icons {
    color: black;
    text-decoration: none;
}

.btn-dr{
    background-color: white;
    color:#353535  !important;
    /* box-shadow: 1px 2px black; */

}

.btn-dr:hover .soc-icons {
    color: #353535 !important;
    background-color: #cacaca;
    /* background-color: ; */
    text-decoration: none;
}

.github-text {
    margin-left: 10px;
    font-size: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
}

.git-btn{
    box-shadow: 1px 2px black;
}

.main-heading{
   
    font-family:'Rancho' !important; 
    color:white !important;/* font-family: 'Roboto', sans-serif; */
}

.profile{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%);
}

.add-custom-shadow{
    /* box-shadow: inset 3px 0px 20px 0px #80808078; */
    background-attachment: fixed;
    padding-bottom: 300px;
}



/* For About Me */

@font-face {
    font-family: "Segoe UI";
    src: url("./../fonts/segoe-ui-4-cufonfonts/Segoe\ UI.ttf");
}

.aboutMe{
    padding-bottom: 145px;
    
}


.aboutMe .heading{
    text-align: center;
    font-family:"Rancho",sans-serif;
    font-size: 45px;
    color: #868686;
    /* margin:50px 0px; */
    padding-top:10px;
    letter-spacing: 1px;
}

.para-text{
    line-height: 1.5;
    /* letter-spacing: 1.5px; */
    text-align: justify;
    font-family: 'Segoe UI';
    font-size:18px;
}

.progress{
    /* display: contents; */
}

.move-it-up{
    background: white;
    box-shadow: 0 5px 5px 0 rgb(233 240 243 / 50%), 0 0 0 1px #e6ecf8;
    border-radius: 3px;
    margin-top: -15rem;
    padding: 10px 50px;
    padding-bottom: 50px;
}


.project-button{
    
    height: 200px;
    flex:1;

    margin:10px;
    border-radius: 5px;
}



.silvercontainer{
    background-color: rgb(158 158 158 / 26%);
    padding-top:100px;
    /* box-shadow: inset -9px 19px 17px 4px #ababab42  ; */
}


/* Styles for overlay */

figure{
    position:relative;
    /* max-width:960px; */
    z-index:0;
    border-radius:4px;
   overflow:hidden;
   cursor: pointer;
   box-shadow:2px 2px #969696
    
  }
  
  img{
    border-radius:4px;
     transition:transform 0.2s ease-out;
     width:100%;
  }
  
  
  figcaption{
    position:absolute;
  /*   bottom:-100px; */
    bottom:-150px;
    width:100%;
    height:0%;
    
    background-color:#292929bd;
    
  /*   opacity:0.6; */
    display:flex;
    text-align:center;
    flex-direction:column;
    justify-content:center;
    z-index:0;
    border-radius:4px;
  }
  
  figure:hover figcaption{
    height:100%;
    color:white;
    width:100%;
    bottom:0px;
    transition:height,background-color ease-in 0.3s;
    transition: background-color ease-in 2s;
    /* transition: ease-in 2s; */
  }

  figcaption h2{
    font: size 24px;
    font-family: "Roboto",sans-serif;
  
    
  }
  
  figcaption p{
    margin:0px 50px;
    text-align: justify;
  }

  figcaption button{
      margin-top:10px;
      color: white;
      background:none;
      border:2px  white;
      border-style: groove;
      padding:10px 30px;
      border-radius:20px;
      font-family: "Segoe UI";

  }

  figcaption div h2{
      font-weight: bold;
  }

  figcaption button::after{
      content:" >";
      font-weight:bold;
      font-family: "Lato";
      /* font-size:30px; */
  }

  figcaption button:hover{
      color:black;
      background-color: white;
      transition: color,background-color cubic-bezier(1, 0, 0, 1) 0.2s;
      /* border:none; */
  }

  figure:hover img{
    background-size:cover;
    transform:scale(1.2);
    transition:transform 0.2s;
    
  }
  
  figure > *{
    z-index:100;
   
  }
  figcaption > * {
    z-index:100;
    position:relative;
  }
  
  button{
    z-index:100;
    
  }



  /* lets-connect */

  .lets-connect{
      color:white;
      display: flex;
      padding-bottom: 0px;
      justify-content: center;
      padding:40px 60px  !important;
      font-family: "Roboto",sans-serif;
      align-items: center;
      box-shadow:1px 1px 6px 3px #808080b8;
  }

  .lets-connect .item{
      flex:1;
  }

  .lets-connect button{
      border:3px solid wheat;
      color:wheat;
      background-color: inherit;
      font-family: "Lato";
      font-size:30px;
      padding:10px 20px;
    
  }

  .lets-connect button:hover{
      background-color: wheat;
      color:black;
      -webkit-transition: all .2s ease-in-out;
  }

  /* FOoter */

.footer-cm{
    /* margin-top:100px; */
    /* height:200px; */
    /* background:grey; */
    padding:100px;
    text-align: center;
    font-family: "Lato",sans-serif;
    color:rgb(141, 141, 141);
}



.footer-cm a{
    
    font-size: 30px;
    margin:0px 20px ;
    border:1px solid rgba(110, 110, 110, 0.322);
    padding:10px 20px;
    border-radius:4px;
    color:grey;
    
}

.footer-cm a:hover{
    background-color:rgb(70, 70, 70);
    color:white;
    transition: background-color 0.2s;
    
}

.copyright{
    margin-top:40px;
    font-size:20px;
    font-family: "Roboto",sans-serif;
}

.navbar-brand{
    font-family: "Lato";
}


.matter{
    font-family: "Lato";
    font-size:18px;
    margin:40px 0px;
}

#projectImage{
    width: auto;
    border: 2px solid #e4e4e4;
    border-spacing: 2px;
    padding: 10px;
    /* box-shadow: 1px 2px 2px grey; */
}


.tech-used{
    /* list-style: ; */
    font-size:20px; 
    

}

.tech-used li{
    display:flex;
    flex-direction: row;
    align-items: center;
    font-family: "Lato",sans-serif;
}
.tech-used i{
    margin:10px 20px;
    font-size:25px;
}

h3{
    /* font-size:17px; */
    font-family: "Lato",sans-serif;
}


#code-logo{
    font-size:100px;
    margin-top:30px;
    margin-bottom:30px;
    color: #ffffffbf;
}



/* .btn-dr{
    margin-left: 20px !important;
} */

.one{
    float:right;
}

@media screen and (min-width:746px) {
    .one{
        display: none;
    }
}

.navbar-default .navbar-nav>li>a{
    color:#cdcdcd;
}