No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

57 líneas
838B

  1. /* Custom Stylesheet */
  2. /**
  3. * Use this file to override Materialize files so you can update
  4. * the core Materialize files in the future
  5. *
  6. * Made By MaterializeCSS.com
  7. */
  8. nav ul a,
  9. nav .brand-logo {
  10. color: #444;
  11. }
  12. p {
  13. line-height: 2rem;
  14. }
  15. .button-collapse {
  16. color: #26a69a;
  17. }
  18. .parallax-container {
  19. min-height: 380px;
  20. line-height: 0;
  21. height: auto;
  22. color: rgba(255,255,255,.9);
  23. }
  24. .parallax-container .section {
  25. width: 100%;
  26. }
  27. @media only screen and (max-width : 992px) {
  28. .parallax-container .section {
  29. position: absolute;
  30. top: 40%;
  31. }
  32. #index-banner .section {
  33. top: 10%;
  34. }
  35. }
  36. @media only screen and (max-width : 600px) {
  37. #index-banner .section {
  38. top: 0;
  39. }
  40. }
  41. .icon-block {
  42. padding: 0 15px;
  43. }
  44. .icon-block .material-icons {
  45. font-size: inherit;
  46. }
  47. footer.page-footer {
  48. margin: 0;
  49. }