.dark-background { background-color: $footer-body-bg; overflow: hidden; } .bg-primary { background-color: $brand-primary; } .m-t-xxs { margin-top: $spacer-xxs; } .m-t-xs { margin-top: $spacer-xs; } .m-t-sm { margin-top: $spacer-sm; } .m-t-md { margin-top: $spacer-md; } .m-t-lg { margin-top: $spacer-lg; } .m-t-xl { margin-top: $spacer-xl; } .m-t-xxl { margin-top: $spacer-xxl; } .m-t-0 { margin-top: 0; } .m-b-xxs { margin-bottom: $spacer-xxs; } .m-b-xs { margin-bottom: $spacer-xs; } .m-b-sm { margin-bottom: $spacer-sm; } .m-b-md { margin-bottom: $spacer-md; } .m-b-lg { margin-bottom: $spacer-lg; } .m-b-xl { margin-bottom: $spacer-xl; } .m-b-xxl { margin-bottom: $spacer-xxl; } .m-b-0 { margin-bottom: 0; } // Flex utility classes .flex { display: flex; } .flex-direction-column { flex-direction: column; } .flex-align-center { align-items: center; }