/** {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.clear:after {
	content: "";
	display: block;
	clear: both;

}*/

/*mobile*/
@media only screen and (min-width: 240px) and (max-width: 400px) {

}
/*mobile end*/

/*tablet*/
@media only screen and (min-width: 401px) and (max-width: 990px) {

} 
/*tablet end*/

/*large displays*/
@media only screen and (min-width: 990px) {

}
/*large displays end*/


div.master {
	border-radius: 20px;
}

.mart {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.headertext,
.capstone,
.workxp {
	color: #3b5998;
	text-align: center;
}

.workxpbot {
	margin-bottom: 20px;
	text-align: center;
}

.aboutskillset + p a {
	color: white !important;
}

.aboutskillset + p a:hover {
	color: #EF5350 !important;
}

.socialicons,
.resume {
	padding-top: 20px;
}

.github,
.linkedin {
	margin-right: 10px;
}

/*skillbar*/

.skillbar {
	position:relative;
	display:block;
	margin-bottom:15px;
	width:100%;
	background:#eee;
	height:20px;
	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;
  width:0%;
	font-weight:bold;
	font-size:13px;
	color:#ffffff;
	background:#6adcfa;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}

.skillbar-title span {
	display:block;
	color: black;
	/*background:rgba(0, 0, 0, 0.5);*/
	padding:0 20px;
	height:20px;
	line-height:20px;
	-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:20px;
	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:20px;
	line-height:20px;
	color:#ffffff;
	color:rgba(0, 0, 0, 0.4);
}

/*skillbar end*/