footer {
    max-width: 1920px;
    margin: auto;
    padding: 0%;
}

a {
    text-decoration: none;
    color: var(--FLGrey);
    margin: auto;
    padding: auto;
    font-weight: 200;
}

nav {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    margin-left: auto;
    margin-right: auto;
    align-content: center;
    background-color: var(--Stone);
    color: var(--FLGrey);
    gap: 2%;
    height: 50px;
    max-height: 50px;
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    position: fixed;
    width: 96%;
    bottom: 0;
    max-width: 1920px;
    padding-bottom: 0px;
    opacity: 90%;
}

.contactme {
    display: grid;
    grid-column: 09/ 13;
    z-index: 99;
    text-align: center;
}

.cert {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column: 5/ 9;

    img {
        height: 45px;
        width: 45px;
    }
}

.mscert {
    display: grid;
    padding-right: 0px;
    margin-right: 0px;
    text-align: right;
    align-items: center;
    text-align: center;
    grid-column: 2/ 11;
}

.linkedin-f {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column: 1/ 5;
    text-align: center;
    justify-content: center;

    img {
        padding-top: 5px;
        padding-left: 5px;
        height: 40px;
        width: 40px;
    }
}

.linkf {
    padding-left: 5%;
    display: grid;
    align-items: center;
    text-align: center;
    grid-column: 2/ 11;
}

.linkedin-f:hover,
.cert:hover,
.mscert:hover,
.linkf:hover,
.contactme:hover {
    background-color: var(--DarkEgg);
    color: var(--Stone);

    a {
        color: var(--Stone);
    }
}

footer {
    margin-top: 50px;
    z-index: 99;
}