/* Custom styles for Amy's portfolio site */
body {
    font-family: 'Segoe UI', Arial, sans-serif;
    background-color: #f8f9fa;
}
.navbar-brand {
    font-weight: bold;
    color: #165778 !important;
}
footer {
    background: #e9ecef;
}
.carousel-caption {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 8px;
}
/* Portfolio grid styles */
#portfolioGrid .card {
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(90,24,154,0.08);
    border: none;
}
#portfolioGrid .card-title {
    color: #165778;
}
