Advertisement
RyanJEarnshaw

Untitled

Sep 30th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.95 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400');
  2. @import url('http://fonts.googleapis.com/css?family=Roboto');
  3. @import url('https://fonts.googleapis.com/css?family=Lobster+Two');
  4. @import url('http://weloveiconfonts.com/api/?family=entypo');
  5. @import url('https://fonts.googleapis.com/css?family=Amatic+SC:400,700');
  6. @import url('https://fonts.googleapis.com/css?family=Gloria+Hallelujah');
  7. @import url('https://fonts.googleapis.com/css?family=Satisfy');
  8. @import url('https://fonts.googleapis.com/css?family=Tillana');
  9. @import url('https://fonts.googleapis.com/css?family=Handlee');
  10.  
  11. /* entypo */
  12. [class*="entypo-"]:before {
  13. font-family: 'entypo', sans-serif;
  14. }
  15.  
  16. * {
  17. margin:0;
  18. padding:0;
  19. }
  20.  
  21. html, body {
  22. font-family: 'Raleway', sans-serif;
  23. margin:0;
  24. padding:0;
  25. background-color: rgba(43,52,92,1);
  26. }
  27.  
  28. #container {
  29. min-height:100%;
  30. position:relative;
  31. background-color: rgba(43,52,92,1);;
  32. padding-bottom: 20%;
  33. }
  34.  
  35. #header {
  36. background-color: rgba(0, 0, 0, 0.4);
  37. position: relative;
  38. top: 0;
  39. left: 0;
  40. width: 100%;
  41. height: auto;
  42. padding: 0.8% 0px;
  43. margin: 0;
  44. -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2); /* x, y, blur, spread, colour*/
  45. -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2); /* x, y, blur, spread, colour*/
  46. box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2); /* x, y, blur, spread, colour*/
  47. z-index: 1;
  48. }
  49. #header-content #buttons a{
  50. text-align: center;
  51. width: 100px;
  52. }
  53.  
  54.  
  55. #imagecontainer {
  56. text-align: center;
  57. position: relative;
  58. overflow: hidden;
  59. display: table;
  60. margin: 0 auto;
  61. width: 100%;
  62. }
  63. #content{
  64. border-radius: 10px;
  65. position: relative;
  66. overflow: hidden;
  67. font-family: 'Lobster Two', sans-serif;
  68. font-weight: 400;
  69. font-size: 26px;
  70. font-style: normal;
  71. display: table;
  72. margin: 0 auto;
  73. background-color: white;
  74. width: 80%;
  75. text-align: center;
  76. padding-bottom: 30px;
  77. margin-top: 30px;
  78. padding-top: 10px;
  79.  
  80. -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4); /* x, y, blur, spread, colour*/
  81. -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4); /* x, y, blur, spread, colour*/
  82. box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4); /* x, y, blur, spread, colour*/
  83. }
  84.  
  85. #content #title {
  86. color: #000;
  87. }
  88. #description {
  89. font-size: 17px;
  90. font-family: 'Handlee', sans-serif;
  91. color: #000;
  92. margin: auto;
  93. width: 80%;
  94. }
  95. #headerimage img {
  96. width: 100%;
  97. display:block;
  98. }
  99.  
  100.  
  101. /* Basic Round Button Layout */
  102. #buttons {
  103. font-family: 'Satisfy';
  104. font-size: 14px;
  105. display: table;
  106. margin: 0 auto;
  107. }
  108. #button-underline {
  109. margin: .4em;
  110. padding: 1em;
  111. cursor: pointer;
  112. background: none;
  113. text-decoration: none;
  114. color: #e1e1e1;
  115. -webkit-tap-highlight-color: rgba(0,0,0,0);
  116. display: inline-block;
  117. vertical-align: middle;
  118. -webkit-transform: translateZ(0);
  119. transform: translateZ(0);
  120. box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  121. -webkit-backface-visibility: hidden;
  122. backface-visibility: hidden;
  123. -moz-osx-font-smoothing: grayscale;
  124. position: relative;
  125. overflow: hidden;
  126. }
  127. #button-underline:after {
  128. content: "";
  129. position: absolute;
  130. z-index: -1;
  131. left: 0;
  132. right: 0;
  133. bottom: 0;
  134. background: rgba(142,189,65,1);
  135. height: 4px;
  136. -webkit-transform: translateY(4px);
  137. transform: translateY(4px);
  138. -webkit-transition-property: transform;
  139. transition-property: transform;
  140. -webkit-transition-duration: 0.3s;
  141. transition-duration: 0.3s;
  142. -webkit-transition-timing-function: ease-out;
  143. transition-timing-function: ease-out;
  144. }
  145. #button-underline:hover:after, #button-underline:focus:after, #button-underline:active:after {
  146. -webkit-transform: translateY(0);
  147. transform: translateY(0);
  148. }
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156. #footer {
  157. position:absolute;
  158. width:100%;
  159. background-color: rgba(0, 0, 0, 0.4);
  160. color: white;
  161. margin-bottom: 20px;
  162. left: 0;
  163. width: 100%;
  164. height: 100px;
  165. bottom:0;
  166. }
  167. #footer2{
  168. position:absolute;
  169. width:100%;
  170. background-color: white;
  171. color: white;
  172. margin-bottom: 120px;
  173. left: 0;
  174. width: 100%;
  175. height: 50px;
  176. bottom:0;
  177. }
  178. #footer-content{
  179. float: left;
  180. width: 100%;
  181. height: 100%;
  182. display: inline-block;
  183. }
  184. #footer-content #footer-part2 a{
  185. text-decoration: none;
  186. color: white;
  187. }
  188. #footer-content #footer-part2 a:hover{
  189. text-decoration: underline;
  190. color: white;
  191. }
  192. #footer-content #footer-part3 a{
  193. text-decoration: none;
  194. color: none;
  195. }
  196. #footer-part1 {
  197. padding-left: 2%;
  198. float: left;
  199. height: 100%;
  200. display: flex;
  201. align-items: center;
  202. }
  203. #footer-part1 #footerimage {
  204. height: 86%;
  205. }
  206. #footer-part1 img {
  207. height: 100%;
  208. }
  209.  
  210. #footer-part2 {
  211. float: left;
  212. width: 25%;
  213. padding-left: 25%;
  214. }
  215. #footer-part2 h2{
  216. font-family: 'Raleway', sans-serif;
  217. font-weight: 100;
  218. font-size: 15px;
  219. margin-top: 20px;
  220. text-align: center;
  221. }
  222. #footer-part3 {
  223. display: flex;
  224. align-items: center;
  225. width: auto;
  226. height: 100px;
  227. float: right;
  228. padding-right: 2%;
  229. }
  230. section #services {
  231. text-align: center;
  232. transform: translatez(0);
  233. }
  234. section #services li {
  235. width: 40px;
  236. height: 50px;
  237. display: inline-block;
  238. margin: 10px;
  239. list-style: none;
  240. }
  241. section #services li div {
  242. border-radius: 10px;
  243. width: 50px;
  244. height: 50px;
  245. color: #fff;
  246. font-size: 2.2em;
  247. text-align: center;
  248. line-height: 50px;
  249. background-color: #74d4b3;
  250. transition: all 0.5s ease;
  251. }
  252. section #services li div:hover {
  253. transform: rotate(360deg);
  254. border-radius: 100px;
  255. }
  256. section a {
  257. background-color: black;
  258. color: black;
  259. }
  260. #footerbrandimage {
  261. display: inline-block;
  262. height: 100%;
  263. /*background-color: #74d4b3;*/
  264. margin: 0 10px;
  265. width: 8%;
  266. }
  267. #footerbrandimage img {
  268. display:block;
  269. margin:auto;
  270. height: 100%;
  271. }
  272. #footer2 #footer-content{
  273. display: flex;
  274. justify-content: center;
  275. float: middle;
  276. width: 100%;
  277. height: 100%;
  278. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement