body {
    font-family: 'Roboto', sans-serif;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    height: 100%;

}

html, body {
    height: 100%;
}
.navbar, .hero, footer {
    background-color: #1a2a3a;
    color: white;
}

footer {
    background-color: #1a2a3a !important;
}
.hero {
    padding: 100px 0;
}

.feature-section {
    padding: 80px 0;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
}

#footer-placeholder {
    margin-top: auto;
}



.bg-dark {
  background-color: #1a2a3a !important;
}

