p, h1, h2, h3, h4, h5, h6, button {
    font-family: "Roboto", serif;
}

body {
    background-color: #f5f5f9;
    background-size: cover;
    width: auto; 
    overflow-x: hidden;
    font-family: "Roboto", serif;
    margin: 0px;
}

.nav-bar {
    width: 100%;
    display: inline-block;
    background-color: #1C539F;
    font-family: "Roboto", serif;
    font-weight: 700 !important;
    padding-top: 10px;
}

.nav-content .logo-touch-target {
    display: inline-flex;
    height: 60%;
    width: 350px;
}

.nav-content .nav-logo {
    height: 60px;
    margin: auto;
}

.nav-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-logo img {
    width: 200px;
}

.nav-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}

.nav-content nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-link {
    color: white;
    text-decoration: none;
    font-family: "Roboto", serif;
    font-weight: 700;
    font-size: 15px;
    padding: 8px 14px;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.nav-link:hover,
.nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
}

.profile {
    background-color: #1d539f !important;
    text-align: center;
    height: 320px;
    margin-bottom: 50px;
}

.profile h1 {
        font-size: 50px;
        font-weight: 700;
        color: white;
}

.profile img {
        border-radius: 50%;
        max-width: 100%;
        max-height: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;        
        padding: 20px;
}

.profile .profile-picture {
    margin-bottom: 30px;
    height: 200px;
}

.banner {
    padding: 20px 0px 50px 0px;
    height: 150px;
    background-color: #1d539f;
}

.banner .logo {
    max-width:180px;
    max-height:60px;
    width: auto;
    height: auto;
}

.banner .title {
    color: white;
    font-size: 50px;
    font-weight: 700;
}

.page-header {
    background-color: #1d539f;
    padding: 30px 40px;
    margin-bottom: 40px;
}

.page-header h1 {
    color: white;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}

.hobbies-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 28px;
    max-width: 1000px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.hobby-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.hobby-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.hobby-info {
    padding: 16px 20px 20px;
}

.hobby-info h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1d539f;
    margin: 0 0 8px;
}

.hobby-info p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.hobbies-section {
    max-width: 1000px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.hobbies-person-header {
    font-size: 28px;
    font-weight: 700;
    color: #1d539f;
    margin: 0 0 24px;
    padding-bottom: 10px;
    border-bottom: 3px solid #1d539f;
}

.hobbies-section .hobbies-grid {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.project-link {
    display: inline-block;
    margin-top: 10px;
    color: #1C539F;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
}

.project-link:hover {
    text-decoration: underline;
}

.exp-person-section {
    max-width: 860px;
    margin: 0 auto 60px;
    padding: 0 20px;
}

.exp-person-header {
    font-size: 28px;
    font-weight: 700;
    color: #1d539f;
    margin: 0 0 24px;
    padding-bottom: 10px;
    border-bottom: 3px solid #1d539f;
}

.exp-subsection-title {
    font-size: 16px;
    font-weight: 700;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 28px 0 12px;
}

.experience-card {
    background: white;
    border-radius: 8px;
    padding: 18px 22px;
    margin-bottom: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.experience-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

.experience-header-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.company-logo {
    width: 44px;
    height: 44px;
    object-fit: contain;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    flex-shrink: 0;
}

.experience-role {
    font-size: 16px;
    font-weight: 700;
    color: #1b1d22;
    margin: 0 0 4px;
}

.experience-company {
    font-size: 14px;
    color: #666;
}

.experience-dates {
    font-size: 13px;
    color: #888;
    white-space: nowrap;
    flex-shrink: 0;
}

.exp-current-badge {
    background: #2ec27e;
    color: white;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 10px;
    border-radius: 999px;
}

.experience-bullets {
    margin: 12px 0 0 0;
    padding-left: 20px;
    color: #444;
    font-size: 14px;
    line-height: 1.7;
}

.experience-bullets li {
    margin-bottom: 4px;
}