cannabinieri website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
921 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. @font-face {
  2. font-family: 'Lato', sans-serif;
  3. src: url('fonts/Lato-Thin.ttf') format('truetype');
  4. font-style: normal;
  5. font-weight: 100;
  6. }
  7. footer .footer_container {
  8. display: flex;
  9. flex-direction: column;
  10. justify-content: center;
  11. align-items: center;
  12. background-color: #000;
  13. font-family: 'Lato', sans-serif;
  14. padding: 1rem 0;
  15. }
  16. .footer_container .column {
  17. font-family: 'Lato', sans-serif;
  18. letter-spacing: .15rem;
  19. }
  20. .footer_container h6 {
  21. font-weight: 400;
  22. font-size: .95rem;
  23. letter-spacing: .075em;
  24. padding: 2vh 0;
  25. text-transform: uppercase;
  26. color:#fff;
  27. }
  28. .footer_container h6 a {
  29. cursor: pointer;
  30. text-decoration: none;
  31. color: #fff;
  32. transition: .6s ease;
  33. }
  34. .footer_container p {
  35. color: #fff;
  36. font-size: .85rem;
  37. letter-spacing: .075em;
  38. }
  39. .footer_container h6:active {
  40. opacity: 50%;
  41. }