/* colors:  */
/* wheat - #2ab7ca */
/* blue - #35cdf5 */
/* green - #0bceaf */

/* $canvas-green: #30c0a8;
$canvas-purple: #8496c6;
$canvas-yellow: #f0d860;
$canvas-red: #f85f86;
$canvas-orange: #ffb366; */


@media (max-width: 768px){
  /* xs */
}

@media (max-width: 992px){
  /* sm */
}

*{
  font-family: 'Roboto Mono', monospace;
}
body{
  padding-top: 200px;
}
h6{
  line-height: 1.5;
}
.hidden{
  display: none;
}
.section{
  margin-top: 200px;
}
.section-header{
  margin-bottom: 30px;
}
.pill{
 font-size: 12px;
 padding: 3px 10px 4px;
 background-color: #eaeaea;
 margin: 2px;
 border-radius: 4px;
 display: inline-block;
}


@media (max-width: 768px){
  body{
    padding-top: 50px;
  }
  .section-header{
    margin-top: 30px;
  }
  .section{
    margin-top: 100px;
  }
}


/* #matrix{
  width:100%;
  height:100vh;
}

#hello{
  width: 300px;
  height: 50px;
  position: absolute;
  left: calc(50% - 150px);
  top: calc(50vh - 25px);
  font-size: 24px;
  text-align: center;
} */
#intro{
  text-align: left;
}
#intro-hello{
  background-color: #0bceaf;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  color: white;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 50px;
}
#intro-name{
  margin-bottom: 20px;
  font-weight: 900;
}
#intro-title{
  font-weight: 500;
  margin-bottom: 20px;
}
.intro-item{
  font-size: 16px;
  margin-bottom: 5px;
}
.intro-item i{
  width: 15px;
}
.intro-images{
  margin-top: 30px;
}
.intro-images img{
  height: 18px;
  margin-right: 10px;
}
#intro-picture{
  border: 20px solid rgba(0, 0, 0, 0.07);
  border-radius: 100%;
  width: 400px;
  height: 400px;
  margin: 0 auto;
}
#intro-picture img{
  margin: 0 auto;
  float: none;
  text-align: center;
  border: 20px solid rgba(0, 0, 0, 0.17);
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px){
  #intro-picture{
    width: 300px;
    height: 300px;
    margin-top: 30px;
  }
}
@media (max-width: 768px){
  #intro{
    text-align: center;
  }
}






#about{

}
#about-image{
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
#about-image img{
  width: 100%;
}
.about-pill{
  font-size: 13px;
  padding: 2px 10px 3px;
  background-color: #0bceaf;
  margin: 3px 1px;
  color: white;
}
@media (max-width: 768px){
  #about{
    text-align: center;
  }
}




#services{

}
#services-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.service-item{
  text-align: center;
  box-shadow: 0px 10px 20px 4px #00000015;
  margin-bottom: 30px;
  padding: 40px 30px;
  border-radius: 4px;
  width: 320px;
  margin: 15px;
}
.service-icons{
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: 0 auto;
  padding: 30px;
}
.service-icons i{
  font-size: 40px;
  color: white;
}
.service-title{
  margin: 20px 0;
  font-size: 20px;
}
.service-description{
  font-size: 15px;
}




#projects{

}
#projects-list .project-name{
  cursor: pointer;
  margin-bottom: 10px;
}
#projects-list .project-name.selected, #projects-list .project-name:hover{
  color: #2ab7ca;
}

#projects-content img{
  width: auto;
  margin: 0 20px 20px 0;
  border: solid 3px #eaeaea;
  height: 200px;
}
#projects-content a{
  font-size: 11px;
  text-decoration: underline;
  color: black;
}
#projects-content h5{
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
#projects .status-pill{
  background-color: #0bceaf;
  color: white;
}
@media (max-width: 768px){
  #projects-list{
    text-align: center;
    margin-bottom: 40px;
  }
  .project-name{
    margin: 10px;
    display: inline-block;
  }
  .photos{
    height: 350px;
    overflow-x: scroll;
    display: flex;
    flex-wrap: nowrap;
  }
  #projects-content img{
    max-width: 500px;
    height: 300px;
  }
  #projects-content a, #projects-content h4, #projects-content .contributions{
    text-align: center;
  }
}





#skills{

}
.skill-item-level{
  float: right;
  margin-top: -20px;
}
.skill-item-bar-wrapper{
  height: 12px;
  background-color: #f3f3f3;
  position: relative;
  margin-bottom: 20px;
}
.skill-item-bar{
  background-color: #0bceaf;
  height: 100%;
  margin-top: 5px;
}
.skill-item-bar.professional{
  background-color: #ffcc99;
}




#work-experience-list{

}
.experience-item{
  box-shadow: 0px 10px 20px 4px #00000015;
  margin-bottom: 30px;
  padding: 20px 30px;
  border-radius: 4px;
}
.experience-item-details{
  margin-left: 70px;
}
.experience-item-img{
  float: left
}
.experience-item-img img{
  width: 50px;
  border-radius: 10px;
  height: 50px;
  margin-top: 10px;
}

.experience-item-title{
  font-size: 24px;
}
.experience-item-company{
  font-size: 20px;
  color: #0bceaf;
  margin-top: -6px;
}
.experience-item-year{

}





#questions{
  text-align: center;
  margin-bottom: 50px;
}
