body {
    font-family: 'Segoe UI', sans-serif;
    background: #f4f6f8;
}

.navbar {
    background: #0A0F1A !important;
}

.btn-danger {
    background: #E02020;
    border: none;
}

.hero-section {
    background: linear-gradient(rgba(10,15,26,0.7), rgba(10,15,26,0.7)), url('https://specializedretailstorage.blob.core.windows.net/securitywebmedia/hero-security.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 140px 0;
}

.section {
    padding: 80px 0;
}

.section-light {
    background: white;
}

.section-grey {
    background: #f4f6f8;
}
