forked from NeuroTechSC/WebsiteFiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlayout.css
More file actions
504 lines (381 loc) · 22.4 KB
/
layout.css
File metadata and controls
504 lines (381 loc) · 22.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
@charset "utf-8";
/*
Template Name: Shicso
Author: <a href="https://www.os-templates.com/">OS Templates</a>
Author URI: https://www.os-templates.com/
Copyright: OS-Templates.com
Licence: Free to use under our free template licence terms
Licence URI: https://www.os-templates.com/template-terms
File: Layout CSS
*/
@import url("fontawesome-free/css/fontawesome-all.min.css");
@import url("framework.css");
/* Rows
--------------------------------------------------------------------------------------------------------------- */
.row0, .row0 a{}
.row1{border-top:1px solid;}
.row2, .row2 a{}
.row3{border-bottom:1px solid;}
.row4{border-bottom:1px solid;}
.row5, .row5 a{}
/* Header
--------------------------------------------------------------------------------------------------------------- */
#header{padding:50px 0;}
#header #logo{}
#header #logo *{margin:0; padding:0; line-height:1;}
#header #logo h1{margin-top:-10px;}
#header #logo p{font-size:.8rem; text-transform:capitalize;}
#header ul{}
#header ul li{}
#header ul li div{position:relative; min-height:45px; padding:0 0 0 60px; line-height:1;}
#header ul li div i{position:absolute; top:0; left:0; width:45px; height:45px; line-height:43px; font-size:16px; text-align:center; border:1px solid; border-radius:50%;}
#header ul li div span{display:block; padding:4px 0 0 0;}
#header ul li div strong{display:block; margin:0 0 8px 0;}
#header div:last-child{margin-bottom:0;}/* Used when elements stack in small viewports */
/* Page Intro
--------------------------------------------------------------------------------------------------------------- */
#pageintro{padding:220px 0;}
#pageintro article{}
#pageintro .heading{font-size:5rem; font-weight:700;}
#pageintro footer{margin-top:50px;}
/* Content Area
--------------------------------------------------------------------------------------------------------------- */
.container{padding:80px 0;}
/* Content */
.container .content{}
.sectiontitle{display:block; max-width:55%; margin:0 auto 80px; text-align:center;}
.sectiontitle *{margin:0;}
/* Latest */
.latest{}
.latest > li:last-child{margin-bottom:0;}/* Used when elements stack in small viewports */
.latest article{}
.latest article time{display:block; margin:0 0 20px 0; padding:0; font-style:normal; font-size:.8rem; line-height:1;}
.latest article .excerpt .meta{margin:0 0 30px 0; padding:0; list-style:none; text-align:left;}
.latest article .excerpt .meta li{display:inline-block; font-size:.8rem;}
.latest article .excerpt .meta li::after{margin-left:5px; content:"|";}
.latest article .excerpt .meta li:last-child::after{margin:0; content:"";}
/* Comments */
#comments ul{margin:0 0 40px 0; padding:0; list-style:none;}
#comments li{margin:0 0 10px 0; padding:15px;}
#comments .avatar{float:right; margin:0 0 10px 10px; padding:3px; border:1px solid;}
#comments address{font-weight:bold;}
#comments time{font-size:smaller;}
#comments .comcont{display:block; margin:0; padding:0;}
#comments .comcont p{margin:10px 5px 10px 0; padding:0;}
#comments form{display:block; width:100%;}
#comments input, #comments textarea{width:100%; padding:10px; border:1px solid;}
#comments textarea{overflow:auto;}
#comments div{margin-bottom:15px;}
#comments input[type="submit"], #comments input[type="reset"]{display:inline-block; width:auto; min-width:150px; margin:0; padding:8px 5px; cursor:pointer;}
/* Sidebar */
.container .sidebar{}
.sidebar .sdb_holder{margin-bottom:50px;}
.sidebar .sdb_holder:last-child{margin-bottom:0;}
/* Shout
--------------------------------------------------------------------------------------------------------------- */
#shout{text-align:center;}
#shout *{margin:0; padding:0;}
#shout article{display:block; max-width:75%; margin:0 auto;}
#shout article .heading{margin-bottom:20px;}
/* Services
--------------------------------------------------------------------------------------------------------------- */
#services{text-align:center;}
#services li{margin-bottom:30px; padding:25px 0 0 0;}
#services li:nth-last-child(-n+3){margin-bottom:0;}/* Removes bottom margin from the last four items - margin is restored in the media queries when items stack */
#services li:nth-child(3n+1){margin-left:0; clear:left;}/* Removes the need to add class="first" */
#services li article{display:block; position:relative; padding:40px 25px 30px;}
#services li article *{margin:0; padding:0;}
#services li article > a > i{display:block; position:absolute; top:-25px; left:10px; width:50px; height:50px; line-height:48px; border:1px solid; border-radius:50%; font-size:1.8rem; z-index:1;}
#services li article .heading{margin-bottom:15px; font-weight:700;}
#services li article footer{margin-top:20px; font-size:2.5rem;}
/* Click to Action
--------------------------------------------------------------------------------------------------------------- */
#cta{}
#cta > :first-child{margin-top:10px; font-weight:700; text-transform:uppercase;}
#cta > :last-child{margin-bottom:0;}/* Used when elements stack in smaller viewports */
#cta footer{text-align:center;}
#cta footer a{display:block;}
/* Team
--------------------------------------------------------------------------------------------------------------- */
#team{}
#team li:last-child{margin-bottom:0;}/* Used when elements stack in small viewports */
#team article{display:block; text-align:center; padding:35px 25px;}
#team article *{margin:0; padding:0;}
#team article figure{}
#team article figure a{margin-bottom:35px;}
#team article figure .imgover::before, #team article figure img{border-radius:50%;}
#team article figure figcaption{line-height:1;}
#team article em{display:block; margin-bottom:25px; font-style:normal; font-size:.8rem;}
#team article p{}
#team article footer{margin-top:35px;}
#team article footer .faico{display:block; text-align:center;}
#team article footer .faico li{display:inline-block; margin:0 12px 0 0;}
#team article footer .faico a{display:block; width:auto; height:auto; line-height:1; font-size:1.2rem;}
/* Testimonials
--------------------------------------------------------------------------------------------------------------- */
#testimonials{}
#testimonials li:last-child{margin-bottom:0;}/* Used when elements stack in smaller viewports */
#testimonials blockquote{display:block; position:relative; width:100%; margin:0 0 30px 0; padding:20px; line-height:1.4; z-index:1;}
#testimonials blockquote::before{display:block; position:absolute; top:10px; left:10px; font-family:"Font Awesome\ 5 Free"; font-weight:900; font-size:32px; line-height:32px; content:"\f10d"; z-index:-1;}
#testimonials blockquote::after{display:block; position:absolute; bottom:-15px; left:30px; width:0; height:0; content:""; border:15px solid transparent; border-bottom:none;}
#testimonials figure{}
#testimonials figure *{margin:0; line-height:1;}
#testimonials figure img{float:left; margin:0 15px;}
#testimonials figcaption{float:left; margin-top:10px;}
#testimonials figcaption .heading{font-size:1.2rem; font-weight:700;}
#testimonials figcaption em{font-size:.8rem;}
#testimonials footer{text-align:center;}
/* Footer
--------------------------------------------------------------------------------------------------------------- */
#footer{padding:80px 0;}
#footer .heading{margin-bottom:50px;}
#footer .logoname{margin:-12px 0 35px;}
#footer .logoname *{margin:0; padding:0; line-height:1;}
#footer .linklist li{display:block; margin-bottom:15px; padding:0 0 15px 0; border-bottom:1px solid;}
#footer .linklist li:last-child{margin:0; padding:0; border:none;}
#footer .linklist li::before, #footer .linklist li::after{display:table; content:"";}
#footer .linklist li, #footer .linklist li::after{clear:both;}
#footer .contact{}
#footer .contact.linklist li{margin-bottom:10px;}
#footer .contact.linklist li, #footer .contact.linklist li:last-child{position:relative; padding-left:40px;}
#footer .contact li *{margin:0; padding:0; line-height:1.6;}
#footer .contact li i{display:block; position:absolute; top:0; left:0; width:30px; font-size:16px; text-align:center;}
/* Copyright
--------------------------------------------------------------------------------------------------------------- */
#copyright{padding:20px 0;}
#copyright *{margin:0; padding:0;}
/* Transition Fade
This gives a smooth transition to "ALL" elements used in the layout - other than the navigation form used in mobile devices
If you don't want it to fade all elements, you have to list the ones you want to be faded individually
Delete it completely to stop fading
--------------------------------------------------------------------------------------------------------------- */
*, *::before, *::after{transition:all .3s ease-in-out;}
#mainav form *{transition:none !important;}
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* Navigation
--------------------------------------------------------------------------------------------------------------- */
nav ul, nav ol{margin:0; padding:0; list-style:none;}
#mainav, #breadcrumb, .sidebar nav{line-height:normal;}
#mainav .drop::after, #mainav li li .drop::after, #breadcrumb li a::after, .sidebar nav a::after{position:absolute; font-family:"Font Awesome\ 5 Free"; font-weight:900; font-size:10px; line-height:10px;}
/* Top Navigation */
#mainav{position:relative; margin-top:-1px; z-index:999;}
#mainav ul{text-transform:uppercase;}
#mainav ul ul{position:absolute; width:180px; text-transform:none;}
#mainav ul ul ul{left:180px; top:0;}
#mainav li{display:inline-block; position:relative; margin:0 20px 0 0; padding:0;}
#mainav li:last-child{margin-right:0;}
#mainav li li{width:100%; margin:0;}
#mainav li a{display:block; padding:30px 0; border:solid; border-width:1px 0 0 0;}
#mainav li li a{border-width:0 0 1px 0;}
#mainav .drop{padding-left:15px;}
#mainav li li a, #mainav li li .drop{display:block; margin:0; padding:10px 15px;}
#mainav .drop::after, #mainav li li .drop::after{content:"\f0d7";}
#mainav .drop::after{top:35px; left:5px;}
#mainav li li .drop::after{top:15px; left:5px;}
#mainav ul ul{visibility:hidden; opacity:0;}
#mainav ul li:hover > ul{visibility:visible; opacity:1;}
#mainav form{display:none; width:100%; margin:0; padding:0;}
#mainav form select, #mainav form select option{display:block; cursor:pointer; outline:none;}
#mainav form select{width:100%; padding:5px; border:1px solid;}
#mainav form select option{margin:5px; padding:0; border:none;}
/* Breadcrumb */
#breadcrumb{padding:150px 0 30px;}
#breadcrumb ul{margin:0; padding:0; list-style:none; text-transform:uppercase;}
#breadcrumb li{display:inline-block; margin:0 6px 0 0; padding:0;}
#breadcrumb li a{display:block; position:relative; margin:0; padding:0 12px 0 0; font-size:12px;}
#breadcrumb li a::after{top:4px; right:0; content:"\f0da";}
#breadcrumb li:last-child a{margin:0; padding:0;}
#breadcrumb li:last-child a::after{display:none;}
#breadcrumb .heading{margin:0; font-size:2rem;}
/* Sidebar Navigation */
.sidebar nav{display:block; width:100%;}
.sidebar nav li{margin:0 0 3px 0; padding:0;}
.sidebar nav a{display:block; position:relative; margin:0; padding:5px 10px 5px 15px; text-decoration:none; border:solid; border-width:0 0 1px 0;}
.sidebar nav a::after{top:10px; left:5px; content:"\f0da";}
.sidebar nav ul ul a{padding-left:35px;}
.sidebar nav ul ul a::after{left:25px;}
.sidebar nav ul ul ul a{padding-left:55px;}
.sidebar nav ul ul ul a::after{left:45px;}
/* Pagination */
.pagination{display:block; width:100%; text-align:center; clear:both;}
.pagination li{display:inline-block; margin:0 2px 0 0;}
.pagination li:last-child{margin-right:0;}
.pagination a, .pagination strong{display:block; padding:8px 11px; border:1px solid; background-clip:padding-box; font-weight:normal;}
/* Back to Top */
#backtotop{z-index:999; display:inline-block; position:fixed; visibility:hidden; bottom:20px; right:20px; width:36px; height:36px; line-height:36px; font-size:16px; text-align:center; opacity:.2;}
#backtotop i{display:block; width:100%; height:100%; line-height:inherit;}
#backtotop.visible{visibility:visible; opacity:.5;}
#backtotop:hover{opacity:1;}
/* Tables
--------------------------------------------------------------------------------------------------------------- */
table, th, td{border:1px solid; border-collapse:collapse; vertical-align:top;}
table, th{table-layout:auto;}
table{width:100%; margin-bottom:15px;}
th, td{padding:5px 8px;}
td{border-width:0 1px;}
/* Gallery
--------------------------------------------------------------------------------------------------------------- */
#gallery{display:block; width:100%; margin-bottom:50px;}
#gallery figure figcaption{display:block; width:100%; clear:both;}
#gallery li{margin-bottom:30px;}
/* Font Awesome Social Icons
--------------------------------------------------------------------------------------------------------------- */
.faico{margin:0; padding:0; list-style:none;}
.faico li{display:inline-block; margin:8px 5px 0 0; padding:0; line-height:normal;}
.faico li:last-child{margin-right:0;}
.faico a{display:inline-block; width:36px; height:36px; line-height:36px; font-size:18px; text-align:center;}
.faico a{color:#474747; background-color:#A8A8A8;}
.faico a:hover{color:#FFFFFF;}
.faicon-dribble:hover{background-color:#EA4C89;}
.faicon-facebook:hover{background-color:#3B5998;}
.faicon-google-plus:hover{background-color:#DB4A39;}
.faicon-linkedin:hover{background-color:#0E76A8;}
.faicon-twitter:hover{background-color:#00ACEE;}
.faicon-vk:hover{background-color:#4E658E;}
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* Colours
--------------------------------------------------------------------------------------------------------------- */
body{color:#A8A8A8; background-color:#151618;}
a{color:#82B7DF;}
a:active, a:focus{background:transparent;}/* IE10 + 11 Bugfix - prevents grey background */
hr, .borderedbox{border-color:#D7D7D7;}
label span{color:#FF0000; background-color:inherit;}
input:focus, textarea:focus, *:required:focus{border-color:#82B7DF;}
.overlay{color:#FFFFFF; background-color:inherit;}
.overlay::after{color:inherit; background-color:rgba(0,0,0,.55);}
.overlay.dark::after{color:inherit; background-color:rgba(37,100,146,.85)/* #256492 */;}
.overlay.light::after{background-color:rgba(130,183,223,.65)/* #82B7DF */;}
.btn, .btn.inverse:hover{color:#FFFFFF; background-color:#82B7DF; border-color:#82B7DF;}
.btn:hover, .btn.inverse{color:inherit; background-color:transparent; border-color:inherit;}
.imgover:hover::before{background:rgba(37,100,146,.35)/* #256492 */;}
.imgover, .imgover:hover::after{color:#FFFFFF;}
.heading.underline::after{background-color:#256492;}
.logoname{color:inherit;}
.logoname i{color:#256492;}
/* Rows */
.row0{color:#474747; background-color:#FFFFFF;}
.row1{color:#474747; background-color:#FFFFFF; border-color:rgba(0,0,0,.1);}
.row2{color:#474747; background-color:#F4F4F4;}
.row3{color:#474747; background-color:#FFFFFF; border-color:rgba(0,0,0,.1);}
.row4{color:#A8A8A8; background-color:#1C1D1F; border-color:rgba(255,255,255,.1);}
.row5, .row5 a{color:#A8A8A8; background-color:#151618;}
/* Header */
#header #logo .logoname a{color:inherit;}
#header ul li div i{border-color:rgba(0,0,0,.1);}
/* Page Intro */
#pageintro{color:#FFFFFF;}
/* Services */
#services li article{color:#FFFFFF; background-color:#82B7DF;}
#services li:nth-child(even) article{background-color:#256492;}
#services li article a{color:inherit;}
#services li article > a > i{color:#474747; background:#FFFFFF; border-color:rgba(0,0,0,.1); box-shadow:2px 3px 0px 0px rgba(0,0,0,.3);}
#services li article:hover > a > i{color:#82B7DF;}
#services li:nth-child(odd) article:hover footer i{color:#256492;}
#services li:nth-child(even) article:hover footer i{color:#82B7DF;}
/* Click to Action */
#cta .btn{color:#256492; background-color:#FFFFFF; border-color:#256492;}
#cta .btn:hover{color:inherit; background-color:transparent; border-color:inherit;}
/* Team */
#team article{box-shadow:0px 0px 15px rgba(0,0,0,.1);}
#team article:hover{color:inherit; background-color:#F4F4F4;}
#team article footer .faico a{color:inherit; background:transparent;}
#team article footer .faico .faicon-dribble:hover{color:#EA4C89;}
#team article footer .faico .faicon-facebook:hover{color:#3B5998;}
#team article footer .faico .faicon-google-plus:hover{color:#DB4A39;}
#team article footer .faico .faicon-linkedin:hover{color:#0E76A8;}
#team article footer .faico .faicon-twitter:hover{color:#00ACEE;}
#team article footer .faico .faicon-vk:hover{color:#4E658E;}
/* Testimonials */
#testimonials blockquote{color:inherit; background-color:#F4F4F4;}
#testimonials blockquote::before{color:#FFFFFF;}
#testimonials blockquote::after{border-top-color:#F4F4F4;}
/* Footer */
#footer .heading, #footer .logoname a{color:#FFFFFF;}
#footer hr, #footer .borderedbox, #footer .linklist li{border-color:rgba(255,255,255,.1);}
/* Navigation */
#mainav{}
#mainav li a{color:inherit; border-color:transparent;}
#mainav .active a, #mainav a:hover, #mainav li:hover > a{color:#82B7DF; background-color:#FFFFFF; border-color:#82B7DF;}
#mainav li li a, #mainav .active li a{color:#474747; background-color:rgba(255,255,255,.8); border-color:#FFFFFF;}
#mainav li li:hover > a, #mainav .active .active > a{color:#82B7DF; background-color:#FFFFFF; border-color:#82B7DF;}
#mainav form select{color:#474747; background-color:#FFFFFF; border-color:#82B7DF;}
#breadcrumb a{color:inherit; background-color:inherit;}
#breadcrumb li:last-child a{color:#82B7DF;}
.container .sidebar nav a{color:inherit; border-color:#D7D7D7;}
.container .sidebar nav a:hover{color:#82B7DF;}
.pagination a, .pagination strong{border-color:#D7D7D7;}
.pagination .current *{color:#FFFFFF; background-color:#82B7DF;}
#backtotop{color:#FFFFFF; background-color:#82B7DF;}
/* Tables + Comments */
table, th, td, #comments .avatar, #comments input, #comments textarea{border-color:#D7D7D7;}
#comments input:focus, #comments textarea:focus, #comments *:required:focus{border-color:#82B7DF;}
th{color:#FFFFFF; background-color:#373737;}
tr, #comments li, #comments input[type="submit"], #comments input[type="reset"]{color:inherit; background-color:#FBFBFB;}
tr:nth-child(even), #comments li:nth-child(even){color:inherit; background-color:#F7F7F7;}
table a, #comments a{background-color:inherit;}
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* Media Queries
--------------------------------------------------------------------------------------------------------------- */
@-ms-viewport{width:device-width;}
/* Max Wrapper Width - Laptop, Desktop etc.
--------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:1140px){
.hoc{max-width:1140px;}
}
@media screen and (min-width:978px) and (max-width:1140px){
.hoc{max-width:95%;}
}
/* Mobile Devices
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:978px){
.hoc{max-width:90%;}
#header{}
#mainav{position:inherit; margin-top:0; padding:30px 0;}
#mainav ul{display:none;}
#mainav form{display:block;}
#breadcrumb{}
.container{}
#comments input[type="reset"]{margin-top:10px;}
.pagination li{display:inline-block; margin:0 5px 5px 0;}
#footer{}
#copyright{}
#copyright p:first-of-type{margin-bottom:10px;}
}
@media screen and (max-width:790px){
.imgl, .imgr{display:inline-block; float:none; margin:0 0 10px 0;}
.fl_left, .fl_right{display:block; float:none;}
.group .group > *:last-child, .clear .clear > *:last-child, .clear .group > *:last-child, .group .clear > *:last-child{margin-bottom:0;}/* Experimental - Needs more testing in different situations, stops double margin when stacking */
.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter{display:block; float:none; width:auto; margin:0 0 30px 0; padding:0;}
#header{}
#pageintro{padding:150px 0;}
#pageintro .heading{font-size:2rem;}
.sectiontitle{max-width:none;}
#shout article{max-width:none; margin:auto;}
#shout article .heading{font-size:2rem;}
#services li:nth-last-child(-n+3){margin-bottom:30px;}
#cta > :first-child{margin-top:0; text-align:center;}
#cta footer a{display:inline-block;}
#footer{padding-bottom:50px;}/* Not required, just looks a little better */
}
/* Other
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:650px){
.scrollable{display:block; width:100%; margin:0 0 30px 0; padding:0 0 15px 0; overflow:auto; overflow-x:scroll;}
.scrollable table{margin:0; padding:0; white-space:nowrap;}
.inline li{display:block; margin-bottom:10px;}
.pushright li{margin-right:0;}
.font-x2{font-size:1.6rem;}
.font-x3{font-size:1.8rem;}
}