/* SKILL BAR STYLING */
.skill-bar{
	height : 2em;
	margin-bottom: 20px;
	overflow : hidden;
	background-color: #f5f5f5;
	border-radius : 4px;
	box-shadow : inset 0 1px 2px rgba(0,0,0,0.1);

}

.skill-rating{
	float : left;
	height : 100%;
	line-height : 26px;
	color : #fff;
	text-align : center;
	box-shadow : inset 0 -1px 0 rgba(0,0,0,0.15);
	transition : width 0.6s ease;
	font-size: 18px;
	letter-spacing: 0.22em;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-weight: 700;
}

.hi-bar{
	background-color : #59ac4e;
	width :100%;
}

.med-bar{
	background-color : #eba63f;
	width : 100%;
}

.low-bar{
	background : #bf363a;
	width : 100%;
}

#resume-button{
	text-align: center;
}

#resume-button > a{
	padding : 1em 2em;
	border : 2px solid #d1d1d1;
	font-size: 1.1em;
	font-weight: 400;
	color : #d1d1d1;
	letter-spacing: .18em ;
	word-spacing: .3em;
	text-transform: uppercase;
}

#resume-button > a:hover{
	text-decoration : none;
	border-color : #e3e3e3;
	color : #e3e3e3;
}