body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
}

header {
    background-color: #002244;
    padding: 10px 0;
    color: white;
}

.container {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
}

header .logo img {
    height: 50px;
}

nav ul {
    list-style-type: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.banner {
    background: url('banner.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 100px 0;
}

.banner h1 {
    font-size: 3em;
}

.banner p {
    font-size: 1.2em;
}

.cta-button {
    background-color: #00aaff;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1em;
}

section {
    padding: 60px 0;
}

h2 {
    text-align: center;
    color: #002244;
}

.about, .services, .team, .testimonials, .blog, .contact {
    background-color: #f9f9f9;
}

.service-item, .team-member, .testimonial-item, .blog-post {
    margin: 20px 0;
}

.service-item h3, .team-member h3, .blog-post h3 {
    color: #004488;
}

footer {
    background-color: #002244;
    color: white;
    padding: 20px 0;
    text-align: center;
}

.footer-nav {
    list-style-type: none;
    padding: 0;
}

.footer-nav li {
    display: inline;
    margin-right: 20px;
}

.footer-nav li a {
    color: white;
    text-decoration: none;
}

.social-media a {
    margin: 0 10px;
}

.social-media img {
    width: 24px;
}
