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.

128 lines
1.9 KiB

10 years ago
  1. /*******************************
  2. Global
  3. *******************************/
  4. html {
  5. font-size: 14px;
  6. }
  7. /*******************************
  8. Global
  9. *******************************/
  10. #home .menu .right.menu > .mobile.item {
  11. display: none;
  12. }
  13. /*--------------
  14. Masthead
  15. ---------------*/
  16. #home .masthead {
  17. background-image: url(images/bg.jpg);
  18. margin: 0em;
  19. padding: 5rem 0rem;
  20. }
  21. #home .masthead .column {
  22. position: relative;
  23. }
  24. #home .masthead .information {
  25. margin: 10em 1em 1em 350px;
  26. }
  27. #home .masthead .information p {
  28. max-width: 600px;
  29. }
  30. #home .masthead .image {
  31. position: absolute;
  32. left: 0%;
  33. bottom: -110px;
  34. }
  35. /*--------------
  36. Ribbons
  37. ---------------*/
  38. #home .vertical.segment {
  39. padding: 6rem 0rem;
  40. }
  41. #home .feature.segment {
  42. margin: 0em;
  43. padding: 2rem 0rem;
  44. }
  45. #home .feature.segment p {
  46. min-height: 50px;
  47. }
  48. #home .selection.list {
  49. margin: 0em -0.5em;
  50. }
  51. #home .logo.row {
  52. height: 10rem;
  53. }
  54. /*--------------
  55. Footer
  56. ---------------*/
  57. #home .footer {
  58. background-color: #000000;
  59. }
  60. /*******************************
  61. Responsive
  62. *******************************/
  63. /* Mobile Only */
  64. @media only screen and (max-width : 768px) {
  65. #home .menu .right.menu > .item {
  66. display: none;
  67. }
  68. #home .menu .right.menu > .mobile.item {
  69. display: block;
  70. }
  71. #home h1 {
  72. font-size: 1.5em;
  73. }
  74. #home .masthead.segment .information {
  75. margin-left: 170px;
  76. }
  77. #home .masthead.segment .image {
  78. width: 170px;
  79. }
  80. #home .masthead.segment .button {
  81. font-size: 1rem;
  82. }
  83. #home .overview .divided.grid .header .icon {
  84. font-size: 1.5em;
  85. }
  86. #home .overview .divided.grid .header + p {
  87. min-height: 0px;
  88. }
  89. #home .masthead.segment .column {
  90. font-size: 0.7rem;
  91. }
  92. #home .masthead.segment .column p {
  93. display: none;
  94. }
  95. #home .selection.list .right.floated {
  96. display: none;
  97. }
  98. }
  99. @media only screen and (max-width : 1000px) {
  100. }