140140 }
141141}
142142
143+ .Animation (@animation ) {
144+ -webkit-animation : @animation ;
145+ -moz-animation : @animation ;
146+ -ms-animation : @animation ;
147+ animation : @animation ;
148+ }
149+
143150/*
144151 Global Components
145152*/
153+ @-webkit-keyframes bounce {
154+ 0% , 2% , 5% , 8% , 100% { top : 0 ; }
155+ 4% { top : -12px ; }
156+ 6% { top : -6px ; }
157+ }
158+
159+ .bounce {
160+ position : relative ;
161+ .Animation (bounce 20s infinite 1s );
162+ }
163+
146164.brush .resize .limit {
147165 fill : @bright-blue ;
148166}
166184
167185html {
168186 height : 100% ;
187+ overflow : hidden ;
169188}
170189
171190body {
172191 background-color : @dark-grey ;
173192 background-image : url(' /images/background-noise.png' ) ;
174193 height : 100% ;
194+ overflow : hidden ;
175195}
176196
177197/* Space out content a bit */
@@ -807,64 +827,34 @@ footer {
807827 background : url(' /images/burner.jpg' ) ;
808828 background-size : cover ;
809829 background-position : 50% 50% ;
810- text-align : center ;
811830 height : 100% ;
812831 overflow : hidden ;
813832 margin-bottom : -64px ;
833+ text-align : center ;
814834
815835 .forkme {
816- float : right ;
817- display :block ;
818- }
819-
820- .header-text {
821- color : white ;
822- text-align : center ;
823836 position : absolute ;
824- top : 50% ;
825- left : 0 ;
826837 right : 0 ;
827- margin-top : -25px ;
828-
829- p {
830- font-family : @font-proxima-nova ;
831- text-shadow : 0px 2px 4px rgba (0 , 0 , 0 , 0.6 );
832- font-weight : 600 ;
838+ z-index : 100 ;
839+ }
833840
834- & .tagline {
835- font-size : 42px ;
836- line-height : 37px ;
837- padding-bottom : 0 ;
838- }
839- }
841+ .initializing {
842+ width : 100% ;
843+ position : absolute ;
844+ top : 50% ;
845+ margin-top : -345px ;
840846 }
841847
842- a .watch-video :link ,
843- a .watch-video :visited ,
844- a .watch-video :active {
845- margin : 0 auto ;
848+ .header-text {
849+ color : white ;
846850 text-align : center ;
847- border : solid 4 px #fff ;
848- background : #fff ;
849- color : #2c3136 ;
850- display : inline-block ;
851+ margin-top : 50 px ;
852+ margin-bottom : 50 px ;
853+ font-size : 42 px ;
854+ line-height : 37 px ;
851855 font-family : @font-proxima-nova ;
852- font-size : 14 px ;
856+ text-shadow : 0 px 2 px 4 px rgba ( 0 , 0 , 0 , 0.6 ) ;
853857 font-weight : 600 ;
854- margin-bottom : 85px ;
855- margin-top : 70px ;
856- text-decoration : none !important ;
857-
858- span {
859- display : block ;
860- padding : 10px 0 4px 0 ;
861- }
862- }
863-
864- a .watch-video :hover {
865- background-color : #e6e6e6 ;
866- border : solid 4px #e6e6e6 ;
867- text-shadow : 0 1px 0 #fff ;
868858 }
869859}
870860
@@ -912,6 +902,21 @@ footer {
912902 position : relative ;
913903 }
914904
905+ i .fa-angle-double-down {
906+ font-size : 44px ;
907+ margin : 0 40px ;
908+ vertical-align : top ;
909+ }
910+
911+ .movealong {
912+ font-size : 35px ;
913+ line-height : 44px ;
914+ }
915+
916+ a {
917+ text-decoration : none ;
918+ }
919+
915920 .logo {
916921 position : absolute ;
917922 left : 0 ;
@@ -1118,13 +1123,13 @@ footer {
11181123 }
11191124}
11201125
1121- h2 .loading {
1126+ .loading {
11221127 font-size : 30px ;
11231128 font-weight : 600 ;
11241129 margin : 0 ;
11251130 text-align : center ;
1126- line-height : 42px ;
11271131 color : @bright-blue ;
1132+ line-height : 42px ;
11281133
11291134 text-shadow : 0 0 20px rgba (200 , 200 , 200 , .5 );
11301135 -webkit-animation : opacity- pulsate 2s linear ;
@@ -1144,11 +1149,6 @@ h2.loading {
11441149 100% {opacity : 0.5 ;}
11451150}
11461151
1147- h2 .initiate {
1148- margin-left : 150px ;
1149- white-space : nowrap ;
1150- }
1151-
11521152.special {
11531153 .head , .drag-handle {
11541154 background-color : #5a83a0 ;
0 commit comments