
#Top ul {
  list-style-type: none;
  margin: 0;
  padding: 16px;
  overflow: hidden;
  display: flex;
  justify-content: center; 
}


#skills ul {
    list-style-type: disc; 
    display: block;        
    margin-left: 20px;     
    padding-top: 10px;
}

#skills li {
    margin-bottom: 10px;  
    font-family: "Questrial", sans-serif;
}


nav {
    width: 100%; 
    text-align: center;
    font-family: "Questrial", sans-serif; 
    background-color: hotpink;
    
}

nav ul {
    padding: 16px;
    margin: 0;
}

nav li {
    list-style: none;
    margin-bottom: 8px; 
}


nav a {
    display: block; 
    width: 30%;
    margin: 0 auto; 
    text-decoration: none;
    color: whitesmoke; 
}


nav li a {
    border: 2px rgb(232, 84, 133)solid;
    padding: 6px;
}


nav li a:hover {
    background-color: #b25959; 
}

/* --- ACTIVE/SELECTED PAGE STYLE --- */
nav li a.active {
    background-color: #b25959; 
    color: white;
}


@media only screen and (min-width: 640px) {
    nav a {
        display: inline;
        width: auto; 
        padding: 14px 40px; 
        border: none; 
    }
    
    nav li {
        display: inline; 
        padding: 0 18px; 
    }
}


header {
    background-image: url(images/pinkbohoheader1.jpg);
    padding-top: 25%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 
    center;
    position: relative;
}


main {
    background-image: url(images/pinkaurabckgr1.jpg);
    background-repeat: repeat;
    background-position: center; 
    background-size: cover;
    max-width: 1000px; 
    background-attachment: fixed;
    margin: auto; 
    padding: 16px;
}



h1 {

  font-family: "Parkinsans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 60px;
}

h2 {
font-family: "Parkinsans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-align: center;

}

#image {
float: left;
width: 320px; 
height: 320px;
padding-top: 5%;
padding-right: 5%;
/* image floats left */ 

}

#intro {
    font-family: "Questrial", sans-serif; /* Matches other pages */
    font-size: 22px; 
    text-align: center;
    padding-top: 60px;
    line-height: 1.5; 
    max-width: 800px; 
    margin: auto;     
}

hr {
    width: 60%;
     height: 2px;
      background-color: indianred;
    
}

.colorhead { 
    color: #b25959;
    text-align: center;
    font-style: italic;
    font-size: x-large;
    padding-top: 10%;
}

#skills {
    font-size: 22px;
}

#Publications { 
    text-align: center;
    max-width: 100%;
    height: 200px;
    padding-bottom: 25%;
}

footer { 
    background-image: url(images/pinkbohoheader1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position:relative

}

svg {
    height:40px; 
    width:40px;
    fill:#b25959
}

#resume {
    background-color: whitesmoke;
    background-position: center; 
    background-size: cover;
    max-width: 1000px; 
    background-attachment: fixed;
    margin:auto; padding:16px
}


.resume-headshot {
    width: 150px;       
    height: 150px;      
    border-radius: 50%; 
    object-fit: cover;  
    display: block;     
    margin: 0 auto 20px auto; 
    border: 3px solid #b25959; 
}

#resume_title {

  font-family: "Parkinsans", sans-serif;
  font-optical-sizing: auto;
  font: weight 200px;
  text-align: left;
  font-size: 45px

}

#resume_subtitle {

    font-family: "Parkinsans", sans-serif;
  font-optical-sizing: auto;
  font: weight 200px;
  text-align: left;
  color: slategray;
  margin-top: -2%;
  
}

#resume_contact {

  font-family: "Rethink Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:100;
  text-align: right;
  margin-top: -8%;
  padding-bottom: 5%;
}

#resume_body {
    font-family: "Rethink Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight:100;
}

#resume_body {
    display: flex;
    flex-direction: row; 
    gap: 40px;           
    margin-top: 20px;
}


.left-column {
    flex: 1; 
    padding-right: 20px;
    border-right: 2px solid #b25959; 
}


.right-column {
    flex: 2;
}


@media (max-width: 768px) {
    #resume_body {
        flex-direction: column;
    }
    .left-column {
        border-right: none;
        border-bottom: 2px solid #b25959;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}


#home {
    background-image: url(images/pinkaurabckgr1.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    margin: 0; 
}


#home header, 
#home main, 
#home footer {
    max-width: 1000px; 
    margin: auto;      
    background-color: transparent; 
}
main {
    padding: 16px;
}

#recommendation {
list-style-image: url(images/goldstar.png);
}

#references {
    list-style-type: lower-roman;
}


.kata-pink {
    background-color: #b25959 !important;
    color: white !important;
}
.kata-text-pink {
    color: #b25959 !important;
}


* {
    box-sizing: border-box; 
}

#figureContainer {
    text-align: center;
    max-width: 1000px;
    margin: 40px auto; 
    padding: 20px;
}

figure {
    display: inline-block;
    width: 320px; 
    margin: 15px;
    text-align: center;
    background-color: whitesmoke;
    padding-bottom: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); 
    border-radius: 4px;
}

figure img {
    max-width: 100%; 
    height: auto;
    border-radius: 4px 4px 0 0;
}

figcaption {
    font-family: "Questrial", sans-serif;
    color: #b25959;
    padding-top: 10px;
    font-weight: bold;
}