body {
    background-color: #EFE8DC;
    margin: 0;
    font-family: 'Chakra Petch', sans-serif; 
    color: #704214;
}

nav {
    background-color: #4e6751;
    width: 100%;
    padding: 0;
    margin: 0;
}

ul.tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #4e6751;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-around;
}

ul.tabs li {
    flex: 1;
    margin: 0;
}

ul.tabs li a {
    display: block;
    padding: 14px 0;
    color: #704214;
    text-decoration: none;
    background-color: #9F9D84;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 18px;
}

#home.flex {
    display: flex;
}

.home-content {
    margin-top: 70px;
    flex: 0 0 50%; 
    max-width: 50%; 
    box-sizing: border-box; 
    padding-right: 20px; 
}
.headshot {
    margin-top: 80px;
    flex: 1; 
    max-width: 50%; 
    border: 10px solid #9F9D84; 
    border-radius: 15px; 
    box-sizing: border-box; 
    justify-content: center; 
    margin-left: 150px;
}



#contact {
    font-size: 32pt;
    text-align: center;
    margin-top: 30pt;
}
#contact h1 {
    text-align: center;
    font-size: 56pt;
}

#resume {
    text-align: center; 
    margin-top: 20px; 
}
.resume {
    max-width: 100%;
    height: auto;
    border: 10px solid #9F9D84; 
    border-radius: 15px; 
}

#about h1 {
    text-align: center;
    font-size: 32pt;
}

#about h2 {
    text-align: center;
    font-size: 24pt;
}
#about h3 {
    text-align: center;
    font-size: 24pt;
}


#projects h1 {
    text-align: center;
    font-size: 32pt;
}
#projects h2 {
    font-size: 24pt;
    
}
#projects h4 {
    font-size: 20pt;
   
    font-style: italic;
}
#projects h5 {
    font-size: 16pt;
    
}
#projects {
    margin-left: 20px;
}
#projects h6 {
    font-size: 24pt;
}  


ul.tabs li a:hover {
    background-color: #9F9D84;
}

ul.tabs li a.active {
    background-color: #A9BBA9;
}

.content {
    padding: 20px;
}

.text-content {
    display: none; 
}

.text-content.hidden {
    display: none;
}

.text-content.active {
    display: block;
}
