DIV.top {
  background: #00ABB2;
  text-align: center;
  padding: 7% 8% 5%;
  border-bottom: 2px solid #008F94;
}

DIV.top IMG {
  max-width: 75%;
}

DIV#portfolio {
  border-bottom: 1px solid lightgray;
}

DIV#portfolio > DIV {
  width: 102%;
  margin: 0 -1%;
  overflow: hidden;
}

DIV#portfolio IMG {
  width: 100%;
}

DIV#portfolio A.work_link SPAN {
  display: block;
  font-family: 'bariol_reg', sans-serif;
  font-size: 18px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: -8px;
  text-align: center;
  opacity: 0.4;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
  white-space: nowrap;
  overflow: hidden;
}

DIV#portfolio A.work_link:hover SPAN {
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 1;
}

DIV#portfolio DIV.more {
  text-align: center;
  font-family: 'bariol_reg', sans-serif;
  font-size: 33px;
	line-height: 1;
  color: #00ABB2;
  padding: 14% 1% 5%;
  margin-top: 15%;
  margin-bottom: 5%;
	border-top: 1px solid lightgray;
}

DIV#portfolio DIV.more IMG {
	width: auto;
}

A.work_link {
  width: 31.3%;
  margin: 1%;
  display: inline-block;
}

DIV#bio DIV.content P {
  width: 73%;
	margin-top: 0;
}

DIV#wip {
	margin-top: 35px;
}

DIV#wip UL {
  padding-left: 20px;
	margin-top: 0;
}

DIV#wip LI.new:after {
  content: "new";
  position: absolute;
	text-transform: uppercase;
	font-size: 11px;
	vertical-align: text-top;
	color: #00ABB2;
	font-family: 'bariol_reg';
	padding-left: 6px;
}

DIV#recapiti {
  background: #323234;
}

DIV#recapiti DIV {
  font-size: 30px;
  color: #eceded;
}

@media screen and (max-width: 500px) {
	DIV.top IMG {
		width: 80%;
	}
	
	DIV.top {
		padding: 11% 8% 6%;
	}
	
  DIV#portfolio > DIV {
    width: 100%;
    margin: 0;
  }
  
  A.work_link {
    width: auto;
    display: block;
    margin: 0;
		margin-bottom: 35px;
  }
	
	.section_title {
		font-size: 55px;
	}
  
  DIV#bio DIV.content P{
    width: 100%;
  }
  
  DIV#bio DIV#wip UL {
    width: 90%;
  }
  
  DIV#recapiti DIV {
    font-size: 23px;
  }

}
