/*
 * Alex Shkunov, 2017
 */
/* Common */
.navbar-custom {
	background: #353535;
}
.navbar-custom .navbar-nav li a:hover {
	color: #e1e1e1;
}
.navbar-custom .navbar-nav li.active a, .navbar-custom .navbar-nav li.active a:active, .navbar-custom .navbar-nav li.active a:focus, .navbar-custom .navbar-nav li.active a:hover {
	/*color: #9f73fb;*/
	color: #9090f5;
	background: transparent;
}
p {
	font-size: 18px;
}
span.info {
	color: gray;
}
.fa-4 {
	font-size: 6em;
}
/* Home */
header{
	/* start*/
	/*#8980fe;*/
	/*background: linear-gradient(to right, #6819e8 0%,#7437d0 35%,#615fde 68%,#6980f2 100%);*/
	/* darker */
	/*background: linear-gradient(to right, #5515bd 0%,#612eae 35%,#5250ba 70%,#596bc2 100%);*/
	/*background: linear-gradient(to right, #5f17d5 0%,#6932bd 35%,#5755cb 68%,#6277e0 100%);*/	
	/*Custom*/
	/*background: linear-gradient(to right, #9425a7 0%,#681e95 35%,#5a2ca9 70%,#374ac8 100%);*/
	/*Material 2*/
	/*background: linear-gradient(to right, #311b92 0%, #6a1b9a 35%, #4527a0 70%, #303f9f 100%);*/
	/*Material*/
	background: linear-gradient(to right, #4a148c 0%, #4527a0 40%, #512da8 75%, #3949ab 100%);
}
#particles-js {
	position: absolute;
	width:100%;
	height:100%;
}
#profile_image {
    width:100%;
    max-width:240px;
}
hr.star-light {
	border-top : 0;
	height: 5px; 
	background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255) 42%, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0) 58%, rgb(255, 255, 255) 58%, rgb(255, 255, 255) 100%);
}
hr.star-light::after {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
	top: -.6em;
}

a.more-link {
	font-size: 16px;
	/* color: #9090f5; */
}
/* Portfolio */
hr.star-primary {
    border-color: #353535;
}
hr.star-primary::after {
    background-color: #fff;
    color: #353535;
}
#portfolio .portfolio-item .portfolio-link .caption {
    /*background: rgba(24,188,156,.9); #Green */
	background: rgba(71, 32, 152, 0.9);
}
/* Count & About */
#stats {
	background-color: rgb(44, 62, 80);
	color: white;
}
/* Contact me */
/* Footer */
