/* color palate: https://colorhunt.co/palette/f6f5f5d3e0ea1687a7276678 */

body {
    background-color: #F6F5F5;
    font-size: medium;
}

h1 {
    padding-top: 100px;
    color: #276678;
    text-align: center;
}

h2, h3, h4 {
    color:#276678;
    padding-top: 0.75em;
    text-align: center;
}

li {
    margin-bottom: 5px;
    font-size: 1em;
}

#nav {
    position: fixed;
    display: flex;
    align-items: center;
    list-style-type: none;
    top: 0px;
    left:0px;
    width: 100%;
    height: 8%;
    border: solid;
    background-color: #1687A7;
  }

#nav a {
    color:#D3E0EA;
    text-align: center;
    padding: 55px;
    font-size: 1.5em;
}

  a  {
      text-decoration: none;
  }

 /* #jenPhoto {
      width: 20%;
      height:auto;
      border-radius: 10%;
     padding-left: 50px;
  } */

  #jenSoloPhoto {
    width: 28%;
    height:auto;
    border-radius: 20%;
    display: block;
     margin: 0 auto;
  }

.intro {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 1.3em;
    width: 60%;
    margin-left: 20%;
    text-align: left;
}

/* div {
 padding-left: 25%;
 padding-bottom: 4%;
 width: 50%;
 padding-top: 0.5em;
  } */

 /* Project page  */
.proj-photo {
    width: 100%;
    height: 300px;
    margin-left: 0;
}

.proj-title, #resume-title  {
    text-align: center;
    margin-bottom: 5px;
}

.proj-title:hover, #resume-title:hover {
    text-decoration: underline;
}
 
.portfolio-item {
    border: solid;
    width: 50%;
    display:inline-block;  
    height: 300px;
    margin-left: 25%;
    margin-top: 50px;
}

.portfolio-caption {
    width: 100%;
    margin-bottom: 60px;
    background-color:#D3E0EA;
    padding: 10px;

}

/* Education page */
#coding {
    width: 50%;
    margin-left: 25%;
}
.coding-educ {
    font-size: 20px;
    padding: 20px;
}
.educ-head {
    text-align: left;
}

#prog-languages {
    list-style-type: none;
    display: flex; 
}

#prog-languages li {
    margin-right: 40px;
    font-size: 20px;
    text-align: center;
}
#self-study {
    background-color: #E9D3EA;
    padding: 50px;
    font-size: 20px;
}

#title-educ {
    font-size: 2em;
    font-weight: bold;
}
.educ-img {
    width: 40%;
    margin-left:30%;
    height: auto;
    display:flex;
    padding-top: 30px;
    border-radius: 50%;
}
#univ-educ {
    background-color: #D3E0EA;
    width: 100%;
}
#UW {
    width: 100%;
    background-color: #D3E0EA;
    display:inline-block;
    margin-left: 30%;
    
}
#Davis {
    width: 100%;
    background-color:  #EADDD3;
    display:inline-block;
    margin-left: 0%;
}
#center {
    margin-left:30%;
    width: 130%;
}

#univ-educ ul {
    width: 50%;
}

/* Resume page */
figure {
    font-size: 4em;
    padding: 0;
    margin: 0;
    text-align: center;
}
figure:hover {
    opacity: 80%;
}

  #resume {
      font-size: 1em;
      color:#000000;
  }

  #resume:hover {
    color: #1687A7;
}

/* Footer */
#footer {
    background-color: #171717;
    border:solid;
    width: 100%;
    padding-top:2%;
    padding-bottom:1%; 
}
