/* Base Styles */
:root {
    --text-color: #1a1c20;
    --link-color: #ffffff;
    --background-color: #eeeff1;
    font-size: 17px; /* Set the base font size */
}

nav {
    background-color: #bfd6c4;
    display: flex;
    justify-content: space-between;
    padding: 0 3.125rem;
    height: 5rem;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(191, 214, 196, 0.9);
    backdrop-filter: blur(5px);
}

nav .left a {
    color: var(--text-color);
    font-size: 1.5rem;
    font-weight: 600;
}

nav .right a {
    color: var(--text-color);
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 10rem;
}

nav .right a:hover {
    color: var(--link-color);
    transition: color 0.3s ease-in-out;
}

#homepage-content {
    min-height: 60vh;
    flex-direction: column;
    justify-content: center;
    padding: 8rem 2rem;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
}

#homepage-content h2 {
    margin-bottom: 1rem;
    font-size: 2.75rem;
    font-weight: 700;
}


#homepage-content .headshot {
    width: 20rem;
    height: 20rem;
    overflow: hidden;
    margin-top: 1rem;
    margin-bottom: 37px;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

#homepage-content .headshot img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

#homepage-content .headshot img:hover {
    transform: scale(1.2);
}

#homepage-content .bio {
    margin-bottom: 2rem;
    padding: 0 2rem;
    max-width: 56.25rem;
}

#homepage-content .bio p {
    font-size: 1.25rem;
    font-weight: 300;
}


#homepage-content .linkedin-linkedinlogo{
    width: 10px;
    height: 10px;
}

.LIlogo {
    width: 60px;
    height: auto;
}

body {
    background-color:antiquewhite;
}

#about-section {
    min-height: 20vh;
    flex-direction: column;
    justify-content: center;
    padding: 8rem 2rem;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
}

#about-section h2 {
    margin-bottom: 1rem;
    font-size: 2.75rem;
    font-weight: 700;
}

#about-section .objective {
    margin-bottom: 2rem;
    padding: 0 2rem;
    max-width: 56.25rem;
}

#about-section .objective {
    font-size: 1.25rem;
    font-weight: 300;
}

#about-section .skills {
    margin-bottom: 2rem;
    padding: 0 2rem;
    max-width: 56.25rem;
}

#about-section .skills {
    font-size: 1.25rem;
    font-weight: 300;
}


#about-section .education {
    margin-bottom: 2rem;
    padding: 0 2rem;
    max-width: 56.25rem;
}

#about-section .education {
    font-size: 1.25rem;
    font-weight: 300;
}


#about-section .experience {
    margin-bottom: 4rem;
    padding: 0 2rem;
    max-width: 56.25rem;
}

#about-section .experience {
    font-size: 1.25rem;
    font-weight: 300;
}

#about-section h3{
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 600;
}

#cokeflorida {
    min-height: 20vh;
    flex-direction: column;
    justify-content: center;
    padding: 8rem 2rem;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
}

#cokeflorida h2 {
    margin-bottom: 1rem;
    font-size: 2.75rem;
    font-weight: 700;
}

#cokeflorida h3{
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 600;
}

#cokeflorida .internship-description {
    margin-bottom: 2rem;
    padding: 0 2rem;
    max-width: 56.25rem;
}

#cokeflorida .internship-description {
    font-size: 1.25rem;
    font-weight: 300;
}

#cokeflorida .refreshing-minds {
    margin-bottom: 2rem;
    padding: 0 2rem;
    max-width: 56.25rem;
}

#cokeflorida .refreshing-minds {
    font-size: 1.25rem;
    font-weight: 300;
}

#poster{
    width: 500px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}