/* Add here all your CSS customizations */
#services, #address, #btnSend, #btnNavbar {
    background-color: #1D3557 !important;
}
#about {
    background-color: #2A9D8F !important;
}
.logo {
    max-width: 100%;
    object-fit: contain !important;
}

@media (max-width: 600px) {
  .logo {
        width: 110px;
    }
}

.header {
    height: 100px !important;
}