/* Add custom CSS styles below */ 
body {
  background-color: #f6f6f6 !important;
}

@media (min-width: 768px) {
    .s-block {
        margin-top: 2rem;
    }
}

:nth-child(1 of section.s-block.s-block--fixed-banner) {
  padding-top: 0;
  margin-top: 0;
}

:nth-child(1 of section.s-block.s-block--fixed-banner) .container {
  max-width: 100%;
  padding: 0;
}

section.s-block.s-block--features.angel-features  h4 {
  color: #fff;
}

.s-block__title {
    justify-self: center;
}

.s-button-primary {
  background: linear-gradient(90deg, #00043E 0%, #000BA4 100%);
}

.store-footer .footer-container .footer-list a, .dark .footer-profile blockquote, .dark .footer-profile p, .dark .da-tm, .store-footer h3, .dark .footer-bottom .copyrights p {
  color: #fff !important;
}