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.

127 lines
1.9 KiB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
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. padding: 2rem 0rem;
  43. }
  44. #home .feature.segment p {
  45. min-height: 50px;
  46. }
  47. #home .selection.list {
  48. margin: 0em -0.5em;
  49. }
  50. #home .logo.row {
  51. height: 10rem;
  52. }
  53. /*--------------
  54. Footer
  55. ---------------*/
  56. #home .footer {
  57. background-color: #000000;
  58. }
  59. /*******************************
  60. Responsive
  61. *******************************/
  62. /* Mobile Only */
  63. @media only screen and (max-width : 768px) {
  64. #home .menu .right.menu > .item {
  65. display: none;
  66. }
  67. #home .menu .right.menu > .mobile.item {
  68. display: block;
  69. }
  70. #home h1 {
  71. font-size: 1.5em;
  72. }
  73. #home .masthead.segment .information {
  74. margin-left: 170px;
  75. }
  76. #home .masthead.segment .image {
  77. width: 170px;
  78. }
  79. #home .masthead.segment .button {
  80. font-size: 1rem;
  81. }
  82. #home .overview .divided.grid .header .icon {
  83. font-size: 1.5em;
  84. }
  85. #home .overview .divided.grid .header + p {
  86. min-height: 0px;
  87. }
  88. #home .masthead.segment .column {
  89. font-size: 0.7rem;
  90. }
  91. #home .masthead.segment .column p {
  92. display: none;
  93. }
  94. #home .selection.list .right.floated {
  95. display: none;
  96. }
  97. }
  98. @media only screen and (max-width : 1000px) {
  99. }