/* colors */
/* Emerald #2FBF71 */
/* Floral White #FCF6ED */
/* Dark Green #041F1E */
/* Gun Metal #1E2D2F */
/* Pacific Cyan 0EB1D2  */

body{
    background-color: #FCF6ED;
    padding: 20px;
    font-family: source-serif-pro, Georgia, Cambria, "Times New Roman", Times, serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    color: #1E2D2F;
}
.full-container{
  width: 100%;
  max-width:1080px;
  margin: 0 auto;
}
.container{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.bold{
  font-weight: 700;
}
.center{
  text-align: center;
}
#about-me img{
  width: 100%;
}
p.quote {
    color: gray;
    font-size: 29px;
    line-height: 43px;
    border-left: 6px solid #2fbf71;
    padding-left: 20px;
}
span.quote-by {
    font-size: 23px;
    font-style: italic;
    display: block;
}
p, ul, li{
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  color: #1E2D2F;

}
p{
  line-height: 32px;
  max-width: 680px;
  margin: 30px auto;
}
a{
  color: #2FBF71;
  text-decoration: none;
  font-weight: 500;
}
.gif{
  width: 100%
}
#refresh-icon{
  color: #2FBF71;
  margin-right: 15px;
}
#refresh-icon:hover{
  cursor: pointer;
}

#me ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#me ul li{
  display: inline-block;
  font-size: 18px;
  font-family: 'Noto Sans';
}
#me ul li a{
  color: #041F1E;
}
#me img{
  max-width: 100px;
  width: 100%;
  height: auto;
  border-radius: 150px;
}
.end {
    max-width: 680px;
    margin: 0 auto;
}
#thanks{
  font-size: 10pt;
}
#projects{
  padding-top: 50px;
}
.project-section{
  border-top: 6px double #1E2D2F;
  padding: 50px 0;
}
#project-list {
  padding-bottom: 15px;
  max-width: 680px;
  margin: 0 auto;
}

#project-list ul li{
  margin: 5px 0;
  font-size: 20px;

}
#project-list ul li a{
  font-weight: 300;
  color: #1E2D2F;
}
.project-img{
  width: 100%;
  margin: 10px 0;
  border: 1px solid #1E2D2F;
}
.project-img-labs{
  width: 100%;
  margin: 10px auto;
  display: block;
}
#framing-img{
  max-width: 350px;
}
img#discovery-img {
    max-width: 480px;
}
img#validation-img {
    max-width: 650px;
}
img#realization-img {
    max-width: 900px;
}
.project-img-no-box{
  width: 100%;
  margin: 10px 0;
}
.project-logo{
  max-width: 75px;
}
#project-claims img.project-logo {
    max-width: 200px;
}
h2{
  max-width: 680px;
  margin: 0 auto 20px;
}
h4{
  text-align: center;
  padding: 10px 0;
  margin: 50px auto 20px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .1em;
}
.caption{
  font-style: italic;
  color: grey;
  text-align: center;
  display: block;
  margin-top: 20px;
}
.project-section ul li{
  max-width: 680px;
  margin: 0 auto 20px;
}
ul li i{
  font-size: 16px;
  padding-top: 6px;
  color: #1E2D2F;
}
#dynamic-icon{
  max-width: 25px;
  vertical-align: middle;

}
span.stat.bold {
    max-width: 680px;
    display: block;
    margin: 30px auto 0;
    font-size: 19px;
    font-family: source-serif-pro, Georgia, Cambria, "Times New Roman", Times, serif;
}
.end p{
  color: gray;
}
.end ol li{
  padding-bottom: 10px;
  color: gray;
}

/*==== ITERATING =====*/
.clear{
    clear: both;
}

.flipper{
    background-color: #dddddd;
    border: 1px solid white;
    height: 750px;
    transition: all 300ms;
    opacity: .3;
    width: 14%;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: 500px;
    background-position-x: center;
    float: left;
    margin-bottom: 50px;
    cursor: pointer;
    overflow: hidden;
}
.poc-link, .learned, #flip-through p{
    display: none;
}
.flipper-select{
    background-color: #bdf0d4;
    opacity: 1;
    width: 54%;
}
.flipper-select .caption{
  display: none;
}
#flip-through p{
    font-size: .8rem;
}
#flip-through .flipper-select p{
  font-size: 15px;
  background: #bdf0d4;
  line-height: 23px;
  display: block;
    padding: 0 15px 15px;
  margin: 0;
}
#flip-through h3{
  padding: 0 15px;
}
#flip-through .flipper-select .avenir{
    font-size: .9rem;
    color: black;

}
.flipper-select .poc-link{
    display: inline
}
.flipper-select .learned{
    display: block;
    font-size
}
#flip-1{
    background-image: url(images/poc-1@2x.png);
}
#flip-2{
    background-image: url(images/poc-2@2x.png);
}
#flip-4{
    background-image: url(images/swimlane@2x.png);
}
#flip-3{
    background-image: url(images/poc-3@2x.png);
}
#flip-6{
    background-image: url(images/prod@2x.png);
}
.poc-link{
    font-size: 1rem;
}
span.failed, span.success {
    display: block;
    padding-left: 15px;
    padding-bottom: 15px;
}
span.failed{
  color: darkred;
}
span.success{
  color: #1c7c48;
}
#future-prod-wrapper{
    background-image: url(images/intro-background.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
}

/* Flipper Break */


/* Mobile */
@media (min-width:536px){

  #mobile-menu{
    display: none;
  }
  #me{
    display: block;
  }
}

@media (max-width:535px){
  #mobile-menu{
    display: block;
  }
  .flipper{
        width: 70%;
        opacity: .5;
        height: 600px;
  }
  .flipper .caption{
    display: block;
    padding-top: 15px;
  }
  .flipper-select{
      width: 100%;
      opacity: 1;
      height: 750px;
  }

  #me{
    display: none;
  }
  #mobile-me ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  i.fa-solid.fa-bars {
      font-size: 25px;
      cursor: pointer;
  }
  div#mobile-me img {
      width: 70px;
      height: auto;
      border-radius: 100px;
  }
  ul.mobile-menu li {
      font-size: 18px;
      list-style: none;
      margin: 0;
      padding: 0;
  }
  ul.mobile-menu {
      display: none;
      padding: 10px 20px;
      margin: 20px 0 0 0;
      border: 1px solid grey;
  }
  #projects {
    padding-top: 0;
}
  p.quote {
    font-size: 25px;
    line-height: 33px;
}
  span.quote-by {
    font-size: 19px;
}
}
