
/* Small dot to show current section is 'selected' */
.fab-indicator{position:absolute; right:10px; top:10px; width:7px; height:7px; border-radius:50%; background:#111; opacity:.9; pointer-events:none}
.fab-indicator.sec{ background:#0ea5e9;}
.fab-indicator.blog{ background:#8b5cf6;}
.fab-indicator.lab{ background:#10b981;}
.fab-indicator.about{ background:#f59e0b;}
.fab-indicator.contact{ background:#ef4444;}
