body {
	margin: 0;
	background-color:#000000;
	background-image: url(images/carbonFiber.png);
	color: #fafafa;
}

.main {
	perspective: 1px;
	transform-style: preserve-3d;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: scroll;
}

hr {
	height:1px;
	border:none;
	color:#fafafa;
	background-color:#fafafa;
	margin-right:75;
	margin-left:75;
}

/* ---- Intro ---- */

.intro-container {
	display: flex;
	flex: 1 0 auto;
	position: relative;
	height: 100vh;
	transform: translateZ(-1px) scale(2.02);
	z-index: -1;
}

.intro-text {
	font-family: 'Roboto';
	font-size:1.3em;
	position: absolute;
	width:500px;
	height:220px;
	top:50%;
	left:50%;
	margin:-110px 0 0 -250px;
	padding:20px;
	border-radius:4px;
	box-sizing:border-box;
	z-index:100;
	text-align: center;
}

.intro-text-hello {
	font-size: 2.5em;
	font-weight:100;
	margin-bottom:0;
}

.intro-text-more {
	font-size: 1em;
	font-weight:300;
	margin-top:15;
}

/* ---- Skills ---- */

.skills-container {
	font-family: 'Roboto';
	display: block;
	position: relative;
	background-color: #fafafa;
	z-index: 1;
	width:95%;
	border-radius:4px;
}

.skills-container p {
	font-size: 1.5em;
	color:#212121;
	font-weight:100;
	padding:10;
	padding-bottom:50;
	margin:0;
}

.skills-header {
	font-size: 4em !important;
	padding:50 !important;
	padding-bottom:0 !important;
}

.skills-container svg {
	display: block;
	margin:auto;
	max-width: 1000px;
	max-height: 800px;
}

.bar {
  fill: #BDBDBD;
}
.bar:hover {
  fill: #a0a0a0;
}

.axis {
  font: 14px sans-serif;
}

.axis path,
.axis line {
  fill: none;
  shape-rendering: crispEdges;
  stroke-width: 1px;
}

/* ---- Featured Project ---- */

.project-container {
	font-family: 'Roboto';
	display: block;
	position: relative;
	background-color: #64B5F6;
	z-index: 1;
	width:95%;
	border-radius:4px;
}

.project-container p {
	font-size: 2em;
	padding:50;
	padding-bottom:80;
	text-align:justify;
	margin:0;
	width:75%
}

.project-container a {
	color:#fafafa;
}

.project-header {
	font-size: 4em !important;
	font-weight:100 !important;
	padding:50 !important;
	padding-bottom:0 !important;
	text-align: center !important;
}

/* ---- Portfolio ---- */

.portfolio-container {
	font-family: 'Roboto';
	display: block;
	position: relative;
	background-color: #00000000;
	z-index: 1;
	height:auto;
	background-image:url('images/carbonFiber.png');
}

.portfolio-header {
	font-size: 5em;
	font-weight:100;
	padding:50;
	padding-left:50;
	padding-bottom:0;
	margin:0;
}

ul {
	display: grid;
	grid-template-columns: auto auto;
	width:95%;
	padding:0px;
	margin:auto;
}

.responsive {
	margin: 6px 0;
	background-color:#000000a0;
	border-style:solid;
	border-radius:10px;
	margin:10;
	display:flex;
	float:left;
	position:relative;
}

.portfolio-item-container {
	display:flex;
	flex-direction:column;
}

.portfolio-item-header {
	display:flex;
}

.portfolio-item-header p {
	flex:1;
	font-size: 3em;
	font-weight:300;
	padding:20;
	margin:0;
}

.portfolio-item-header a {
	color:#212121;
	font-size:1.5em;
	width:min-content;
	height:min-content;
	padding:10;
	margin:auto;
	margin-right:10;
}

.portfolio-item-header a img {
	border-radius:2px;
}

.portfolio-item-header .outline {
	background-color:#fafafa;
	border-color:#fafafa;
	border-radius:10px;
	text-decoration:none;
}

.portfolio-item-content {
	 padding:20;
	 padding-top:0;
}

.portfolio-item-content p {
	 font-weight:100;
	 padding-bottom:20;
	 margin:0;
}

.portfolio-item-content .description {
	 font-size: 2em;
}

.portfolio-item-content .detail {
	 font-size: 1.25em;
}

@media only screen and (max-width: 900px) {
	ul {
        grid-template-columns: auto;
	}
}

.responsive-image {
        max-height: 49.99999%;
        margin: 6px 0;
}

@media only screen and (max-width: 700px) {
    .responsive-image {
        width: 95%;
    }
}


.tags {
	margin-top: auto;
	padding:20;
}

.tag {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  width: auto;
  background-color: #4CAF50;
  color:#212121;
  border-radius:5px;
  font-size: 1.2em;
}
.tag-status {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  width: auto;
  background-color: #FFC107;
  color:#212121;
  border-radius:5px;
  font-size: 1.2em;
}


/* ---- Additional Work ---- */

.additional-work {
	padding-bottom:100;
}
.additional-work p {
	font-size: 3em;
	font-weight:100;
	padding:50;
	padding-left:50;
	padding-bottom:0;
	margin:0;
}

.additional-work a {
	text-decoration:none;
	color:#212121;
	font-size:1.5em;
	width:min-content;
	height:min-content;
	padding:10;
	margin:auto;
	margin-right:10;
}

.additional-work a img {
	width:5em;
	height:auto;
}

/* ---- reset ---- */

canvas {
	display: block;
	vertical-align: bottom;
}


/* ---- particles.js container ---- */

#particles-js {
	width: 100%;
	background-color: #000000;
	background-image: url("");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}


/* ---- stats.js ---- */

.count-particles {
	background: #000022;
	position: absolute;
	top: 48px;
	left: 0;
	width: 80px;
	color: #13E8E9;
	font-size: .8em;
	text-align: left;
	text-indent: 4px;
	line-height: 14px;
	padding-bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.js-count-particles {
	font-size: 1.1em;
}

#stats,
.count-particles {
	-webkit-user-select: none;
	margin-top: 5px;
	margin-left: 5px;
}

#stats {
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}

.count-particles {
	border-radius: 0 0 3px 3px;
}