/*
Theme Name: JenkD Computers
Theme URI: https://sun.jenkd.com
Author: JenkD Northumberland
Description: Remote Desktop Support and IT Services Theme
Version: 1.0
*/

body{
font-family: Arial, Helvetica, sans-serif;
margin:0;
background:#f4f6f9;
color:#333;
}

header{
background:#0f172a;
color:white;
padding:20px;
display:flex;
justify-content:space-between;
align-items:center;
}

.logo{
font-size:28px;
font-weight:bold;
}

.logo span{
color:#3aa3ff;
}

nav a{
color:white;
margin-left:20px;
text-decoration:none;
font-weight:bold;
}

.hero{
background:linear-gradient(135deg,#0f172a,#1e3a8a);
color:white;
padding:100px 20px;
text-align:center;
}

.hero h1{
font-size:48px;
margin-bottom:20px;
}

.button{
background:#3aa3ff;
padding:15px 30px;
border-radius:5px;
color:white;
text-decoration:none;
font-weight:bold;
margin:10px;
display:inline-block;
}

.services{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:30px;
padding:60px;
}

.service{
background:white;
padding:30px;
border-radius:8px;
box-shadow:0 4px 14px rgba(0,0,0,.08);
}

.cta{
background:#3aa3ff;
color:white;
text-align:center;
padding:40px;
font-size:24px;
}

footer{
background:#0f172a;
color:white;
text-align:center;
padding:40px;
margin-top:40px;
}