/* ============================================================
   portfolio.css — Portfolio page specific styles
   Shared base lives in styles.css (load this file AFTER it).
   ============================================================ */

/* ---------- Navigation tweak ---------- */
nav {
    background-color: rgba(10, 10, 10, 0.96);
}
nav a:hover {
    background-color: #555;
}

/* ---------- Portfolio list ---------- */
#Portfolio,
.cv {
    padding: 2em;
}
.cv {
    padding: 0;
}

/* ---------- Links ---------- */
a,
a:link,
a:visited {
    color: rgb(224, 224, 224);
    text-decoration: none;
}
.cv a:hover {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}
.cv a:link {
    font-weight: bold;
}
