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.

59 lines
1.3 KiB

6 years ago
  1. .o_imgArgos{
  2. max-width: 50%;
  3. }
  4. .o_img100{
  5. width: 100%;
  6. }
  7. .o_hr{
  8. border: 1px solid;
  9. border-color: rgba(255, 255, 255, 0.3);;
  10. margin: 40px 0;
  11. }
  12. .text-primary{
  13. color: #9575CD;
  14. }
  15. @font-face {
  16. font-family: 'Thinking_of_Betty';
  17. src: url('../fonts/Thinking_of_Betty.ttf');
  18. }
  19. .o_headerBg{
  20. background: url(../img/headerBg.png) no-repeat center center scroll;
  21. background-repeat: no-repeat;
  22. background-attachment: fixed;
  23. background-position: center center;
  24. -webkit-background-size: cover;
  25. -moz-background-size: cover;
  26. background-size: cover;
  27. -o-background-size: cover;
  28. }
  29. .o_headerBg h1{
  30. font-family: 'Thinking_of_Betty';
  31. font-size: 50px;
  32. font-weight: 500;
  33. }
  34. .o_downloadBg{
  35. background: url(../img/headerBg.png) no-repeat center center scroll;
  36. background-repeat: no-repeat;
  37. background-attachment: fixed;
  38. background-position: center center;
  39. -webkit-background-size: cover;
  40. -moz-background-size: cover;
  41. background-size: cover;
  42. -o-background-size: cover;
  43. }
  44. .o_conceptBg{
  45. background: url(../img/featuresBg.jpg) no-repeat center center scroll;
  46. background-repeat: no-repeat;
  47. background-attachment: fixed;
  48. background-position: center center;
  49. -webkit-background-size: cover;
  50. -moz-background-size: cover;
  51. background-size: cover;
  52. -o-background-size: cover;
  53. }