.prime-pic{
    width: 300 px;
    height: auto;
}
.nav-link{
    font-family: Arial, Helvetica, sans-serif;
    color: orange;
}
body{
    font-family: 'Mochiy Pop P One', sans-serif;
    background-color:#ebf5fb;
}
.bold{
    font-weight: bolder;
    color: #1da4db;
}
.jumbotron{
    background-color: rgba(188, 236, 236, 0.267);
    font-size: larger;
    font-family:'Mochiy Pop One', sans-serif; ;
    text-align: center;
    margin: 0;
    padding: 50px;
    height: 50px;
}
hr{
    margin-bottom:40px;
    border: 1px solid #c8e1f0a8;
}
.illus{
    width: 100%;
}
.prof{
    width: 90%;
}
.lmhot img{
    width: 30%;
    height: 120px;
}
.card-wrap{
    height: 350px;
    display: flex;
    padding: 10px; 
    text-align: center;
    font-family: 'Mochiy Pop One', sans-serif;
    font-weight: bolder;
    color:#010f10 ;
  
}
.card-title{
    font-size: 23px;
    color: rgb(68, 98, 233);
}
.card-text{
    font-family: 'Mochiy Pop One', sans-serif;
    font-weight: bolder;
    color:#010f10 ;
}
.btn{
    text-align:center;
    background-color:rgba(20, 190, 233, 0.897);
}
.end{
    text-align: justify end;
}
em{
    color: peru;
}
#home{
    font-size: 90px;
}
#nam{
    font-size:60px;
}
h2{
    color: rgb(15, 1, 1);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size:xx-large
}
.yeh{
    color: rgb(12, 4, 4);
    font-family: 'Special Elite', cursive;
    font-weight: bold;
    font-size: 20px;
} 
#hon{
    margin-top:40px;
}  
#slogan{
    font-size: 48px;
    font-family: 'Zen Antique Soft', serif;
    color: #1da4db;
}
span{
    color: saddlebrown;
}
.hyper{
    float: right;
    text-align: right;
}
.fab{
    font-size: 2ch;
}
#foo{
    margin-bottom: 0;
}
.busi{
    font-size: 2ch;
    font-family: monospace;
    background-color: rgba(54, 54, 224, 0.336);
}
.styletr {
    border-bottom: 1px solid black;} 
.trans{
    background: transparent 95%;
    background-color: rgba(197, 213, 226, 0.336);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bolder;
    font-size: 20px;
    padding: 20px;
    height: 400px;
    margin-bottom: 20px;
}
.card-proj:hover .proj {
    visibility: visible;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 20px;
    left:0;
    padding-bottom: 40px;
  }
  .card-proj {
    height: 100%;
    width: 100%;
  }
  .card-proj:hover .proj-image {
    visibility: hidden;
  }
  .proj {
    visibility: hidden;
  }
  .card-title {
    display: block;
}
.footer{
  width: 100%;
  height: 200px;
  padding: 30px;
  background-color:transparent;
  border: none;
  font-size: 11px;
  margin-bottom: 20px;
}
.wigs{
  width: 100%;
  height: 200px;
  padding: 30px;
  background-color:transparent;
  border: none;
  margin-top: 40px;
 font-size: 23px;
}
.grad{
    width: 80%;
    margin: bottom 5px;
    padding: 0;
}
.full{
    width: 300px;
}
.icons{
    font-size: 60px;
    text-align: center;
    padding-top: 100px;
    padding-left: 45px;
    
}
.img-fit{
    object-fit: cover;
    
}
@media (min-width: 991.98px) {
    .intro{
        height: 700px;
    }
    .about{
        height: 400px;
    }
    .projects{
        height: 50px;
    }
    
    .jumbotron{
        height: 10px;
    }
}
 .name{
        float: right;

}
@media (max-width: 768px){
    .icons{
        width: 100%;
        margin-left: 10px;
    }
    .wigs{
        width: 100%;
        margin-left: 10px;
    }
    .footer{
        width: 100%;
        margin-left: 10px;
    }
    .footer label{
        width: 100px;
    }
}