p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  p {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.6;
  }
}

.resume{
	margin: 0 0 0px;
	text-align:center;
}

.skills{
	margin: 0 0 0px;
	text-align:center;
}

.web{
	width:120px;
	height:120px;
	text-align:center;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.toggle-handle{
	background-color: #fff;
}