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;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

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

.nav-link {
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
}

.nav-link:hover {
    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;
}

.container {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 20px;
}

.hobbies-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.travel-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.timeline-page {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
}

.timeline-title {
    color: #1d539f;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
}

.timeline-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 32px;
}

.timeline-form input,
.timeline-form textarea {
    font-family: inherit;
    font-size: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.timeline-form textarea {
    min-height: 80px;
    resize: vertical;
}

.timeline-form button {
    align-self: flex-start;
    background: #1d539f;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 15px;
    cursor: pointer;
}

.timeline-form button:hover {
    background: #16407a;
}

.timeline-post {
    display: flex;
    gap: 12px;
    padding: 16px 0;
    border-top: 1px solid #eee;
}

.timeline-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    flex-shrink: 0;
}

.timeline-meta {
    display: flex;
    gap: 8px;
    align-items: baseline;
    margin-bottom: 4px;
}

.timeline-name {
    font-weight: 700;
    color: #1d539f;
}

.timeline-date {
    font-size: 13px;
    color: #888;
}

.timeline-content {
    margin: 0;
    color: #333;
    line-height: 1.5;
}

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

.about h3 {
    color: #1d539f;
    font-size: 22px;
    font-weight: 500;
    margin-top: 32px;
}

.about p {
    font-size: 17px;
    line-height: 1.6;
    color: #333;
}

.about .current-work {
    padding-left: 20px;
}

.about .current-work li {
    font-size: 17px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 10px;
}

.experience h2,
.education h2 {
    color: #1d539f;
    font-size: 32px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 16px;
}

.entry {
    background-color: #ffffff;
    border-left: 4px solid #1d539f;
    border-radius: 6px;
    padding: 16px 20px;
    margin-bottom: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.entry-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
}

.entry-role {
    font-size: 18px;
    font-weight: 700;
    color: #1d539f;
}

.entry-dates {
    font-size: 14px;
    color: #777;
}

.entry-org {
    font-size: 16px;
    font-weight: 500;
    color: #444;
    margin-top: 2px;
}

.entry-description {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    margin: 8px 0 0 0;
}

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

.hobby {
    margin-bottom: 48px;
}

.hobby h3 {
    color: #1d539f;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 8px;
}

.hobby p {
    font-size: 17px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 16px;
}

.hobby-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.hobby-image {
    width: 100%;
    height: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

@media (max-width: 600px) {
    .hobby-gallery {
        grid-template-columns: 1fr;
    }
}

.travel-title {
    color: #1d539f;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
}

.travel-page p {
    font-size: 17px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
}

#map {
    height: 480px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

.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;
}
