html {scroll-padding-top: 70px;}
body{font-family:'Segoe UI',sans-serif;}
.hero{background:#c92c35;color:#fff;padding:120px 0;}
.hero img{ opacity:0.9 }
.btn-yellow{background:#ffc107;font-weight:600;border:none;}
.section-title{font-weight:700;}
.skill-badge{background:#e6dada;color:#333;margin:5px;}
.service-card{border:none;transition:.3s;}
.service-card:hover{background:#c92c35;color:#fff;transform:translateY(-6px);}
.experience{background:#c92c35;color:#fff;padding:80px 0;}
.project-card a{text-decoration:none;}
footer{background:#111;color:#bbb;}
.social a{transition:.3s;}
.social a:hover{transform:translateY(-4px);color:#ffc107!important;}
#contact a{text-decoration: none;color: black;}
@media(max-width: 425px){
	.hero h1{
		text-align: center !important;
	}
	.hero img { margin-top: 35px;}
}