h1 {
    color: black;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#photos{
    display: flex;
    width: 100%;
    height: 200px;
    margin-top: 0%;
}

p {
    font-family: sans-serif;
}

.clipped-image{
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.clipped-image2{
    width: 300px; 
    height: 300px; 
    object-fit: cover; 
    clip-path: circle(50% at center); 
    margin-left: 3%;
    cursor: pointer;
}


#buttons-container {
    position: absolute; 
    width: 100%;
    z-index: 11;
    justify-content: center;
    align-items: center;
    background-color: rgb(246, 219, 224);
    
}

#buttons-box {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.about-me-button,
.projects-button,
.experience-button,
.resume-button,
.hobbies-button,
.LinkedIn-button,
.GitHub-button,
.contact-button{
    background: none;
    color: purple;
    border: none;
    height: 20px;
    width: 100px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 0%;
    z-index: 11;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.GitHub2-button{
    background-color: rgb(246, 219, 224);
    color: red;
    border-radius: 20%;
    cursor: pointer;
    font-weight: bold;
}

.about-me-button:hover,
.projects-button:hover,
.experience-button:hover,
.resume-button:hover,
.hobbies-button:hover,
.LinkedIn-button:hover,
.GitHub-button:hover,
.contact-button:hover{
    color: red;
}

.about-container1{
    padding-top: 5%;
}

.ABOUT-ME{
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    line-height: 0px;
    text-align: center;
    margin-top: 0%;
}


.SECTION-TITLES{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: lighter;
    font-size: 30px;
    line-height: 0px;
    margin-left: 4%;
    padding-top: 3%;
}

.GOALS-PARAGRAPH{
    font-family: Arial;
    font-style: italic;
    margin-left: 4%;
    width: 90%;
}

.INTRO-PARAGRAPH{
    font-family: Arial;
    margin-left: 4%;
    width: 90%;
}

.node { fill: pink; cursor: pointer; }
.link { stroke: #999; stroke-opacity: 0.6; }
.node-text { font-family: fantasy;}
body { margin-left: 0; margin-right: 0;}

#graph { 
    position: relative; 
    top: -450px; 
    left: 35%;
    width: 500px;
    height: 500px;
    padding-bottom: 3%;
}

.graph-container {
    display: flex;  
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 5%; 
    height: 0px;
    padding-left: 10%;
}
.MyName{
    margin-left: 4%;
    width: 350px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bolder;
    font-size: 30px;
    line-height: 0;
    
}

.ABOUT-ME-CREDENTIALS{
    font-family: Arial;
    font-size: 13px;
    margin-left: 4%;
    line-height: 1.3; 
}


.projects-container {
    display: flex;  
    justify-content: space-evenly; 
    align-items: center; 
    gap: 5%; 
    width: 100%;
    height: 100%;
    padding-top: 2%;
}

.pic_container {
    padding-left: 5%;
    margin-top: 2%;
    width: 30%;
    height: 30%;
    z-index: 1;
}

.IMAGES{
    position: relative;
    width:300px;
    height: 300px;
    z-index: 1;
}

.project-sub-container{
    margin-left: 2%;
    margin-right: 2%;
    text-align: left;
    width: 80%;
    height: 80%;
    z-index: 3;
}

.project-title{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: blueviolet;
    font-weight: bolder;
    font-size: large;
    text-align: left;
}

.project-subtitle{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: blueviolet;
}

.project-paragraph{
    text-align: left;
    width: 100%;
    height: 100%;
    z-index: 2;
}


.HOBBIES-PARAGRAPH{
    font-family: Arial;
    font-size: 12px;
    font-style: italic;
    width: 90%;
}

.course-title{ 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
    width: 100%;

}

.school-title{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    color: blueviolet;
    margin-left: 4%;
    width: 90%;
}

.school-subtitle{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    color: black;
    margin-left: 4%;
    width: 90%;
}


.bullet-points{
    list-style-type: circle;
    color: red;
    padding-left: 8%;
}

.sub-bullet-points{
    list-style-type: '▶';
    color: red;
    size: 5%;

}

.curiosity-button{cursor: pointer;}
