.material-icons{
  font-size: 0.7rem;
  margin: 0px;
  padding: 0px;

}

@font-face {
  font-family: roboto_condensed;
  src: url(Roboto_Condensed/RobotoCondensed-Regular.ttf);
}

@font-face {
  font-family: julius_sans_one;
  src: url(Julius_Sans_One/JuliusSansOne-Regular.ttf)
}

/*font-family*/
.project-description, .project-title, .a-breadcrumbs, .menu, .projects-blurb,
.contact-title, .contact-blurb, .section, .section-title, .resume-contact-item{

  font-family: Roboto, sans-serif;
  color: #444444;
  font-weight: lighter;

}

.header{
  background-color: white;
  padding: 1rem 2rem 1rem 2rem;
  border-bottom: 1px solid lightgrey;
  position: fixed;
  left: 0;
  right: 0;
  top: 0px;
}

.logo{
  font-family: papyrus, fantasy;
  color: #D96459;
}

.name{
  font-size: 3rem;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #D96459;
  font-family: papyrus, fantasy;
}

.main{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.bio{
  font-family: Roboto, sans-serif;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #353535;
  font-weight: 500;
}

.publications-body{
  display: flex;
  flex-direction: column;
}

.publication-text{
  font-size: 0.7rem;
  font-family: 'Roboto', sans-serif;
  color: #737373;
  line-height: 1.2rem;
}

.publications-title{
  font-size: 1.2rem;
  font-family: roboto_condensed, sans-serif;
  color: #333333;
}

/**
project
*/
.project-main{
  margin-left: auto;
  margin-right: auto;
}

.project-title{
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 0px;
}

.project-description{
  margin-top:0px;
  font-size: 0.85rem;
  line-height: 1.2rem;
}

.projects-container{
  display: flex;
  gap: 5rem;
  flex-direction: column;
}

.project-item{
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  flex-direction: column;
  background-color: #f9f9f9;
  padding-top: 2em;
  padding-bottom: 2em;
  border-radius: 10px;
  box-shadow: 5px 5px 5px lightgrey;
}

.project-image-wrapper{
  flex: 1;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.multiple-image-wrapper{
  display: flex;
  justify-content: space-between;
}

.image-gallery{
  width: 30%;
}


.image-gallery-60{
  width: 60%
}

.project-info-wrapper{
  flex: 4;

  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.project-image{
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}

.contact-blurb, .projects-blurb{
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.8rem;
  color: #727272;
}

.breadcrumbs{
  text-align: center;
  font-family: Roboto, sans-serif;
}

.a-breadcrumbs{
  text-decoration: none;
  color: #D96459;
}

.text-breadcrumbs{
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.breadcrumbs-container{
  display: flex;
  align-items: center;
  justify-content: center;
}

/**
  Form Container
*/

.form-container{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.input-container{
  width: 100%;
}

.contact-input{
  display: block;
  width: 100%;
  padding: 0.6rem;
  color: #D3D6D7;
  border: 1px solid #D3D6D7;
}

::placeholder{
  color: #D3D6D7;
}

.contact-submit{
  background-color: #D96459;
  border: 1px solid #D96459;
  padding: 0.5rem;
  color: white;
  border-radius: 0.2rem;
  font-family: 'Roboto', sans-serif;
}

/**
resume
*/

.resume-container{
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding: 3rem;
}

.resume-name{
  text-align: center;
  font-size: 3rem;
  font-family: Avenir, sans-serif;
}

.first-name{
  font-weight: 100;
}

.contacts-links{
  display: flex;
  justify-content: center;
  gap: 0.3rem;
  flex-wrap: wrap;
}

.resume-contact{
  font-size: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  /* background-color: red; */
}

.section{
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.section-title{
  display: flex;
  font-weight: bold;
}
.section-title-part1{
  color:#D96459;
}

.section-title-part3{
  flex: 1;
  border-bottom: 1px solid grey;
}

.items{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.item{
  display: flex;
  justify-content: space-between;
}

.item-part1{
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}

.item-part2{
  font-family: "Roboto Condensed", sans-serif;
  color: #D96459;
  font-style: italic;
  font-weight: lighter;
}

.sub-item{
  display: flex;
  justify-content: space-between;
  font-family: "Roboto", sans-serif;
  /* padding-top: 0.4rem; */
}

.sub-item-part1{
  font-family: "Font Awesome", sans-serif;
  font-weight: lighter;
}

.sub-item-part2{
  font-style: italic;
  font-weight: lighter;
}

.resume-body{
  background-color: lightgrey;
}

.skills-item{
  display: flex;
  gap: 1rem;
}

.skills-item-part1{
  flex: 1;
  text-align: right;
}

.skills-item-part2{
  flex: 3;
}

.honors-item{
  display: flex;
}

.honors-item-part1{
  flex-basis: 5%;
  /* background-color: blue; */
}

.honors-item-part2{
  flex-basis: 75%;
  /* background-color: red; */
}

.honors-item-part3{
  flex-basis: 25%;
  /* background-color: green; */
}

/**
Text
*/

.normal-text{
  font-family: Roboto, sans-serif;
  font-size: 0.7rem;
  line-height: 1rem;
  font-weight: 100;
}

.title-text{
  font-family: Roboto, sans-serif;
  font-size: 0.8rem;
  font-weight:bold;
  padding-bottom: 0.2rem;
}

.subtitle-text{
  font-family: julius_sans_one, serif;
  font-size: 0.6rem;
  line-height: 1rem;
}

.colored-last-text{
  font-family: Roboto, sans-serif;
  font-size: 0.7rem;
  line-height: 1rem;
  font-style: italic;
  color: #D96459;
  text-align: right;
}

.last-text{
  font-family: Roboto, sans-serif;
  font-size: 0.7rem;
  line-height: 1rem;
  font-style: italic;
  text-align: right;
}

@media(min-width: 996px){
  .main{
    width: 35%;
    padding-top: 5rem;
  }

  .project-main{
    padding-top: 5rem;
    width: 60%;
  }

  .resume-container{
    width: 45%;
  }

  .header{
    display: flex;
    justify-content: space-around;
  }

  .menu-lg{
    list-style: none;
    display: flex;
    gap: 1.5rem;
    font-size: 0.9rem;
  }

  .menu-icon-lg{
    display: none;
  }

  .a-menu-lg{
    text-decoration: none;
    color: #444444;
  }

  .a-menu-lg:hover{
    color: #D96459;
  }
}

@media(max-width: 995px){

  .project-main{
    padding-top: 5rem;
    width: 80%;
  }

  .resume-container{
    width: 90%;
  }
  .header{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .logo{
    grid-column-start: 1;
    grid-column-end: 2;
  }

  .menu-icon-sm{
    grid-column-start: 2;
    grid-column-end: 3;
  }

  .menu-sm{
    display: none;
  }

  .display_menu{
    display: grid;
    grid-gap: 1rem;
    background-color: grey;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    list-style: none;
    grid-column-start: 1;
    grid-column-end: 3;
    text-align: left;
    margin-top: 0px;
  }

  .hide_menu{
    display:none;
  }

  .a-menu-sm{
    text-decoration: none;
    color: white;
  }

  .menu-icon-sm{
    text-align: right;
    color: white;
  }

  .material-symbols-outlined{
    background-color: lightgrey;
    border-radius: 2px;
  }
}
