body {
    font-family: Arial, sans-serif;
}

/* NAVBAR */
.navbar {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

.navbar-logo {
    height: 1000px;
    width: auto;
}

.navbar-brand img {
    height: 52px;
    width: auto;
    object-fit: contain;
}

/* HERO */
.hero {
    height: 80vh;
    background: linear-gradient(rgba(0, 0, 50, 0.6), rgba(0, 0, 50, 0.6)),
        url('https://images.unsplash.com/photo-1474302770737-173ee21bab63?auto=format&fit=crop&w=1600&q=80');
    background-size: cover;
    background-position: center;
}

/* INNER PAGE HEADER (used on About, Services etc.) */
.page-header {
    background: linear-gradient(135deg, #0d3b66, #1d5fa7);
}

/* CTA */
.cta {
    background: linear-gradient(90deg, #0d3b66, #1d5fa7);
}

/* Buttons */
.btn-primary {
    background-color: #0d3b66;
    border: none;
}

.btn-primary:hover {
    background-color: #0b2f52;
}