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 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.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 nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding-right: 24px;
}

.nav-link {
    color: white;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
}

.nav-link:hover,
.nav-link.active {
    text-decoration: underline;
}

.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;
    text-align: center;
}

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

.section-card {
    max-width: 900px;
    margin: 0 auto 60px;
    padding: 40px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.section-card h2 {
    color: #1d539f;
    font-size: 32px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 24px;
}

.about {
    max-width: 720px;
    margin: 0 auto 60px;
    padding: 40px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.about h2 {
    color: #1d539f;
    font-size: 32px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 24px;
}

.about p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0 0 16px;
}

.about p:last-child {
    margin-bottom: 0;
}

.experience {
    max-width: 720px;
    margin: 0 auto 60px;
    padding: 40px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.experience h2 {
    color: #1d539f;
    font-size: 32px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 24px;
}

.experience-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8ee;
}

.experience-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.experience-item h3 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 6px;
}

.experience-date {
    color: #1d539f;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 4px;
}

.experience-company {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.education {
    max-width: 720px;
    margin: 0 auto 60px;
    padding: 40px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.education h2 {
    color: #1d539f;
    font-size: 32px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 24px;
}

.education-item h3 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 6px;
}

.education-degree {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.hobbies {
    max-width: 900px;
    margin: 0 auto 60px;
    padding: 40px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.hobbies h2 {
    color: #1d539f;
    font-size: 32px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 24px;
}

.hobbies-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.hobby-card {
    text-align: center;
}

.hobby-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 12px;
}

.hobby-card h3 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px;
}

.hobby-card p {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

.travel {
    max-width: 900px;
    margin: 0 auto 60px;
    padding: 40px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.travel h2 {
    color: #1d539f;
    font-size: 32px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 24px;
}

#travel-map {
    width: 100%;
    height: 400px;
    border-radius: 8px;
    margin-bottom: 24px;
}

.travel-list {
    color: #333;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    padding-left: 20px;
}

.travel-list li {
    margin-bottom: 8px;
}

.travel-list li:last-child {
    margin-bottom: 0;
}

.travel-fun-fact {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin: 24px 0 0;
    padding-top: 20px;
    border-top: 1px solid #e8e8ee;
}
