11/* Getting the new tags to behave */
2- article , aside , audio , canvas , command , datalist , details , embed , figcaption , figure , footer , header , hgroup , keygen , meter , nav , output , progress , section , source , video { display : block; }
3- mark , rp , rt , ruby , summary , time { display : inline; }
2+ article , aside , audio , canvas , command , datalist , details , embed , figcaption , figure , footer , header , hgroup ,
3+ keygen , meter , nav , output , progress , section , source , video {
4+ display : block;
5+ }
6+ mark , rp , rt , ruby , summary , time {
7+ display : inline;
8+ }
49
510/* Global properties ======================================================== */
611body {
7- background : # F4F4F4 ;
8- font-family : 'Raleway' , sans-serif;
9- font-weight : 200 ;
10- font-size : 100% ;
11- line-height : 1.125em ;
12- color : # BABABA ; /* XX-WHITE #272727 | #7A7A7A */ ;
13- dis play: flex;
14- flex- direction: column;
12+ color : # BABABA ; /* XX-WHITE #272727 | #7A7A7A */ ;
13+ dis play: flex;
14+ flex- direction: column;
15+ font- family: sans- serif;
16+ font- weight: normal;
17+ font- size: 20px;
18+ line-height: 1.125em;
19+ }
20+ html {
21+ /* FIXME */
22+ min-width : 750px ;
23+ }
24+ html , body {
25+ height : 100% ;
26+ /*background-color: #1E1F1F;*/
27+ background-color : # F4F4F4 ;
28+ }
29+ hr {
30+ color : # 191A1A4D/* XX-WHITE #D6D6D64D */ ;
31+ background-color : transparent;
1532}
16- html { min-width : 750px ;}
17- html , body { height : 100% ;background-color : # 1E1F1F ; }
18- hr { color : # 191A1A4D/* XX-WHITE #D6D6D64D */ ; background-color : transparent; }
1933
34+ /*===== footer =====*/
35+ footer {
36+ color : # fff ;
37+ background-color : # 1E1F1F ;
38+ border-top : 5px solid # 1A1A1A /* XX-WHITE #D6D6D6 */ ;
39+ font-size : 0.9rem ;
40+ padding : 18px 0 18px 0 ;
41+ text-align : center;
42+ }
43+ footer a {
44+ color : # A3B6B6 ;
45+ }
46+ footer a : hover {
47+ color : # ffffff ;
48+ }
2049
2150/* Global Structure ============================================================= */
2251.container {
@@ -92,10 +121,6 @@ hr { color:#191A1A4D/* XX-WHITE #D6D6D64D */; background-color:transparent; }
92121 margin : 0px 52px 0 0 ;
93122 }
94123 /* Footer */
95- footer {
96- padding : 18px 0 18px 0 ;
97- border-top : 5px solid # 1A1A1A /* XX-WHITE #D6D6D6 */ ;
98- }
99124
100125
101126
@@ -123,7 +148,7 @@ hr { color:#191A1A4D/* XX-WHITE #D6D6D64D */; background-color:transparent; }
123148
124149/*----- form defaults -----*/
125150input , select , textarea {
126- font-family : 'Raleway' , sans-serif;
151+ font-family : sans-serif;
127152 font-size : 1em ;
128153 vertical-align : middle;
129154 font-weight : normal;
201226 text-decoration : none;
202227 }
203228h2 .pointer a {
204- font-family : 'Raleway' , sans-serif;
229+ font-family : sans-serif;
205230 font-size : 30px ;
206231 line-height : 1.2em ;
207232 font-weight : 200 ;
@@ -212,7 +237,7 @@ h2.pointer a:hover{
212237 color : # 8a8a8a ;
213238}
214239h2 {
215- font-family : 'Raleway' , sans-serif;
240+ font-family : sans-serif;
216241 font-size : 30px ;
217242 line-height : 1.2em ;
218243 font-weight : 200 ;
228253 color : # 8a8a8a ;
229254 }
230255h3 {
231- font-family : 'Raleway' , sans-serif;
256+ font-family : sans-serif;
232257 font-weight : 300 ;
233258 font-size : 120% ;
234259 margin-bottom : 6px ;
@@ -292,7 +317,7 @@ header nav {
292317 float : left;
293318 }
294319 header nav ul li a {
295- font-family : 'Raleway' , sans-serif;
320+ font-family : sans-serif;
296321 font-weight : 300 ;
297322 font-size : 22px ;
298323 color : # fff/* XX-WHITE #ddd */ ;
@@ -393,45 +418,6 @@ header nav {
393418 }
394419
395420
396- /*--- news list styles ---*/
397- .news li {
398- overflow : hidden;
399- position : relative;
400- padding : 0 0 10px 84px ;
401- }
402- .news li : last-child {
403- padding-bottom : 0 ;
404- }
405-
406- .news li figure {
407- font-family : 'Raleway' , sans-serif;
408- font-weight : 300 ;
409- width : 65px ;
410- height : 65px ;
411- background : url(../ images/date-none.gif) no-repeat 0 0 ;
412- position : absolute;
413- left : 0 ;
414- top : 0 ;
415- text-align : center;
416- color : # 818181 ;
417- text-transform : uppercase;
418- }
419- .news li figure strong {
420- display : inline;
421- font-size : 17px ;
422- line-height : 2.0em ;
423- margin-bottom : -7px ;
424- padding-top : 4px ;
425- }
426- .news li figure p {
427- display : inline;
428- font-size : 17px ;
429- line-height : 0.1em ;
430- color : # f9f9f9/* XX-WHITE #272727 */ ;
431- float : right;
432- margin-right : 3px ;
433- }
434-
435421.team-list li {
436422 width : 100% ;
437423 overflow : hidden;
@@ -479,21 +465,6 @@ header nav {
479465/*#imagens { width:295px; height:170px; overflow:hidden; position:relative;}*/
480466
481467
482- /*===== footer =====*/
483- footer {
484- color : # fff ;
485- background-color : # 1E1F1F ;
486- }
487- footer .fleft {
488- padding-left : 40px ;
489- }
490- footer .fright {
491- padding-right : 0px ;
492- }
493- footer a {color : # A3B6B6 ;}
494-
495- footer a : hover {color : # ffffff ;}
496-
497468/*----- forms -----*/
498469# contacts-form {
499470 clear : right;
@@ -596,7 +567,7 @@ width:300px;
596567background-color : # 040404/* XX-WHITE #ffffff */ ;
597568}
598569.the_menu li a {
599- font-family : 'Raleway' , sans-serif;
570+ font-family : sans-serif;
600571font-weight : 200 ;
601572color : # 5D9BAA/* XX-WHITE #2D5B7A */ ;
602573text-decoration : none;
0 commit comments