:root {
	/*##006655*/
	--text-color: #e4e4e4;
	--black-white-bg: #1B1E23;
	--black-white-hr: 255, 255, 255;
	--radius-color: #009dff;
	--fav-color: #1ca284;
}

body {
	margin: 0;
	padding: 0;
	position: relative;
	overflow-x: hidden;
	background-color: var(--black-white-bg);
	font-family: sans-serif;
	font-size: 17px;
	line-height: 1.5;
	color: var(--text-color);
}

a {
	color: var(--radius-color);
	font-weight: bold;
}

#particles-js canvas {
	display: block;
	/* vertical-align: bottom; */
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	-webkit-transition: opacity 0.8s ease, -webkit-transform 1.4s ease;
	transition: opacity 0.8s ease, transform 1.4s ease;
}

/* #particles-js {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -10;
	top: 0;
	left: 0;
} */

#particles-js {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
}

/* Layout */
.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 1000px) {
	.container {
		width: 1370px;
	}
}

/* HEADLINE */
#icon {
	border-radius: 50%;
	vertical-align: top;
	width: 25px;
	height: inherit;

	margin: 5px auto;
}


#animate {
	border-radius: 50%;
	vertical-align: middle;
	width: 37px;
	height: inherit;

	/* margin: 5px auto; */
	animation-name: stretch;
	animation-duration: 2s;
	animation-timing-function: ease-out;
	animation-delay: 0;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-fill-mode: none;
	animation-play-state: running;
}

@keyframes stretch {
	0% {
		transform: scale(.5);
	}

	100% {
		transform: scale(1.25);
	}
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

/* Font Awesome */

.fas {
	color: var(--radius-color);
}

.fa-at {
	color: white;
}

.subheader {
	text-align: center;
}

/* Props */
#dhead {
	margin-top: 25px;
}

#ppic {
	text-align: center;
}

#ppic img {
	width: 275px;
	height: 275px;
	border-radius: 50%;
	border-style: solid;
	border-color: var(--fav-color);
}

#cpic img {
	width: 125px;
	height: 125px;
	margin: 5px;
	border-radius: 50%;
	border-style: solid;
	border-color: var(--radius-color);
}

#desc {
	padding-top: 25px;
	text-align: center;
}

h1 {
	font-size: 50px;
	font-weight: normal;
	font-family: "Playfair Display", cursive;
	padding: 0;
	margin: 0;
}

h2 {
	font-weight: normal;
	font-style: italic;
	font-family: "Dancing Script", cursive;
	font-size: 30px;
	padding: 5px;
	margin: 5px 0 10px 0;
}

h3 {
	font-weight: normal;
	font-family: serif;
	color: var(--text-color);
	margin: 10px 25px 10px 25px;
}

#headline {
	font-family: "Open Sans", cursive;
}

hr {
	height: 5px;
	background-image: -webkit-linear-gradient(left,
			rgba(0, 0, 0, 0),
			rgba(var(--black-white-hr), 0.75),
			rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,
			rgba(0, 0, 0, 0),
			rgba(0, 0, 0, 0.75),
			rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left,
			rgba(0, 0, 0, 0),
			rgba(0, 0, 0, 0.75),
			rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left,
			rgba(0, 0, 0, 0),
			rgba(0, 0, 0, 0.75),
			rgba(0, 0, 0, 0));
	padding: 0;
	margin: 25px 0px 25px 0px;
	border: 0;
}

#github-chart {
	display: block;
	max-width: 100%;
	max-height: 100vh;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
}

/* Timeline */
.row {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
}

.entry {}

.ctitle {
	margin-bottom: 25px;
	margin-top: 10px;
}

.entry-dot {
	position: absolute;
	top: 0px;
	left: -8px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #cfcfcf;
	/*var(--black-white-bg) */
	border: 2px solid white;
	/*var(--text-color)*/
}

.timespan {
	grid-column: span 1;
	font-size: 18px;
	text-align: right;
	padding-right: 10px;
	color: #bbb;
}

.ico {
	grid-column: span 1;
	vertical-align: top;
	border-left: 2px solid #cfcfcf;
	position: relative;
}

.ico img {
	border-radius: 50%;
	border: 2px solid var(--radius-color);
	width: 100%;
	max-width: 75px;
	margin-left: 10px;
	/* object-fit: cover; */
}

.desc {
	grid-column: span 10;
	vertical-align: top;
	font-size: 18px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.gallary {
	width: auto;
	height: auto;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	text-align: center;
}

.images {
	border-width: 2px;
	border-radius: 10%;
	padding: 10px;
	margin: 5px;
	height: 300px;
	width: auto;
	text-align: center;
}
