.mkcontainter{
    display: inline-flex;
    max-height: 300px;
    width: 100%
}

.Contact-photo{
    max-width: 100%;
    max-height: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.ftext{
    text-align: center;
}

.mklinks{
   display: flex;
   align-items: center;
   justify-content: center;
}

footer{
    background: black;
    color: white;
}

.projects-link{
    display: block;
    align-content: center;
    margin-bottom: 50px;
    margin-left: 125px;
}
.guide-head{
    text-align: center;
    margin-top: 25px;
}

.guide-p{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 50px;
}

.mk_list{
    width: min-content;
    display: block;
    align-content: left;
    margin-bottom: 20px;
    margin-left: 0px;
    list-style-type: none;

}

.mk_list_item{
    border-bottom: solid black;
    border-bottom-width: 1px;
    border-bottom-right-radius: inherit;
    font-size: 20px;
}

/*personal skills page*/
.comms-card{
    width: 80vw;
    flex:auto;
    margin-left:10vw;
    margin-right:10vw;
    
}
.comms-card h3{
    text-align:center;
}
/*End personal skills page*/

/*Jumbotron portolio cards*/
.jobocont{
    margin-top: 35px;
}
/*End Jumbotron portolio cards*/