rodkndtest 1.0.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/css/main.css CHANGED
@@ -1,695 +1,695 @@
1
- /* GLOBAL STYLES */
2
-
3
- body {
4
- display: flex;
5
- flex-direction: column;
6
- font-family: 'Open Sans', helvetica, arial, sans;
7
- min-height: 100vh;
8
- }
9
- h1,h2,h3,h4,h5,h6 {
10
- font-family: 'Raleway', helvetica, sans;
11
- font-weight: 100;
12
- }
13
- .content-container {
14
- display: flex;
15
- flex: 1 1 auto;
16
- padding-top: 10vh;
17
- width: 100%;
18
- }
19
- html {
20
- box-shadow: 0 0 0 30px #000 inset;
21
- padding: 0 30px;
22
- }
23
- h1 {
24
- font-size: 7vw;
25
- margin-top: 0;
26
- }
27
- h2 {
28
- font-size: 2em;
29
- }
30
- a {
31
- color: #6397b5;
32
- }
33
- p {
34
- line-height: 1.5;
35
- margin: 0.75em 0;
36
- }
37
- h2 ~ p {
38
- font-size: 0.8em;
39
- font-style: italic;
40
- margin: 1em auto 0;
41
- max-width: 70%;
42
- text-align: center;
43
- }
44
- h4 {
45
- color: #999;
46
- font-weight: bold;
47
- text-transform: uppercase;
48
- }
49
- /* HEADER STYLES */
50
- .header {
51
- background-color: #000;
52
- color: #fff;
53
- position: fixed;
54
- width: 100%;
55
- z-index: 20;
56
- }
57
- .header-logo {
58
- background-color: #000;
59
- box-sizing: border-box;
60
- display: block;
61
- height: 10vh;
62
- left: -30px;
63
- padding-top: 10px;
64
- position: relative;
65
- text-align: center;
66
- width: 10vh;
67
- }
68
- .header-logo:hover,
69
- .header-logo:active {
70
- background-color: #ed6e2f;
71
- }
72
- .header-logo img {
73
- width: 4.3vh;
74
- }
75
- .header-nav {
76
- float: right;
77
- padding: 5.5vh 60px 0 0;
78
- }
79
- .header-nav > li {
80
- display: inline-block;
81
- margin-left: 1em;
82
- }
83
- .header-nav > li ~ li {
84
- border-left: 1px solid rgba(255, 255, 255, 0.3);
85
- padding-left: 1em;
86
- }
87
- .header-nav a,
88
- .drop-trigger {
89
- color: #fff;
90
- }
91
- .nav-links a,
92
- .drop-trigger,
93
- .show-mobile-menu {
94
- font-size: 0.8rem;
95
- font-weight: bold;
96
- text-decoration: none;
97
- text-transform: uppercase;
98
- }
99
- .nav-links a:hover,
100
- .nav-links a:active {
101
- color: #ed6e2f;
102
- }
103
- .header-nav > li:first-child a {
104
- color: #ed6e2f;
105
- }
106
- .header-nav > li:first-child a:hover {
107
- color: #fff;
108
- }
109
-
110
- /* FOOTER STYLES */
111
- .footer {
112
- background-color: #000;
113
- padding: 10vh 0 15vh;
114
- text-align: center;
115
- }
116
- .footer-logo img {
117
- width: 50px;
118
- }
119
- .footer h3 {
120
- color: #fff;
121
- padding-top: 1.5em;
122
- text-transform: uppercase;
123
- }
124
- .footer h3 span {
125
- color: #aaa;
126
- }
127
- .footer-nav > li {
128
- display: inline-block;
129
- margin: 2em 1em 0;
130
- }
131
- .footer-nav a {
132
- color: #ccc;
133
- }
134
-
135
- /* HERO STYLES */
136
-
137
- .half-hero {
138
- background-position: center center;
139
- background-size: cover;
140
- height: 40vh;
141
- }
142
-
143
- .full-hero {
144
- background-color: #c7dbfc;
145
- background-size: cover;
146
- box-sizing: border-box;
147
- height: 90vh;
148
- }
149
- .full-hero:after {
150
- border: 10px solid;
151
- border-color: #fff transparent transparent;
152
- bottom: 2vh;
153
- content: "";
154
- height: 0;
155
- left: 50%;
156
- position: absolute;
157
- transform: translate(-50%, 0);
158
- width: 0;
159
- }
160
- .hero-home {
161
- background-image: url(/images/shark.jpg);
162
- background-position: center top;
163
- }
164
- .hero-content {
165
- color: #fff;
166
- position: relative;
167
- text-align: center;
168
- text-transform: uppercase;
169
- top: 50%;
170
- transform: translate(0, -50%);
171
- }
172
- .hero-content h1 {
173
- color: rgba(255, 255, 255, 0.8);
174
- font-size: 7vw;
175
- margin-bottom: 0.25em;
176
- }
177
- .hero-content .social-link {
178
- background-color: rgba(255, 255, 255, 0.8);
179
- color: #557c83;
180
- }
181
- .hero-content .social-link:hover {
182
- background-color: #000;
183
- color: #fff;
184
- }
185
-
186
- /* SOCIAL STYLES */
187
- .social-link {
188
- background: rgba(150, 150, 150, 0.5);
189
- border-radius: 99px;
190
- box-sizing: border-box;
191
- color: #fff;
192
- display: inline-block;
193
- font-family: helvetica, arial, sans;
194
- font-size: 1.7em;
195
- font-weight: bold;
196
- height: 1.5em;
197
- line-height: 1;
198
- padding-top: 0.25em;
199
- text-align: center;
200
- text-decoration: none;
201
- vertical-align: middle;
202
- width: 1.5em;
203
- }
204
- .social-link:hover,
205
- .social-link:active {
206
- background-color: #f442eb;
207
- }
208
- .social-list {
209
- list-style: none;
210
- padding: 0;
211
- text-align: center;
212
- position: relative;
213
- }
214
- .social-list > li {
215
- display: inline-block;
216
- margin: 0 0.5em;
217
- }
218
-
219
- /* BIO STYLES */
220
- .bio-wrapper {
221
- font-size: 24px;
222
- margin: auto;
223
- max-width: 960px;
224
- overflow: hidden;
225
- }
226
- .bio-box {
227
- box-sizing: border-box;
228
- float: left;
229
- font-size: 1rem;
230
- margin: 6rem 0 0;
231
- padding: 0 3%;
232
- width: 33%;
233
- }
234
- .bio-box h3 {
235
- color: #fff;
236
- font-family: 'Oswald', sans-serif;
237
- font-size: 1.5em;
238
- margin: -40px 0 1em;
239
- text-align: center;
240
- text-transform: uppercase;
241
- }
242
- .bio-box img {
243
- width: 100%;
244
- }
245
- .bio-box .social-link {
246
- display: block;
247
- margin: 2em auto 1em;
248
- }
249
- .bio-copy {
250
- font-size: 0.75em;
251
- line-height: 1.5;
252
- }
253
- .bio-copy a {
254
- color: green;
255
- }
256
-
257
- /* HOMEPAGE STYLES */
258
-
259
- .home-section h2 {
260
- margin-bottom: 1.5rem;
261
- text-align: center;
262
- }
263
- .home-section h4 {
264
- margin-bottom: 0.5em;
265
- text-align: center;
266
- }
267
- .home-section .post-header {
268
- text-align: center;
269
- }
270
- .home-section .blog-posts {
271
- margin: auto;
272
- width: 75%;
273
- }
274
-
275
- .home-section {
276
- margin: 6rem auto;
277
- max-width: 980px;
278
- width: 90vw;
279
- }
280
- .home-section h2 {
281
- margin-bottom: 1.5rem;
282
- text-align: center;
283
- }
284
- .home-callout {
285
- display: flex;
286
- align-items: center;
287
- background-color: #000;
288
- color: #fff;
289
- padding: 7vh 0;
290
- }
291
- .home-callout h3 {
292
- color: inherit;
293
- margin-top: 1em;
294
- }
295
- .callout-title {
296
- flex: 1;
297
- font-size: 5.75vw;
298
- text-align: right;
299
- text-transform: uppercase;
300
- }
301
- .callout-copy {
302
- flex: 0 0 45em;
303
- font-size: 0.8rem;
304
- padding: 0 3vw;
305
- }
306
-
307
- /* COLUMN STYLES */
308
-
309
- .col-three {
310
- display: flex;
311
- flex: 1;
312
- }
313
- .col {
314
- box-sizing: border-box;
315
- padding: 2em;
316
- }
317
- .col-three .col ~ .col {
318
- border-left: 1px solid rgba(0, 0, 0, 0.1);
319
- }
320
- .col-three .col-nav {
321
- flex: 0 1 15em;
322
- }
323
- .col-three .col-content {
324
- flex: 1;
325
- }
326
- .col-three .col-aside {
327
- flex: 0 1 20em;
328
- }
329
- .col-two {
330
- display: flex;
331
- }
332
- .col-two .col-aside {
333
- flex: 0 0 20em;
334
- order: 1;
335
- }
336
- .col-two .col-content {
337
- flex: 1;
338
- }
339
- /* PAGE STYLES */
340
- .page {
341
- margin: 10vh auto 15vh;
342
- max-width: 980px;
343
- width: 85vw;
344
- }
345
- .page h1 {
346
- font-size: 3em;
347
- margin-bottom: 1em;
348
- text-align: center;
349
- }
350
- .page h2 {
351
- margin-bottom: 0.5em;
352
- }
353
- .page h4 {
354
- margin-bottom: 1em;
355
- }
356
-
357
- /* GALLERY STYLES */
358
- .gallery-thumbs {
359
- height: 90vh;
360
- overflow: scroll;
361
- }
362
- .gallery-thumbs > div {
363
- cursor: pointer;
364
- }
365
- .gallery-thumbs img {
366
- box-sizing: border-box;
367
- box-shadow: 0 0 0 5px transparent;
368
- display: inline-block;
369
- margin: 0 0 10px;
370
- opacity: 0.5;
371
- transition: all 0.5s ease-in-out;
372
- width: 100%;
373
- }
374
- .gallery-thumbs img:hover {
375
- opacity: 1;
376
- }
377
- .gallery-thumbs .current img {
378
- box-shadow: 0 0 0 5px #ed6e2f;
379
- opacity: 1;
380
- }
381
- .gallery-photo {
382
- position: relative;
383
- }
384
- .gallery-photo img {
385
- width: 100%;
386
- }
387
- .gallery-info {
388
- font-size: 0.8rem;
389
- }
390
- .gallery-info h3 {
391
- margin-bottom: 1em;
392
- }
393
- /* BLOG STYLES */
394
- .blog-recent {
395
- text-align: right;
396
- }
397
- .blog-title-list {
398
- list-style: none;
399
- padding: 0;
400
- }
401
- .blog-title-list li ~ li {
402
- margin-top: 1.5em;
403
- }
404
- .blog-title-list span {
405
- color: #999;
406
- display: block;
407
- font-size: 0.8em;
408
- font-style: italic;
409
- margin-top: 0.5em;
410
- }
411
- .blog-posts ~ .blog-posts {
412
- border-top: 1px dotted rgba(0, 0, 0, 0.1);
413
- margin-top: 4em;
414
- padding-top: 4em;
415
- }
416
- .blog-posts .post-header {
417
- font-size: 0.8rem;
418
- }
419
- .post-header {
420
- margin-bottom: 1.5em;
421
- }
422
- .post-header img,
423
- .post-header .social-link {
424
- margin-right: 0.5em;
425
- }
426
- .post-header img {
427
- border-radius: 99px;
428
- display: inline-block;
429
- height: 2.5em;
430
- vertical-align: middle;
431
- }
432
- .posts-image {
433
- background-position: center;
434
- background-size: cover;
435
- height: 6em;
436
- margin-bottom: 1.5em;
437
- }
438
- .post {
439
- width: 100%;
440
- }
441
- .post-content,
442
- .post-footer {
443
- margin: auto;
444
- max-width: 40em;
445
- width: 85vw;
446
- }
447
- .pull-left {
448
- float: left;
449
- margin: 2em 2em 2em -2%;
450
- }
451
- .pull-right {
452
- float: right;
453
- margin: 2em -2% 2em 2em
454
- }
455
- .post-aside {
456
- background-color: rgba(0, 0, 0, 0.01);
457
- float: right;
458
- margin: 0 0 2em 2em;
459
- padding: 2em;
460
- }
461
- .post .post-header {
462
- margin-bottom: 2.5em;
463
- text-align: center;
464
- }
465
- .post-content {
466
- font-size: 1.1rem;
467
- }
468
- .post-footer {
469
- border-top: 1px solid rgba(0, 0, 0, 0.1);
470
- font-style: italic;
471
- font-size: 0.8em;
472
- margin-top: 3em;
473
- padding-top: 2em;
474
- }
475
- /* DROPDOWN STYLES */
476
- .dropdown {
477
- position: relative;
478
- }
479
- .dropdown:hover .drop-menu {
480
- display: block;
481
- }
482
- .dropdown:hover .drop-trigger:after {
483
- border-color: #ed6e2f transparent transparent;
484
- }
485
- .drop-trigger {
486
- display: inline-block;
487
- padding-right: 1.5em;
488
- position: relative;
489
- }
490
- .drop-trigger:after {
491
- border: 0.3em solid;
492
- border-color: #fff transparent transparent;
493
- content: "";
494
- height: 0;
495
- position: absolute;
496
- right: 0;
497
- top: 0.3em;
498
- width: 0;
499
- }
500
- .drop-menu {
501
- box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
502
- display: none;
503
- list-style: none;
504
- padding: 1em 0 0;
505
- position: absolute;
506
- right: 0;
507
- z-index: 9;
508
- }
509
- .drop-menu:before {
510
- border: 0.6em solid;
511
- border-color: transparent transparent #fff;
512
- content: "";
513
- height: 0;
514
- position: absolute;
515
- right: 1em;
516
- top: -0.1em;
517
- width: 0;
518
- }
519
- .drop-menu li {
520
- background-color: #fff;
521
- }
522
- .drop-menu li ~ li {
523
- border-top: 1px dotted rgba(0,0,0,0.1)
524
- }
525
- .drop-menu li:first-child {
526
- border-radius: 5px 5px 0 0;
527
- color: #999;
528
- font-size: 0.5em;
529
- padding: 1em 1em 0.25em;
530
- text-align: right;
531
- text-transform: uppercase;
532
- }
533
- .drop-menu li:last-child {
534
- border-radius: 0 0 5px 5px;
535
- }
536
- .drop-menu a {
537
- color: #333;
538
- display: block;
539
- font-weight: normal;
540
- padding: 0.5em 2em 0.5em 1em;
541
- text-align: left;
542
- text-transform: none;
543
- white-space: nowrap;
544
- }
545
- .drop-menu a:hover {
546
- background-color: rgba(0,0,0,0.1);
547
- color: #333;
548
- }
549
- /* HIDE IN THE FOOTER */
550
- .footer .dropdown:hover .drop-menu,
551
- .footer .drop-trigger:after {
552
- display: none;
553
- }
554
- .footer .drop-trigger {
555
- padding-right: 0;
556
- }
557
- /* MOBILE MENU */
558
- .mobile-menu-check,
559
- .show-mobile-menu {
560
- display: none;
561
- }
562
-
563
- @media (max-width: 800px) {
564
- html {
565
- box-shadow: none;
566
- padding: 0;
567
- }
568
- /* HEADER STYLES */
569
- .header-nav {
570
- padding: 2vh 1em 0 0;
571
- }
572
- .header-nav > li {
573
- margin-left: 0.25em;
574
- }
575
- .header-nav > li ~ li {
576
- padding-left: 0.25em;
577
- }
578
- .nav-links a {
579
- font-size: 3.25vw;
580
- }
581
- .header-logo {
582
- left: auto;
583
- }
584
- /* MOBILE MENU */
585
- .show-mobile-menu {
586
- display: block;
587
- float: right;
588
- margin-top: 1.5vh;
589
- padding: 1.5em;
590
- position: relative;
591
- }
592
- .header-nav {
593
- background-color: #444;
594
- box-sizing: border-box;
595
- left: 0;
596
- max-height: 0;
597
- overflow: hidden;
598
- padding: 0;
599
- position: absolute;
600
- text-align: center;
601
- top: 10vh;
602
- transition: all 0.5s ease-in-out;
603
- width: 100vw;
604
- z-index: 9;
605
- }
606
- .header-nav li {
607
- display: block;
608
- margin-top: 1em;
609
- }
610
- .header-nav li ~ li {
611
- border: 0;
612
- padding: 0;
613
- }
614
- .header-nav li:last-child {
615
- margin-bottom: 1em;
616
- }
617
- .header-nav li:first-child a {
618
- color: #fff;
619
- }
620
- /* HIDE DROPDOWN IN THE NAV MENU */
621
- .header-nav .dropdown:hover .drop-menu,
622
- .header-nav .drop-trigger:after {
623
- display: none;
624
- }
625
- .header-nav .drop-trigger {
626
- padding-right: 0;
627
- }
628
- .mobile-menu-check:checked ~ .header-nav {
629
- max-height: 1000px;
630
- }
631
- .mobile-menu-check:checked ~ .show-mobile-menu:after {
632
- background-color: #000;
633
- color: #ed6e2f;
634
- content: "CLOSE";
635
- left: 0;
636
- position: absolute;
637
- top: 1.5em;
638
- width: 100%;
639
- text-align: center;
640
- }
641
-
642
- /* HOME STYLES */
643
- .home-callout {
644
- flex-direction: column;
645
- }
646
- .callout-copy {
647
- flex: 1;
648
- }
649
- .bio-box {
650
- float: none;
651
- font-size: 1.3rem;
652
- width: auto;
653
- }
654
-
655
- /* BLOG STYLES */
656
- .post-aside {
657
- display: none;
658
- }
659
- .blog-recent {
660
- display: none;
661
- }
662
- .blog-previews {
663
- padding: 0;
664
- }
665
- /* GALLERY STYLES */
666
- .gallery {
667
- flex-direction: column;
668
- }
669
- .gallery .col {
670
- padding: 1em;
671
- }
672
- .gallery .gallery-thumbs {
673
- flex: 1;
674
- height: auto;
675
- white-space: nowrap;
676
- width: 100vw;
677
- }
678
- .gallery-thumbs > div {
679
- display: inline-block;
680
- }
681
- .gallery-thumbs img {
682
- height: 7vh;
683
- margin: 0 10px 0 0;
684
- width: auto;
685
- }
686
- .gallery .gallery-info {
687
- flex: 1;
688
- }
689
- }
690
- @media (max-width: 600px) {
691
- .half-hero {
692
- display: none;
693
- }
694
- }
695
-
1
+ /* GLOBAL STYLES */
2
+
3
+ body {
4
+ display: flex;
5
+ flex-direction: column;
6
+ font-family: 'Open Sans', helvetica, arial, sans;
7
+ min-height: 100vh;
8
+ }
9
+ h1,h2,h3,h4,h5,h6 {
10
+ font-family: 'Raleway', helvetica, sans;
11
+ font-weight: 100;
12
+ }
13
+ .content-container {
14
+ display: flex;
15
+ flex: 1 1 auto;
16
+ padding-top: 10vh;
17
+ width: 100%;
18
+ }
19
+ html {
20
+ box-shadow: 0 0 0 30px #000 inset;
21
+ padding: 0 30px;
22
+ }
23
+ h1 {
24
+ font-size: 7vw;
25
+ margin-top: 0;
26
+ }
27
+ h2 {
28
+ font-size: 2em;
29
+ }
30
+ a {
31
+ color: #6397b5;
32
+ }
33
+ p {
34
+ line-height: 1.5;
35
+ margin: 0.75em 0;
36
+ }
37
+ h2 ~ p {
38
+ font-size: 0.8em;
39
+ font-style: italic;
40
+ margin: 1em auto 0;
41
+ max-width: 70%;
42
+ text-align: center;
43
+ }
44
+ h4 {
45
+ color: #999;
46
+ font-weight: bold;
47
+ text-transform: uppercase;
48
+ }
49
+ /* HEADER STYLES */
50
+ .header {
51
+ background-color: #000;
52
+ color: #fff;
53
+ position: fixed;
54
+ width: 100%;
55
+ z-index: 20;
56
+ }
57
+ .header-logo {
58
+ background-color: #000;
59
+ box-sizing: border-box;
60
+ display: block;
61
+ height: 10vh;
62
+ left: -30px;
63
+ padding-top: 10px;
64
+ position: relative;
65
+ text-align: center;
66
+ width: 10vh;
67
+ }
68
+ .header-logo:hover,
69
+ .header-logo:active {
70
+ background-color: #ed6e2f;
71
+ }
72
+ .header-logo img {
73
+ width: 4.3vh;
74
+ }
75
+ .header-nav {
76
+ float: right;
77
+ padding: 5.5vh 60px 0 0;
78
+ }
79
+ .header-nav > li {
80
+ display: inline-block;
81
+ margin-left: 1em;
82
+ }
83
+ .header-nav > li ~ li {
84
+ border-left: 1px solid rgba(255, 255, 255, 0.3);
85
+ padding-left: 1em;
86
+ }
87
+ .header-nav a,
88
+ .drop-trigger {
89
+ color: #fff;
90
+ }
91
+ .nav-links a,
92
+ .drop-trigger,
93
+ .show-mobile-menu {
94
+ font-size: 0.8rem;
95
+ font-weight: bold;
96
+ text-decoration: none;
97
+ text-transform: uppercase;
98
+ }
99
+ .nav-links a:hover,
100
+ .nav-links a:active {
101
+ color: #ed6e2f;
102
+ }
103
+ .header-nav > li:first-child a {
104
+ color: #ed6e2f;
105
+ }
106
+ .header-nav > li:first-child a:hover {
107
+ color: #fff;
108
+ }
109
+
110
+ /* FOOTER STYLES */
111
+ .footer {
112
+ background-color: #000;
113
+ padding: 10vh 0 15vh;
114
+ text-align: center;
115
+ }
116
+ .footer-logo img {
117
+ width: 50px;
118
+ }
119
+ .footer h3 {
120
+ color: #fff;
121
+ padding-top: 1.5em;
122
+ text-transform: uppercase;
123
+ }
124
+ .footer h3 span {
125
+ color: #aaa;
126
+ }
127
+ .footer-nav > li {
128
+ display: inline-block;
129
+ margin: 2em 1em 0;
130
+ }
131
+ .footer-nav a {
132
+ color: #ccc;
133
+ }
134
+
135
+ /* HERO STYLES */
136
+
137
+ .half-hero {
138
+ background-position: center center;
139
+ background-size: cover;
140
+ height: 40vh;
141
+ }
142
+
143
+ .full-hero {
144
+ background-color: #c7dbfc;
145
+ background-size: cover;
146
+ box-sizing: border-box;
147
+ height: 90vh;
148
+ }
149
+ .full-hero:after {
150
+ border: 10px solid;
151
+ border-color: #fff transparent transparent;
152
+ bottom: 2vh;
153
+ content: "";
154
+ height: 0;
155
+ left: 50%;
156
+ position: absolute;
157
+ transform: translate(-50%, 0);
158
+ width: 0;
159
+ }
160
+ .hero-home {
161
+ background-image: url(/images/shark.jpg);
162
+ background-position: center top;
163
+ }
164
+ .hero-content {
165
+ color: #fff;
166
+ position: relative;
167
+ text-align: center;
168
+ text-transform: uppercase;
169
+ top: 50%;
170
+ transform: translate(0, -50%);
171
+ }
172
+ .hero-content h1 {
173
+ color: rgba(255, 255, 255, 0.8);
174
+ font-size: 7vw;
175
+ margin-bottom: 0.25em;
176
+ }
177
+ .hero-content .social-link {
178
+ background-color: rgba(255, 255, 255, 0.8);
179
+ color: #557c83;
180
+ }
181
+ .hero-content .social-link:hover {
182
+ background-color: #000;
183
+ color: #fff;
184
+ }
185
+
186
+ /* SOCIAL STYLES */
187
+ .social-link {
188
+ background: rgba(150, 150, 150, 0.5);
189
+ border-radius: 99px;
190
+ box-sizing: border-box;
191
+ color: #fff;
192
+ display: inline-block;
193
+ font-family: helvetica, arial, sans;
194
+ font-size: 1.7em;
195
+ font-weight: bold;
196
+ height: 1.5em;
197
+ line-height: 1;
198
+ padding-top: 0.25em;
199
+ text-align: center;
200
+ text-decoration: none;
201
+ vertical-align: middle;
202
+ width: 1.5em;
203
+ }
204
+ .social-link:hover,
205
+ .social-link:active {
206
+ background-color: #f442eb;
207
+ }
208
+ .social-list {
209
+ list-style: none;
210
+ padding: 0;
211
+ text-align: center;
212
+ position: relative;
213
+ }
214
+ .social-list > li {
215
+ display: inline-block;
216
+ margin: 0 0.5em;
217
+ }
218
+
219
+ /* BIO STYLES */
220
+ .bio-wrapper {
221
+ font-size: 24px;
222
+ margin: auto;
223
+ max-width: 960px;
224
+ overflow: hidden;
225
+ }
226
+ .bio-box {
227
+ box-sizing: border-box;
228
+ float: left;
229
+ font-size: 1rem;
230
+ margin: 6rem 0 0;
231
+ padding: 0 3%;
232
+ width: 33%;
233
+ }
234
+ .bio-box h3 {
235
+ color: #fff;
236
+ font-family: 'Oswald', sans-serif;
237
+ font-size: 1.5em;
238
+ margin: -40px 0 1em;
239
+ text-align: center;
240
+ text-transform: uppercase;
241
+ }
242
+ .bio-box img {
243
+ width: 100%;
244
+ }
245
+ .bio-box .social-link {
246
+ display: block;
247
+ margin: 2em auto 1em;
248
+ }
249
+ .bio-copy {
250
+ font-size: 0.75em;
251
+ line-height: 1.5;
252
+ }
253
+ .bio-copy a {
254
+ color: green;
255
+ }
256
+
257
+ /* HOMEPAGE STYLES */
258
+
259
+ .home-section h2 {
260
+ margin-bottom: 1.5rem;
261
+ text-align: center;
262
+ }
263
+ .home-section h4 {
264
+ margin-bottom: 0.5em;
265
+ text-align: center;
266
+ }
267
+ .home-section .post-header {
268
+ text-align: center;
269
+ }
270
+ .home-section .blog-posts {
271
+ margin: auto;
272
+ width: 75%;
273
+ }
274
+
275
+ .home-section {
276
+ margin: 6rem auto;
277
+ max-width: 980px;
278
+ width: 90vw;
279
+ }
280
+ .home-section h2 {
281
+ margin-bottom: 1.5rem;
282
+ text-align: center;
283
+ }
284
+ .home-callout {
285
+ display: flex;
286
+ align-items: center;
287
+ background-color: #000;
288
+ color: #fff;
289
+ padding: 7vh 0;
290
+ }
291
+ .home-callout h3 {
292
+ color: inherit;
293
+ margin-top: 1em;
294
+ }
295
+ .callout-title {
296
+ flex: 1;
297
+ font-size: 5.75vw;
298
+ text-align: right;
299
+ text-transform: uppercase;
300
+ }
301
+ .callout-copy {
302
+ flex: 0 0 45em;
303
+ font-size: 0.8rem;
304
+ padding: 0 3vw;
305
+ }
306
+
307
+ /* COLUMN STYLES */
308
+
309
+ .col-three {
310
+ display: flex;
311
+ flex: 1;
312
+ }
313
+ .col {
314
+ box-sizing: border-box;
315
+ padding: 2em;
316
+ }
317
+ .col-three .col ~ .col {
318
+ border-left: 1px solid rgba(0, 0, 0, 0.1);
319
+ }
320
+ .col-three .col-nav {
321
+ flex: 0 1 15em;
322
+ }
323
+ .col-three .col-content {
324
+ flex: 1;
325
+ }
326
+ .col-three .col-aside {
327
+ flex: 0 1 20em;
328
+ }
329
+ .col-two {
330
+ display: flex;
331
+ }
332
+ .col-two .col-aside {
333
+ flex: 0 0 20em;
334
+ order: 1;
335
+ }
336
+ .col-two .col-content {
337
+ flex: 1;
338
+ }
339
+ /* PAGE STYLES */
340
+ .page {
341
+ margin: 10vh auto 15vh;
342
+ max-width: 980px;
343
+ width: 85vw;
344
+ }
345
+ .page h1 {
346
+ font-size: 3em;
347
+ margin-bottom: 1em;
348
+ text-align: center;
349
+ }
350
+ .page h2 {
351
+ margin-bottom: 0.5em;
352
+ }
353
+ .page h4 {
354
+ margin-bottom: 1em;
355
+ }
356
+
357
+ /* GALLERY STYLES */
358
+ .gallery-thumbs {
359
+ height: 90vh;
360
+ overflow: scroll;
361
+ }
362
+ .gallery-thumbs > div {
363
+ cursor: pointer;
364
+ }
365
+ .gallery-thumbs img {
366
+ box-sizing: border-box;
367
+ box-shadow: 0 0 0 5px transparent;
368
+ display: inline-block;
369
+ margin: 0 0 10px;
370
+ opacity: 0.5;
371
+ transition: all 0.5s ease-in-out;
372
+ width: 100%;
373
+ }
374
+ .gallery-thumbs img:hover {
375
+ opacity: 1;
376
+ }
377
+ .gallery-thumbs .current img {
378
+ box-shadow: 0 0 0 5px #ed6e2f;
379
+ opacity: 1;
380
+ }
381
+ .gallery-photo {
382
+ position: relative;
383
+ }
384
+ .gallery-photo img {
385
+ width: 100%;
386
+ }
387
+ .gallery-info {
388
+ font-size: 0.8rem;
389
+ }
390
+ .gallery-info h3 {
391
+ margin-bottom: 1em;
392
+ }
393
+ /* BLOG STYLES */
394
+ .blog-recent {
395
+ text-align: right;
396
+ }
397
+ .blog-title-list {
398
+ list-style: none;
399
+ padding: 0;
400
+ }
401
+ .blog-title-list li ~ li {
402
+ margin-top: 1.5em;
403
+ }
404
+ .blog-title-list span {
405
+ color: #999;
406
+ display: block;
407
+ font-size: 0.8em;
408
+ font-style: italic;
409
+ margin-top: 0.5em;
410
+ }
411
+ .blog-posts ~ .blog-posts {
412
+ border-top: 1px dotted rgba(0, 0, 0, 0.1);
413
+ margin-top: 4em;
414
+ padding-top: 4em;
415
+ }
416
+ .blog-posts .post-header {
417
+ font-size: 0.8rem;
418
+ }
419
+ .post-header {
420
+ margin-bottom: 1.5em;
421
+ }
422
+ .post-header img,
423
+ .post-header .social-link {
424
+ margin-right: 0.5em;
425
+ }
426
+ .post-header img {
427
+ border-radius: 99px;
428
+ display: inline-block;
429
+ height: 2.5em;
430
+ vertical-align: middle;
431
+ }
432
+ .posts-image {
433
+ background-position: center;
434
+ background-size: cover;
435
+ height: 6em;
436
+ margin-bottom: 1.5em;
437
+ }
438
+ .post {
439
+ width: 100%;
440
+ }
441
+ .post-content,
442
+ .post-footer {
443
+ margin: auto;
444
+ max-width: 40em;
445
+ width: 85vw;
446
+ }
447
+ .pull-left {
448
+ float: left;
449
+ margin: 2em 2em 2em -2%;
450
+ }
451
+ .pull-right {
452
+ float: right;
453
+ margin: 2em -2% 2em 2em
454
+ }
455
+ .post-aside {
456
+ background-color: rgba(0, 0, 0, 0.01);
457
+ float: right;
458
+ margin: 0 0 2em 2em;
459
+ padding: 2em;
460
+ }
461
+ .post .post-header {
462
+ margin-bottom: 2.5em;
463
+ text-align: center;
464
+ }
465
+ .post-content {
466
+ font-size: 1.1rem;
467
+ }
468
+ .post-footer {
469
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
470
+ font-style: italic;
471
+ font-size: 0.8em;
472
+ margin-top: 3em;
473
+ padding-top: 2em;
474
+ }
475
+ /* DROPDOWN STYLES */
476
+ .dropdown {
477
+ position: relative;
478
+ }
479
+ .dropdown:hover .drop-menu {
480
+ display: block;
481
+ }
482
+ .dropdown:hover .drop-trigger:after {
483
+ border-color: #ed6e2f transparent transparent;
484
+ }
485
+ .drop-trigger {
486
+ display: inline-block;
487
+ padding-right: 1.5em;
488
+ position: relative;
489
+ }
490
+ .drop-trigger:after {
491
+ border: 0.3em solid;
492
+ border-color: #fff transparent transparent;
493
+ content: "";
494
+ height: 0;
495
+ position: absolute;
496
+ right: 0;
497
+ top: 0.3em;
498
+ width: 0;
499
+ }
500
+ .drop-menu {
501
+ box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
502
+ display: none;
503
+ list-style: none;
504
+ padding: 1em 0 0;
505
+ position: absolute;
506
+ right: 0;
507
+ z-index: 9;
508
+ }
509
+ .drop-menu:before {
510
+ border: 0.6em solid;
511
+ border-color: transparent transparent #fff;
512
+ content: "";
513
+ height: 0;
514
+ position: absolute;
515
+ right: 1em;
516
+ top: -0.1em;
517
+ width: 0;
518
+ }
519
+ .drop-menu li {
520
+ background-color: #fff;
521
+ }
522
+ .drop-menu li ~ li {
523
+ border-top: 1px dotted rgba(0,0,0,0.1)
524
+ }
525
+ .drop-menu li:first-child {
526
+ border-radius: 5px 5px 0 0;
527
+ color: #999;
528
+ font-size: 0.5em;
529
+ padding: 1em 1em 0.25em;
530
+ text-align: right;
531
+ text-transform: uppercase;
532
+ }
533
+ .drop-menu li:last-child {
534
+ border-radius: 0 0 5px 5px;
535
+ }
536
+ .drop-menu a {
537
+ color: #333;
538
+ display: block;
539
+ font-weight: normal;
540
+ padding: 0.5em 2em 0.5em 1em;
541
+ text-align: left;
542
+ text-transform: none;
543
+ white-space: nowrap;
544
+ }
545
+ .drop-menu a:hover {
546
+ background-color: rgba(0,0,0,0.1);
547
+ color: #333;
548
+ }
549
+ /* HIDE IN THE FOOTER */
550
+ .footer .dropdown:hover .drop-menu,
551
+ .footer .drop-trigger:after {
552
+ display: none;
553
+ }
554
+ .footer .drop-trigger {
555
+ padding-right: 0;
556
+ }
557
+ /* MOBILE MENU */
558
+ .mobile-menu-check,
559
+ .show-mobile-menu {
560
+ display: none;
561
+ }
562
+
563
+ @media (max-width: 800px) {
564
+ html {
565
+ box-shadow: none;
566
+ padding: 0;
567
+ }
568
+ /* HEADER STYLES */
569
+ .header-nav {
570
+ padding: 2vh 1em 0 0;
571
+ }
572
+ .header-nav > li {
573
+ margin-left: 0.25em;
574
+ }
575
+ .header-nav > li ~ li {
576
+ padding-left: 0.25em;
577
+ }
578
+ .nav-links a {
579
+ font-size: 3.25vw;
580
+ }
581
+ .header-logo {
582
+ left: auto;
583
+ }
584
+ /* MOBILE MENU */
585
+ .show-mobile-menu {
586
+ display: block;
587
+ float: right;
588
+ margin-top: 1.5vh;
589
+ padding: 1.5em;
590
+ position: relative;
591
+ }
592
+ .header-nav {
593
+ background-color: #444;
594
+ box-sizing: border-box;
595
+ left: 0;
596
+ max-height: 0;
597
+ overflow: hidden;
598
+ padding: 0;
599
+ position: absolute;
600
+ text-align: center;
601
+ top: 10vh;
602
+ transition: all 0.5s ease-in-out;
603
+ width: 100vw;
604
+ z-index: 9;
605
+ }
606
+ .header-nav li {
607
+ display: block;
608
+ margin-top: 1em;
609
+ }
610
+ .header-nav li ~ li {
611
+ border: 0;
612
+ padding: 0;
613
+ }
614
+ .header-nav li:last-child {
615
+ margin-bottom: 1em;
616
+ }
617
+ .header-nav li:first-child a {
618
+ color: #fff;
619
+ }
620
+ /* HIDE DROPDOWN IN THE NAV MENU */
621
+ .header-nav .dropdown:hover .drop-menu,
622
+ .header-nav .drop-trigger:after {
623
+ display: none;
624
+ }
625
+ .header-nav .drop-trigger {
626
+ padding-right: 0;
627
+ }
628
+ .mobile-menu-check:checked ~ .header-nav {
629
+ max-height: 1000px;
630
+ }
631
+ .mobile-menu-check:checked ~ .show-mobile-menu:after {
632
+ background-color: #000;
633
+ color: #ed6e2f;
634
+ content: "CLOSE";
635
+ left: 0;
636
+ position: absolute;
637
+ top: 1.5em;
638
+ width: 100%;
639
+ text-align: center;
640
+ }
641
+
642
+ /* HOME STYLES */
643
+ .home-callout {
644
+ flex-direction: column;
645
+ }
646
+ .callout-copy {
647
+ flex: 1;
648
+ }
649
+ .bio-box {
650
+ float: none;
651
+ font-size: 1.3rem;
652
+ width: auto;
653
+ }
654
+
655
+ /* BLOG STYLES */
656
+ .post-aside {
657
+ display: none;
658
+ }
659
+ .blog-recent {
660
+ display: none;
661
+ }
662
+ .blog-previews {
663
+ padding: 0;
664
+ }
665
+ /* GALLERY STYLES */
666
+ .gallery {
667
+ flex-direction: column;
668
+ }
669
+ .gallery .col {
670
+ padding: 1em;
671
+ }
672
+ .gallery .gallery-thumbs {
673
+ flex: 1;
674
+ height: auto;
675
+ white-space: nowrap;
676
+ width: 100vw;
677
+ }
678
+ .gallery-thumbs > div {
679
+ display: inline-block;
680
+ }
681
+ .gallery-thumbs img {
682
+ height: 7vh;
683
+ margin: 0 10px 0 0;
684
+ width: auto;
685
+ }
686
+ .gallery .gallery-info {
687
+ flex: 1;
688
+ }
689
+ }
690
+ @media (max-width: 600px) {
691
+ .half-hero {
692
+ display: none;
693
+ }
694
+ }
695
+