.icons{
  width: 100%;
  display: table;
  margin: auto;
}

.icons li{
  width: 25%;
  text-align: center;
  display: table-cell;
  padding: 0px;
  list-style:none;
  overflow: hidden;
  box-sizing: border-box;
  float: left;
}

.pad20top{
  padding-top: 20px;
}
.mar5top{
  margin-top: 5px;
}
.pad10bottom{
  padding-bottom: 10px;
}
.pad10left{
  padding-left: 15px;
}

.project-img{
  height: 60px;
  width: 60px;
}
.icon img{
  width: 45px;
  height: 45px;
  padding: 0 0.75rem;
  min-height: 1px;
}

.img-git{
  width: 100px;
  height: 100px;
}

.tabled{
  display: table;
}
.tabled .celled{
  display: table-cell;
}

.portfolio-img{
  width: 300px;
  height: auto;

}
.logo {
  width: 150px;
  height: auto;
  margin:auto;
  padding-top: 10px;
  padding-left: 10px;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
.skillbar {
	position:relative;
	display:block;
	margin-bottom:15px;
	width:100%;
	background:#eee;
	height:35px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}

.skillbar-title {
	position:absolute;
	top:0;
	left:0;
	font-weight:bold;
	font-size:13px;
	color:#fff;
	background:#6adcfa;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-title span {
	display:block;
	background:rgba(0, 0, 0, 0.1);
	padding:0 20px;
	height:35px;
	line-height:35px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-bar {
	height:35px;
	width:0px;
	background:#6adcfa;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:11px;
	height:35px;
	line-height:35px;
	color:#444;
	color:rgba(0, 0, 0, 0.4);
}
