p {
    font-size: 1em;
    color: #333;
}

.no-link.no-link {
    text-decoration: none;
    color: inherit;
}

.linkedin-svg {
    height: 1.5em;
}

.link-grey {
    color: #4d5478;
    text-decoration: none;
}

.link-grey:hover {
    color: #172a80;
}

.tech-logo {
    height: 4em;
}

/*Boostrap medium*/
@media (min-width: 768px) {
    .tech-logo {
        height: 5em;
    }
}

/*Boostrap large*/
@media (min-width: 992px) {
    .tech-logo {
        height: 6em;
    }
}

/*Boostrap extra large*/
@media (min-width: 1200px) {
    .tech-logo {
        height: 7em;
    }
}