/* || VARIABLES
***************/
/* || FONTS
***********/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Corben:wght@400;700&display=swap");
/* || PROJECT PAGE
******************/
#project_info {
  padding: 62px 0 85px;
  margin-bottom: -100px;
}
#project_info h1 {
  margin: 0 30px 0 0;
  padding: 0;
  text-align: center;
}
#project_info h1 a {
  text-decoration-color: #F7F5ED;
}
#project_info h1 a:hover {
  color: #F7F5ED;
  text-decoration: none;
  text-decoration-color: #F7F5ED;
}
#project_info p {
  font-weight: 300;
}

.project_image {
  margin: 50px 0 0;
}
.project_image img {
  -webkit-box-shadow: 2px 5px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 5px 30px 0px rgba(0, 0, 0, 0.15);
}
.project_image .project_image_subtitle {
  font-size: 0.8em;
  color: #AAA;
  text-align: center;
}

#project_goals {
  margin: 30px 0 0;
  padding-bottom: 30px;
}
#project_goals p {
  font-size: 1.15em;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 1.75;
}

.mobile {
  margin-top: 25px;
  z-index: 5;
}
.mobile .wrapper {
  display: flex;
  flex-direction: column;
}
.mobile .wrapper .mobile_img {
  order: 1;
  text-align: center;
}
.mobile .wrapper .mobile_img .gifffer-play-button {
  -webkit-box-shadow: 2px 5px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 5px 20px 0px rgba(0, 0, 0, 0.25);
  margin: -63px 0 -43px 65px;
  transition: all 0.12s ease;
}
.mobile .wrapper .mobile_img:hover .gifffer-play-button {
  background-color: #19627C !important;
}
.mobile .wrapper .mobile_description {
  order: 2;
  margin-bottom: 15px;
}
.mobile .wrapper .mobile_description p {
  font-size: 1.15em;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 1.75;
}
.mobile .wrapper .mobile_description h2 {
  padding: 5px 0 0;
}

#go {
  margin-top: 20px;
  padding: 40px 0 50px;
  font-size: 0.95em;
  text-align: center;
}
#go h2 {
  margin: 0;
  padding: 0;
}

#more_projects {
  padding: 10px 0 40px;
  text-align: center;
}
#more_projects .project {
  margin: 40px auto 30px;
}

@media screen and (min-width: 992px) {
  #project_info {
    padding: 140px 0 220px;
    margin-bottom: -220px;
  }
  #project_info .wrapper {
    display: flex;
  }
  #project_info .wrapper * {
    text-align: left;
  }
  #project_info .wrapper #project_name {
    width: 45%;
  }
  #project_info .wrapper #project_overview {
    width: 55%;
  }
  #project_info .wrapper #project_overview p {
    font-size: 1.3em;
  }

  .project_image {
    margin-top: 90px;
  }
  .project_image .project_image_subtitle {
    margin-top: 25px;
  }

  #project_goals {
    margin-top: 60px;
    padding: 30px 0 70px;
    text-align: center;
  }
  #project_goals .wrapper {
    max-width: 945px;
    margin: 0 auto;
    display: block;
    text-align: left;
  }

  .mobile {
    margin-top: 60px;
  }
  .mobile .wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 750px;
  }
  .mobile .wrapper .mobile_img {
    order: initial;
  }
  .mobile .wrapper .mobile_img .gifffer-play-button {
    margin: -63px 0 -43px 70px;
  }
  .mobile .wrapper .mobile_img.left .gifffer-play-button {
    margin: -63px 0 -43px -150px;
  }
  .mobile .wrapper .mobile_description {
    width: 430px;
    margin-bottom: 20px;
    order: initial;
  }
  .mobile .wrapper .mobile_description * {
    text-align: left;
  }

  #go {
    margin-top: 70px;
    padding: 80px 0 100px;
  }
  #go .cta {
    margin-top: 40px;
  }

  #more_projects {
    padding: 70px 0 100px;
  }
}
@media screen and (min-width: 1200px) {
  #project_info {
    padding: 170px 0 250px;
    margin-bottom: -240px;
  }
  #project_info .wrapper {
    max-width: 945px;
  }

  #project_goals {
    margin-top: 90px;
    padding: 50px 0 85px;
  }

  .project_image {
    margin-top: 110px;
  }

  .mobile {
    margin-top: 90px;
  }

  #go {
    margin-top: 90px;
    padding: 110px 0 120px;
  }
}
