body {
	color: black;
}
li {
	color: black !important;
}

.recent-work .wrapper-container h3 a{
  font-weight: 400;
  color: #fff;
}

.recent-work .wrapper-container h4,.recent-work .wrapper-container h3{
  font-weight: 400;
  color: #fff;
}

p.subtext{
  font-size:20px;
  font-weight:200;
}

.logoImage{
  margin:0 auto;
  margin-bottom:20px;
}

@media (max-width: 770px){
  
  .recent-work .wrapper-container h2{
    font-size: 2em;
  }

  .recent-work .wrapper-container h3{
    font-size: 1.6em;
  }
}

@media (min-width: 770px) and (max-width: 990px){
  .recent-work .wrapper-container h3{
    font-size: 17px;
  }

  p.subtext{
    font-size: 15px;
  }
}