/*
Theme Name: Porter Technology
Author: Matthew Walker
Version: 1.0.1
Description: Custom WordPress theme for a web development and hosting company.
*/

:root{
 --primary:#2563EB;
 --secondary:#0F172A;
 --accent:#3B82F6;
 --light:#F8FAFC;
 --text:#334155;
}
.current-menu-item a {
	border-bottom: solid 3px #0654ee;
}

body{font-family:Inter, Arial,sans-serif;margin:0;color:var(--text);}
.site-header{background:var(--secondary);padding:20px;}
.site-header a{color:#fff;text-decoration:none;}
.hero {
	background: linear-gradient(135deg,#0f172a 35%, #1e3a8a 100%);
	color: #fff;
	border-bottom-left-radius: 70% 20%;
	border-bottom-right-radius: 70% 20%;
}
.btn{background:var(--primary);color:#fff;padding:12px 24px;border-radius:8px;display:inline-block;}
