Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 KB | None | 0 0
  1. /* * { box-sizing: border-box; }*/
  2.  
  3. /*NAVIGATION*/
  4.  
  5. .navbar {position: fixed!important; z-index: 9999 !important;
  6. float:right;
  7. width:100%;
  8. }
  9.  
  10. .navbar-brand {
  11. padding: 7px 15px;
  12. }
  13.  
  14. .navbar-brand a:hover {
  15. color: palegreen;
  16. }
  17. .navbar-brand a {
  18. text-transform: uppercase;
  19. letter-spacing: 0.05em;
  20. position: fixed;
  21. /* margin-top: 11px;*/
  22. transition: color 600ms;
  23. -webkit-transition: color 600ms;
  24. }
  25. .navbar-brand img {
  26. width: 36px;
  27. height: 35px;
  28. }
  29.  
  30. .navbar-nav li a {
  31. list-style: none;
  32. }
  33. .navbar-nav li a:hover {
  34. color: palegreen !important;
  35. }
  36.  
  37. .navbar-nav li a {
  38. font-family: Open Sans "Light",Arial,"Helvetica Neue",Helvetica,sans-serif;
  39. font-size: 1.25em;
  40. color: deeppink !important;
  41. text-transform: uppercase;
  42. letter-spacing: 0.05em;
  43. text-decoration: none;
  44. transition: color 600ms;
  45. -webkit-transition: color 600ms;
  46. }
  47.  
  48.  
  49. /*HOME PAGE*/
  50. body {
  51. overflow-x: hidden;
  52. }
  53.  
  54. .carousel{
  55. padding-top:50px;
  56. }
  57.  
  58. .carousel-caption {
  59. color: deeppink;
  60. text-align: left;
  61. font-family: Open Sans "Light",Arial,"Helvetica Neue",Helvetica,sans-serif;
  62. }
  63.  
  64. .title-index, h1 {
  65.  
  66. font-size: 1.6em;
  67. font-family: Open Sans "Light",Arial,"Helvetica Neue",Helvetica,sans-serif;
  68. text-align:left;
  69. text-transform: uppercase;
  70.  
  71. }
  72. .subtitle-index, h2{
  73. font-size: 1.2em;
  74. text-align:left;
  75. font-family: Open Sans "Light",Arial,"Helvetica Neue",Helvetica,sans-serif;
  76.  
  77. }
  78. .title2-index, h3 {
  79. font-size: 1.3em;
  80. text-align:left;
  81. font-family: Open Sans "Light",Arial,"Helvetica Neue",Helvetica,sans-serif;
  82. text-transform: uppercase;
  83.  
  84. }
  85. .subtitle2-index, h4{
  86. font-size: 1.2em;
  87. text-align:left;
  88. font-family: Open Sans "Light",Arial,"Helvetica Neue",Helvetica,sans-serif;
  89.  
  90. }
  91. .title3-index, h3 {
  92. font-size: 1.3em;
  93. text-align:left;
  94. font-family: Open Sans "Light",Arial,"Helvetica Neue",Helvetica,sans-serif;
  95. text-transform: uppercase;
  96.  
  97. }
  98. .subtitle3-index, h4{
  99. font-size: 1.2em;
  100. text-align:left;
  101. font-family: Open Sans "Light",Arial,"Helvetica Neue",Helvetica,sans-serif;
  102.  
  103. }
  104.  
  105. .grid-row-index1 {
  106. margin-top:20px;
  107. margin-bottom:20px;
  108. width:100%;
  109. }
  110.  
  111. .row{
  112. margin-bottom:20px;
  113. }
  114.  
  115. /*ABOUT*/
  116.  
  117. #about {
  118. margin-left:275px;
  119. margin-right:20px
  120. }
  121.  
  122. .title2-about, h3 {
  123. text-align:left;
  124. }
  125. .title2-about, p{
  126. text-transform: lowercase;
  127. text-align:left;
  128. }
  129. .img-responsive {
  130. display: block;
  131. max-width: 100%;
  132. height: auto;
  133. }
  134.  
  135. /*CONTACT*/
  136.  
  137. .grid-row-contact{
  138. padding-top:150px;
  139. margin-left: 30%;
  140. display: inline-block;
  141. width:100%;
  142. }
  143. .grid-row-contact-img1{
  144. text-align: center;
  145. width:55%;
  146. padding-right: 10px;
  147. margin-left: 10px;
  148. }
  149.  
  150. .grid-row-contact-img2{
  151. text-align: center;
  152. width:55%;
  153. padding-right: 10px;
  154. margin-left: 10px;
  155. }
  156. .grid-row-contact-img3{
  157. text-align: center;
  158. width:55%;
  159. padding-right: 10px;
  160. margin-left: 10px;
  161. }
  162. .grid-row-contact{
  163. text-align: left;
  164. font-size: 1.5em;
  165. font-family: Open Sans "Light",Arial,"Helvetica Neue",Helvetica,sans-serif;
  166.  
  167. }
  168. .img-responsive {
  169. display: block;
  170. max-width: 100%;
  171. height: auto;
  172. }
  173.  
  174. #contact{
  175. background-image: url("../img/family.jpg");
  176. /*Add a background image*/
  177. background-attachment: fixed;
  178. /*Give the background a fixed position does it not scroll when you scroll*/
  179. background-size: cover;
  180. /*Have the background cover the entire div section*/
  181. color: white;
  182. /*Change the color of the text on top so it is readable, and adjust the padding as needed.*/
  183. padding:100px;
  184. padding-top: 50px;
  185. height: 500px;
  186. }
  187.  
  188. /**** WORK ****/
  189.  
  190. .grid-row-work{
  191. margin-top:20px;
  192. margin-bottom:20px;
  193. width:100%;
  194. }
  195.  
  196. /**** FAQ PAGE ****/
  197.  
  198. .panel-group, #accordion{
  199. padding-left:7%;
  200. padding-right:7%;
  201. padding-top: 20px;
  202. }
  203. .panel-title {
  204. font-family: Open Sans "Light",Arial,"Helvetica Neue",Helvetica,sans-serif;
  205. font-size: 1em;
  206. font-weight: 100;
  207. text-align: left;
  208. }
  209. .panel-body {
  210. font-family: Open Sans "Light",Arial,"Helvetica Neue",Helvetica,sans-serif;
  211. font-size: 1em;
  212. font-weight: 100;
  213. text-align: left;
  214. color: #333;
  215. background-color: springgreen;
  216. }
  217.  
  218. /*** Custom Button ***/
  219.  
  220. .btn-custom {
  221. color: #fff;
  222. background-color: rgba(255, 255, 255, 0);
  223. border-color: #ff1493;
  224. border-radius: 0;
  225. }
  226.  
  227. .btn-custom:hover {
  228. color: palegreen;
  229. }
  230.  
  231. .search-input {
  232. color: #fff;
  233. background-color: rgba(255, 255, 255, 0);
  234. border-color: #7d7d7d;
  235. border-radius: 0;
  236. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement