/* Custom CSS */

.link-container {
    margin-bottom: 15px;
}

.bi {
    margin-right: 10px;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    font-family: "Arial", sans-serif;
}

header {
    background: #343a40;
}

header h1,
header h3 {
    margin: 0;
}

header a {
    display: block;
    margin-top: 10px;
}

nav {
    background: #6c757d;
}

nav a {
    color: white;
    padding: 10px 15px;
    display: inline-block;
}

section {
    padding: 60px 0;
}

footer {
    background: #343a40;
    color: white;
    text-align: center;
    padding: 30px 0;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.timeline ul {
    list-style-type: none;
    padding: 0;
}

.timeline ul li {
    padding: 20px;
    background: #f8f9fa;
    margin-bottom: 10px;
    border-radius: 5px;
}

.card {
    margin-bottom: 30px;
    border: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.card img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.card h4 {
    margin-bottom: 15px;
}

.card ul {
    list-style-type: none;
    padding: 0;
}

.card ul li {
    margin-bottom: 5px;
}

.project-image {
    background-size: cover;
    background-position: center;
    height: 150px; /* Adjust the height as per your design requirement */
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.card-body h3,
.card-body h4 {
    border-bottom: 2px solid #191b19; /* Green Color for Underline */
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.card-body ul li {
    margin-bottom: 5px;
}

#about-me {
    background-color: #e3e3e3; /* Dark Grey */
    color: #000000; /* White */
}

#about-me h2 {
    color: #000000; /* Green */
}
