main.css 343 B

12345678910111213141516171819202122232425
  1. .hero {
  2. background-color: #455A64!important;
  3. }
  4. .hero .hero-body .container .title,
  5. .hero .hero-body .container .subtitle {
  6. color: white;
  7. }
  8. footer.footer {
  9. background-color: #ECEFF1;
  10. color: #37474F;
  11. }
  12. ul.contact-information {
  13. list-style: none;
  14. }
  15. ul.contact-information a {
  16. color: #37474F;
  17. }
  18. .svg-inline--fa {
  19. width: .875em;
  20. }