
.concepts{
	font-family: "Nunito Sans";
}

.concepts .beforeafterbtns {
    margin-bottom: 70px;
}

.concepts h6 {
    font-size: 18px;
    font-weight: 200;
    line-height: 27px;
    margin: 40px 0 60px;
}

.concepts #project-content h4{font-weight: 200;border-bottom: 0;margin-top: 120px;text-transform: none;}

.concepts main{
	padding-top: 0;
}

.concepts #project video{
  margin-bottom: 0;
}


/* Footer */

#footer {
	background: rgb(197,44,97);
	background: -moz-linear-gradient(90deg, rgba(197,44,97,1) 0%, rgba(125,56,132,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(197,44,97,1) 0%, rgba(125,56,132,1) 100%);
	background: linear-gradient(90deg, rgba(197,44,97,1) 0%, rgba(125,56,132,1) 100%);
	height: 150px;
  }
  
  #footer .wrap {
	  width: 94%;
	  padding: 0px 3%;
	  margin: auto;
	  display: flex;
	  justify-content: space-between;
	  font-family: "Nunito Sans";
	  align-items: center;
	  font-weight: 700;
	  font-size: 1rem;
	  color: #000;
	  height: 100%;
	 }
  
  #footer .wave {
	top: -3px;
	transform: scale(1.1, 1);
	bottom: auto;
  }
  
  
  .social {
  display: flex;
  width: 120px;
  justify-content: space-between;
  }
  
  .concepts #project .social a {
  display: flex;
  align-items: flex-start;
  transition: all ease .2s;
  height: 30px;
  }
  
  .concepts #project .social img {
  width: 30px;
  margin: 0;
  height: auto;
  }
  
  .concepts #project .social a:hover {
  filter: invert(1);
  transition: all ease .2s;
  }
  
  .concepts #project .social a:last-child img {
  width: 23px;
  margin-top: 3px;
  }

@media (max-width: 1140px){
  .concepts h6 {
	padding: 0px 5%;
  }
}