Guest User

Untitled

a guest
Oct 18th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. @font-face {
  2. font-family: "NEOSANSARABIC";
  3. src: url('../fonts/NEOSANSARABIC.TTF');
  4. }
  5.  
  6. body, html {
  7. font-family: "NEOSANSARABIC";
  8. overflow-x: hidden;
  9. }
  10.  
  11. .header h1 {
  12. text-align: center;
  13. font-family: 'Tangerine', serif;
  14. font-size: 90px;
  15. font-weight: bold;
  16. color: #fc5971;
  17. }
  18.  
  19. .jumbotron {
  20. background-image: url("../img/landscape.jpg");
  21. background-size: cover;
  22. }
  23. .jumbotron p {
  24. color: #dff0d8;
  25. font-weight: 500;
  26. }
  27.  
  28. .jumbotron h1 {
  29. color: #a9427b;
  30. }
  31.  
  32.  
  33. h2 {
  34. color: #a9427b;
  35. }
  36.  
  37. p {
  38. font-weight: 500;
  39. line-height: 25px;
  40. font-size: 15px
  41. }
  42.  
  43. .contact h3 {
  44. color: #a9427b;
  45. }
  46.  
  47.  
  48. /*-----FAQ----*/
  49. .faq {
  50. background-image: url("../img/1.jpg");
  51. background-size: cover;
  52. }
  53.  
  54. .faq .panel-default>.panel-heading {
  55. background-color: rgb(242, 222, 222);
  56. border-color: #a94442;
  57. color: #20496d;
  58. }
  59.  
  60. .faq .panel-title {
  61. font-size: 20px;
  62. }
  63.  
  64. .faq .panel-body {
  65. background-color: rgb(238, 238, 238);
  66. }
  67.  
  68. .faq .panel-group {
  69. margin-top: 66px;
  70. }
  71.  
  72. /*page head*/
  73. .page-head {
  74. z-index: 1;
  75. background-color: rgba(255, 255, 255, 0.88);
  76. position: fixed;
  77. width: 100%;
  78. top: 0;
  79. }
  80.  
  81. .page-head .nav {
  82. float: right;
  83. }
  84.  
  85. .page-head .nav ul li {
  86. display: inline-block;
  87. padding: 20px 10px 20px;
  88. }
  89.  
  90. .page-head .logo {
  91. display: inline-block;
  92. }
  93.  
  94. .page-head .logo img {
  95. padding-left: 70px;
  96. position: relative;
  97. }
  98.  
  99. .page-head .logo a {
  100. position: absolute;
  101. top: 24px;
  102. left: 155px;
  103. }
  104.  
  105. .page-head a {
  106. font-family: 'Chewy', serif;
  107. color: #db2d7e ;
  108. border: 1px solid transparent;
  109. padding: 5px;
  110. text-decoration: none;
  111. font-size: 20px;
  112. text-transform: uppercase;
  113. letter-spacing: 0.03em;
  114. -webkit-transition: all 600ms;
  115. transition: all 600ms;
  116. }
  117.  
  118. .page-head a:hover{
  119. color: #8f4c9b;
  120. border: 1px solid #f1a932;
  121. padding: 5px;
  122. }
  123. /*carousal*/
  124. .carousel-caption {
  125. bottom: 42%;
  126. background-color: rgba(143, 76, 155, 0.32);
  127. width: 41%;
  128. margin: 0 auto;
  129. }
  130. .carousel {
  131. margin-left: -15px;
  132. margin-right: -15px;
  133. }
  134.  
  135. .carousel-caption h3 {
  136. font-family: 'Kaushan Script' , serif;
  137. font-size: 54px;
  138. color: #db2d7e;
  139. letter-spacing: 3px;
  140. font-weight: bold;
  141. }
Add Comment
Please, Sign In to add comment