.link-wrap {
    display: inline;
}
    
.fix{height:100vh !important;}



/* projects card made smaller */ 
.projects-smaller {
    width:78%;
    margin: auto;
}

.projects-smaller .project-grid-smaller{
    margin: auto;
}

.projects-smaller .project-grid-smaller .card{
    width: 90%;
}


/*services page content*/ 

.services-page-content ul {
    margin-left: 3rem;
}


/*---------------------------------------
/* adjustments to the welcome box
/*--------------------------------------*/

.theBox{
    padding: 3.5rem 0; 
}

.hero__content p:nth-of-type(3) {
    margin-bottom: 0;
}
.hero__content p:nth-of-type(2) {
    font-size: .8em;
    margin-bottom:0rem;
}
.hero__content h3 {
    margin-bottom:0;
}
