
#hero .social-links {
  margin-top: 30px;
}

#hero .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #F62839;
  background:#fff;
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
  padding:8px;
  border-radius:50%;
  -webkit-box-shadow: 0px 0px 12px 8px rgba(212,212,212,1);
  -moz-box-shadow: 0px 0px 12px 8px rgba(212,212,212,1);
  box-shadow: 0px 0px 10px 2px #ededed;
}

#hero .social-links a:hover {
  background: #F62839;
  color:#fff;
	box-shadow:0px 0px 2px 0px #F62839;
}

#hero h2 span{
	font-weight:700;
	color:#F62839;
	text-shadow:5px 5px 10px #fff;
}

#hero p span{
	text-shadow:1px 1px #fff;
}

.bg-snow{
	background:#fafeff;
	}
.bg-crimson{
	background:#f5f5f5;
	color:#fff;
	height:50vh;
	background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
	background: #000428;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #004e92, #000428);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #004e92, #000428); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
clip-path: polygon(0 0, 100% 0, 100% 65%, 30% 100%, 0 65%);
clip-path: polygon(37% 12%, 100% 0, 100% 100%, 0 100%, 0 0);
clip-path: polygon(50.5% 30%, 100% 0, 100% 70%, 50.5% 100%, 0 70%, 0 0);
	 
}
.bg-crimson .section-title h2{
	color:#fff;
	margin-top:100px;
}

.skill-card{
	padding:30px 0;
}


.skill-card{
	 -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
.skill-card:hover{
	color:#fff;
	background: linear-gradient( 135deg, #FF6FD8 10%, #3813C2 100%);
  cursor: pointer;
}


#facts {
  width: 100%;
  height: 70vh;
  background: url("../img/fact.jpg") top right no-repeat;
  background-size: cover;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 65%, 30% 100%, 0 65%);
  color:#fff;
}

#resume {
  width: 100%;
  background: url("../img/di.jpg") top right no-repeat;
  background-size: cover;
  position: relative;
}

.blog-card__title span{
		background-image: linear-gradient( 135deg, #79F1A4 10%, #0E5CAD 100%);
		background-image: linear-gradient( 135deg, #52E5E7 10%, #130CB7 100%);
		padding:5px 10px;
		color:#fff;
		border-radius:20px;
	}
	
.blog-card__title ul {
		list-style:none;
		font-size:28px;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
.what-can h2{
	font-size:50px;
	padding-top:50px;
}