body {
    background-image: url("../assets/img/Gears.jpeg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right;
    background-size: contain;
    text-align: center;
}

.btn-primary {
    background-color: #004085;
    border-color: #004085;
    display: inline-block;
    margin: 10px auto;
    padding: .375rem 1.5rem;
    font-size: 1rem;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.2s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #003365;
    border-color: #003365;
    transform: translateY(-3px);
}

.title-style {
    color: #3498db; /* Change the color */
    text-shadow: 2px 1px 4px #000000; /* Add a shadow */
    text-transform: uppercase; /* Make the text uppercase */
    letter-spacing: 8px; /* Increase the space between letters */
    text-align: center; /* Center the text */
}

.resume-section-content {
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

ul {
    text-align: left;
    margin: 0 auto;
    max-width: 700px;
    padding-left: 20px;
}

p {
    text-align: justify;
    margin: 0 auto;
    max-width: 800px;
    line-height: 1.6;
}

h3 {
    color: #34495e;
    font-weight: 600;
    margin-bottom: 15px;
}

footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 20px 0;
    text-align: center;
    font-size: 0.9rem;
}

footer a {
    color: #1abc9c;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

body, p, li, a, span {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
}

.nav-link.btn-secondary,
.nav-link.btn-home {
    background-color: transparent; /* Make the button background transparent */
    color: #3498db; /* Update color to #3498db */
    border: none;
    font-size: 1rem;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.2s ease;
    display: inline-flex; /* Use inline-flex for proper alignment */
    align-items: center; /* Center-align icon and text vertically */
    gap: 8px; /* Add spacing between the icon and text */
    font-family: 'Raleway', sans-serif; /* Match font with other buttons */
    margin-bottom: 10px; /* Add spacing between buttons */
    outline: none; /* Remove focus outline */
}

.nav-link.btn-secondary:focus,
.nav-link.btn-home:focus {
    outline: none; /* Ensure no outline appears on focus */
    box-shadow: none; /* Remove any box shadow on focus */
}

.nav-link.btn-secondary i,
.nav-link.btn-home i {
    font-size: 1.5rem; /* Increase the icon size */
    vertical-align: middle; /* Ensure the icon aligns with the text */
}

.nav-link.btn-secondary:hover,
.nav-link.btn-home:hover {
    color: #2c81ba; /* Slightly darker shade for hover */
    transform: translateY(-2px); /* Slight lift on hover */
}

.nav-link.btn-home img {
    height: 40px; /* Increase the height of the image */
    margin-right: 8px; /* Maintain spacing between the image and text */
    vertical-align: middle; /* Ensure the image aligns with the text */
}
