﻿/* START: NAV FONT AWESOME */

.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.home::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f015";
    padding-right: 2px;
}

.artist::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f53f";
    padding-right: 2px;
}

.portfolio::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f07c";
    padding-right: 2px;
}

.contact::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2bb";
    padding-right: 2px !important;
}

/* STOP: NAV FONT AWESOME */
