.header {
    padding: 80px; 
    text-align: center;
    background: linear-gradient(135deg, #C82D2F, #741C1D);
    color: white;
}
.header h1 {
    font-size: 70px;
}
.header h2 {
    font-size: 40px;
}

.navbar {
    overflow: hidden;
    background: linear-gradient(135deg, #741C1D, #C82D2F);
    padding: 20px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    flex-wrap: wrap;
}
.navbar a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 16px 25px;
    font-size: 1.2em;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    margin: 0 10px;
    border-radius: 5px;
}
.navbar a:hover {
    background-color: #ddd;
    color: #741C1D;
}
.navbar .right {
    margin-left: auto;
}
.navbar a.active {
    background-color: #C82D2F;
    color: white;
}

body {
    font-family: 'Times New Roman', Times, serif;
}

.highlight {
    font-style: italic;
    background-color: #f4f4f4;
    padding: 10px 20px;
    border-left: 4px solid #741C1D;
    margin: 15px 0;
}

.content-section {
    column-count: 2;
    column-gap: 20px;
    background-color: #f4f4f4;
    padding: 30px;
    margin: 15px 0;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    line-height: 2;
    font-size: large;
}

.about-me {
    display: flex;
    align-items: flex-start; 
    gap: 40px;
    background: linear-gradient(135deg, #f9f9f9, #f4f4f4);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.about-content {
    position: relative; 
    line-height: 1.8; 
}

.profile-photo {
    float: right;
    margin: 0 0 15px 15px;
    max-width: 200px;
    flex-shrink: 0;
}

.profile-photo img {
    width: 100%; 
    height: auto; 
    border-radius: 8px; 
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border: 4px solid #741C1D;
}

.about-me h3 {
    font-size: 40px;
    color: #C82D2F;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
}

.about-content p {
    font-family: 'Times New Roman', Times, serif;
    font-size: large;
    line-height: 1.8;
    color: #333;
    margin: 15px 0;
}

.highlight-key {
    color: #741C1D;
    font-weight: bold;
}

.quote {
    font-style: italic;
    color: #741C1D;
    font-size: 1.2em;
    text-align: center;
    margin: 15px 0;
    padding: 10px;
    background-color: #f4f4f4;
    border-left: 4px solid #C82D2F;
}

.skills {
    margin-top: 20px;
}

.skills h4 {
    font-size: 1.5em;
    color: #C82D2F;
}

.skills ul {
    list-style: none;
    padding: 0;
}

.skills ul li {
    display: inline-block;
    background-color: #741C1D;
    color: white;
    padding: 8px 12px;
    margin: 5px;
    border-radius: 20px;
    font-size: 0.9em;
    transition: background-color 0.3s;
}

.about-buttons {
    display: flex;
    justify-content: center; 
    gap: 20px; 
    flex-wrap: wrap; 
    margin-top: 20px;
}

.button {
    text-decoration: none;
    color: white;
    background-color: #C82D2F;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 1.1em;
    transition: background-color 0.3s, transform 0.3s;
    white-space: nowrap; 
}

.button:hover {
    background-color: #741C1D;
    transform: scale(1.05);
}

.funFacts h4 {
    font-size: 1.5em;
    color: #C82D2F;
}


.image-gallery {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
.image-gallery img {
    width: 25%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    
}

.row {
    display: flex;
    flex-wrap: wrap;
}
.side {
    flex: 10%;
    background-color: #bdb2c2;
    padding: 20px;
}
.main {
    flex: 90%;
    background-color: white;
    padding: 20px;
}
.main p {
    font-family:'Times New Roman', Times, serif;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}
.main h3 {
    font-family:'Times New Roman', Times, serif;
    font-weight: 700;
    color: #C82D2F;
}

.footer {
    padding: 20px;
    background: #741C1D;
    color: white;
    text-align: center;
}
.footer a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-size: 1.2em;
}
.footer a:hover {
    color: #ddd;
}
.experience-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Times New Roman', Times, serif;
}

.experience-h2 {
    font-size: 2em;
    color: #C82D2F;
    text-align: left;
    border-bottom: 2px solid #741C1D;
    padding-bottom: 10px;
    margin-top: 30px;
}

.experience-list, .awards-list {
    list-style: none;
    padding: 0;
}

.experience-list li, .awards-list li {
    background: #f4f4f4;
    border-left: 4px solid #C82D2F;
    margin: 10px 0;
    padding: 15px;
    border-radius: 5px;
    font-size: 1.1em;
    line-height: 1.6;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.awards-list li {
    border-left-color: #741C1D;
}


.contact-container {
    text-align: center;
    max-width: 500px;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    margin: 40px auto;
}

.contact-container h1 {
    font-size: 2.5em;
    color: #C82D2F;
    margin-bottom: 20px;
}

.contact-container p {
    font-size: 1.2em;
    color: #666;
    margin-bottom: 30px;
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #741C1D;
    color: white;
    padding: 15px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1.2em;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.contact-item i {
    margin-right: 10px;
    font-size: 1.5em;
}

.contact-item:hover {
    background-color: #C82D2F;
    transform: translateY(-5px);
}

.contact-item span {
    font-weight: 600;
}
.resume-section {
    text-align: center; 
    margin: 40px auto; 
    padding: 20px; 
}

.resume-title {
    font-size: 2.5em;
    color: #C82D2F; 
    margin-bottom: 20px; 
}

.resume-image {
    max-width: 90%; 
    height: auto;
    border: 2px solid #741C1D; 
    border-radius: 8px; 
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}



@media screen and (max-width: 700px) {
    .row {
        flex-direction: column;
    }
    .navbar {
        flex-direction: column;
        padding: 10px;
    }
    .navbar a {
        font-size: 1em;
        padding: 10px;
        width: 100%;
        text-align: center;
    }
    .contact-container {
        width: 90%;
    }

    .contact-item {
        font-size: 1em;
    }

    .resume-title {
        font-size: 2em; 
    }
    .resume-image {
        max-width: 100%; 
    }
}