/* Custom styles */
body {
    font-family: Arial, sans-serif;
    background-color: #121f3d;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

header {
    background-color: #0a1430;
    padding: 20px 0;
    color: #ffffff;
}

.logo img {
    width: 150px;
    height: auto;
    margin-left: 20px;
}

.navbar-brand img {
    max-height: 10em;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li a {
    text-decoration: none;
    color: #ffffff;
}

nav ul li a:hover {
    color: #fcd13e;
}

section {
    padding: 50px 20px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

#home {
    background-color: #0a1430;
    text-align: center;
}

#about {
    background-color: #0a1430;
}

#services {
    background-color: #0a1430;
}

#contact {
    background-color: #0a1430;
}

footer {
    background-color: #0a1430;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.image {
    display: block;
    margin: 0 auto;
    max-width: 15%;
    height: auto;
}

/* Bootstrap overrides */
.container {
    margin-top: 20px; /* Adjust the top margin for better spacing */
}
