/* Add here all your css styles (customizations) */
/*Labels*/
span.label {
	font-size: 18px;
	font-weight: 400;
	padding: 4px 7px;
	color: #ffffff;
}

.about-me span.small {
	color: #999;
	/*display: block;*/
	font-size: 85%;
	/*margin-bottom: 10px;*/
	display: inline;
	color: #555;
}

.about-me #post {
	color: #333333;
	display: block;
	font-size: 14px;
	margin-bottom: 0px;
}

img.img-banner {
	width: 250px;/*150px*/
	height: auto;
	margin: auto;/* 0 auto 60px*/
}

a.img-banner {
  overflow: hidden;
  position: relative;
}

a.img-banner:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
}

a.img-banner:hover:after {
  background: rgba(0,0,0,0.5);
}

a.img-banner img {
  transition: all .5s ease;
}

a.img-banner:hover img {
  transform: scale(1.1);
}
