@charset "utf-8";
/* CSS Document */

/*Nav Active Style*/
.aboutMainNav{
	border:1px solid #333 !important;
	color:#333 !important;	
}
.projectsMainNav{
	padding-left:0;	
}
.content{
	width:98%;
}

/* BODY STYLES
-----------------------------------------------------------------*/
main{
	width:100%;
	min-height:200px;
	clear:both;	
}
.grid{
	width:100%;
	padding:0;	
	clear:both !important;
}
/*About Styles*/
.about{
	position:relative;
	clear:both !important;
	width:100%;	
	min-height:300px;
}
.about p{
	display:block;
	width:100%;	
	text-align:left;
	line-height:1.45em;
}
.about .pic{
	float:left;
	margin-top:-5px;
	margin-left:0px !important;
	margin-right:20px;
	margin-bottom:10px;
	height:auto;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #fff;
	box-shadow:0px 0px 5px #333;
	-moz-box-shadow:0px 0px 5px #333;
	-webkit-box-shadow:0px 0px 5px #333;
	z-index:1000;
	width:20%;
	min-width:100px;	
}
.aboutTitle{
	width:100%;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background-color:#00b2b2;
	font-family:"open sans light";
	font-size:25px;
}
.aboutSocialLinks{
	display:block;
	margin:auto;
	width:340px;
	height:100px;
	background-image:url(../images/debut_dark.png);
	padding:15px;
    border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
    border:1px solid #fff;
}
.aboutSocialLinks ul{
	margin:0;
	padding:0;	
	position:relative;
	margin:0 auto;
	padding-left:10px;
	padding-right:10px;
	height:50px;
}
.aboutSocialLinks ul li:last-child{
	margin:0;	
}
.aboutSocialLinks ul li{
	position:relative;
	display:inline-block;
	float:left;
	height:50px;
	padding-left:65px;	
	padding-right:20px;
	margin-right:20px;
	font-size:20px;
	line-height:2.5em;
	font-family:"open sans light";
	zoom:1;
	filter: alpha(opacity=50);
	opacity:.5;
	color:#ededed;
	
	transition:all .1s ease-out;	
	-webkit-transition:all .1s ease-out;	
	-moz-transition:all .1s ease-out;
	-ms-transition:all .1s ease-out;
	-o-transition:all .1s ease-out;
}
.aboutSocialLinks ul li:hover{
	zoom:1;
	filter: alpha(opacity=100);
	opacity:1;	
	border-color:#aaa;
}
.aboutSocialLinks .aboutSocialLinksHeader{
	color:#ededed;
	font-family: "open sans light";
    font-size: 20px;
    text-align: center;
    margin: 0 0 20px 0;
}
.aboutSocialLinks .linkedin{
	background-image:url(../images/LinkedIn.png);
	background-repeat:no-repeat;	
}
.aboutSocialLinks .github{
	background-image:url(../images/GitHub-Mark-32px.png);
	background-repeat:no-repeat;	
}
.githubData{
	margin:20px 0;
}
.data h2{
	font-family:"open sans light";
	color:#111;
}
.stat{
	padding:0;
	margin:50px 0 0 0;
	text-align:center;
	font-family:"bebas regular";
	font-size:50px;
}
.data .wakatimeData h2{
	color:#ededed;
	text-align:center;
	margin-top:20px;
}
.githubData .calendarSource{
	font-size:11px;
	text-align:center;
}
.githubData .calendar{
	background-image:url(../images/groovepaper.png);
	/*background-color:#fff !important;*/
	width: auto !important;
	border: 2px solid #000;
}
.githubData .calendar h2{
	color:#111;
	margin-top:20px;
}
.statValue{
	text-align:center;
	margin:0;
}
.statDesc{
	text-align:center;
	font-size:16px;
	color:#ededed;
	margin:0 0 50px 0;
}
.activity{
	margin:20px auto;
}
.githubData{
	margin-bottom:20px;
}
.wakatimeData{
	margin:auto;
	padding:5px 0;
	width:100%;
	background-image:url("../images/debut_dark.png");
	margin-bottom:20px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.pie ul{
	text-align:center;
	color:#ededed;
	padding:0;
	margin:15px 0 0 0;
}
.pie ul li{
	list-style-type: none;
	font-size:15px;
	padding:2px 0;
	font-family:"bebas regular";
}
.pie ul li span{
	padding-left:1.5em;
}
.pie a{
	display:none;
}
.pie #languagesChartContainer{
	height:400px;
}
.pie canvas{
	margin:20px 0;
}
.socialFillLink{
	position:absolute;
	left:0;
	width:100%;
	height:50px;
	z-index:100;	
}
.sectionHeader{
	clear:both;	
}
/*Fix link problem in IE*/
.ieLinkFix{
	color:#000;
	text-decoration:none;	
}
main p{
	text-align:justify;	
	line-height:1.45em;
}
p a{
	color:#00b2b2;
	
	-webkit-transition: all .05s linear;
    -o-transition: all .05s linear;
    -moz-transition: all .05s linear;
    -ms-transition: all .05s linear;
    -kthtml-transition: all .05s linear;
    transition: all .05s linear;	
}
p a:hover{
	color:#f00;	
}

@media only screen and (min-width: 200px){
.githubData{
	display:none;
}
.pie{
	max-width:450px;
	margin:20px auto;
}
.activity{
	width:100%;
}
.stat{
	width:100%;
	float:left;
}
}

/*-------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 800px){
.githubData{
	display:block;
}
.pie figure{
	margin:0;
}
.activity{
	width:100%;
}
.stat{
	width:32%;
	float:left;
}
}

@media only screen and (min-width: 960px) {
/*Project Styles*/
.grid .sectionHeader{
	width:100%;
	text-align:left;
	border:none !important;	
}
.aboutTitle .pic{
	margin-left:20px !important;
	float:left;
	margin-bottom:20px;
}
.about p{
	text-align:justify;	
	line-height:normal;
}
main p{
	text-align:justify;	
	line-height:normal;
}
h1,h2,h3,h4,h5,h6{
	color:#00b2b2;
	font-family:"bebas neue";
	font-weight:normal !important;	
}
.githubData{
	display:block;
}
.pie{
	width:50%;
	float:left;
}
.pie figure{
	margin:0;
}
.pie {
	width:50%;
	max-width:none;
	float:left;
	margin:20px auto;
}
.activity{
	margin:20px auto;
	width:85%;
}
.stat{
	width:32%;
	float:left;
}
}