/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.bxs {
	box-shadow: 0px 12px 8px 0 rgba(0, 0, 0, 0.2)
}

.c_yellow {
  	color: #C9A227 !important;
}

.c_purple {
 	color: #3D0070 !important;
}

.footer-logo {
	max-width:120px !important;
	margin-left: 40px;
	border: 1px solid #666;
	border-radius: 90px;
}

.header-logo {
	border-radius: 90px;
	margin-top: 8px;
	/*	background-color: #000000;*/
}

#section-works {
	background: url('../images/27.webp') no-repeat center right; background-size: cover; padding: 100px 0
}

@media screen and (max-width: 798px) {
	#section-skills .feature-box {
		flex-direction: column;
	}

	#section-skills .feature-box .fbox-icon {
		margin-bottom: 15px;
	}

	#section-works {
		background-position: top;
		background-size: initial;
		padding: 50px 0;
	}
}