/*!
  * Item: Kitzu
  * Description: Personal Portfolio Template
  * Author/Developer: Exill
  * Author/Developer URL: https://themeforest.net/user/exill
  * Version: v1.0.2
  * License: Themeforest Standard Licenses: https://themeforest.net/licenses
  */

/*----------- ADD YOUR CUSTOM CSS STYLES BELOW -----------*/

.resume-item:hover {
	-webkit-transition: all .5s ease-in-out;  
	-webkit-transform: translateX(-21px);
}

.img-fluid {
	border-radius: 20px;
}

.more-button {
	width: 40px;
    height: 40px;
	border-radius: 20px;
	background-color: white;
	font-weight: bold;
}

#portfolio .play-wrapper {
	width: 40px;
    height: 40px;
	border-radius: 20px;
	background-color: white;
	font-weight: bold;
}

.more-button:hover {
	-webkit-transition: all .5s ease-in-out;  
	transform: scale(1.05);
}

#about .button-scheme:hover {
	-webkit-transition: all .5s ease-in-out; 
	transform: scale(1.05);
}

#about .about-text-button {
	color: white;
}

/*#about .img-thumbnail:hover{
	-webkit-transition: all .5s ease-in-out; 
	box-shadow: -3px 3px 6px 3px #009E66;

}*/

.service-icon:hover {
	-webkit-transition: all .5s ease-in-out; 
	transform: scale(1.05);
}

#about .quote {
	font-size: 14px;
}