Projekt

Obecné

Profil

Stáhnout (23.3 KB) Statistiky
| Větev: | Tag: | Revize:
1
// Variables
2
@import 'variables';
3

    
4
body {
5
    background-color: $theme-color-five;
6
    font-family: $font-family-one;
7
    padding-top: 5.1rem;
8

    
9
    .head-title h1 {
10
        color: $theme-color-one;
11
        font-weight: $font-weight-one;
12
        font-size: 60pt;
13
        //font-weight: bold;
14
        letter-spacing: 3px;
15
    }
16

    
17
    .carousel {
18
        margin-top: - 5.1rem;
19

    
20
        .carousel-inner {
21
            .museum-logo {
22
                display: flex;
23
                justify-content: center;
24
                position: absolute;
25
                top: 5%;
26
                width: 100%;
27
                z-index: 1;
28

    
29
                img {
30
                    width: 7.5rem;
31
                }
32
            }
33

    
34
            .social-logo {
35
                text-align: center;
36
                justify-content: space-around;
37
                flex-wrap: nowrap;
38
                position: absolute;
39
                top: 25%;
40
                padding-left: 25px;
41
                width: 100%;
42
                z-index: 1;
43

    
44
                img {
45
                    width: 2.0625rem;
46
                }
47
            }
48

    
49
            .carousel-button {
50
                bottom: 10%;
51
                left: 50%;
52
                transform: translateX(-50%);
53
                position: absolute;
54
                z-index: 1;
55
            }
56

    
57
            .carousel-item {
58
                height: 100vh;
59
                min-height: 350px;
60
                background: no-repeat center center scroll;
61
                -webkit-background-size: cover;
62
                -moz-background-size: cover;
63
                -o-background-size: cover;
64
                background-size: cover;
65
            }
66
        }
67

    
68
        .carousel-caption {
69
            top: 50%;
70
            bottom: auto;
71
            transform: translateY(-50%);
72
            background-color: rgba(239, 218, 179, 0.5);
73
        }
74
    }
75

    
76
    /////////text types
77
    //většina běžných textů
78
    .text {
79
        font-weight: $font-weight-one;
80
        font-size: 8pt;
81
        line-height: 9pt;
82
    }
83

    
84
    //text inputu a název artefaktů
85
    .text2 {
86
        font-weight: $font-weight-two;
87
        font-size: 8pt;
88
    }
89

    
90
    //název "kaplicky" a "choose a few" v categories (tam má jinou barvu)
91
    .kaplicky {
92
        color: $theme-color-one;
93
        font-size: 11pt;
94
        font-weight: $font-weight-three;
95
        letter-spacing: 3pt;
96
    }
97

    
98
    //autor artefaktu
99
    .text-author {
100
        font-weight: $font-weight-one;
101
        font-size: 7pt;
102
        color: $theme-color-four;
103
    }
104

    
105
    //počet lajků
106
    .text-number {
107
        font-weight: $font-weight-two;
108
        font-size: 5pt;
109
        color: $theme-color-four;
110
    }
111

    
112
    //notes u metadat, about v about, text levého menu
113
    .text-headline {
114
        font-weight: $font-weight-two;
115
        font-size: 12pt;
116
        color: $theme-color-four;
117
    }
118

    
119
    //název metadata, text pravého menu
120
    .text-page {
121
        font-weight: $font-weight-two;
122
        font-size: 7pt;
123
    }
124

    
125
    ////color pro změnu jen barvy
126
    .black {
127
        color: $theme-color-five;
128
    }
129

    
130
    .white {
131
        color: $theme-color-one;
132
    }
133

    
134
    .colored {
135
        color: $theme-color-four;
136
    }
137

    
138

    
139
    ////login
140
    .auth {
141
        .card {
142
            border: none;
143
            text-align: center;
144
            font-size: 8pt;
145
        }
146

    
147
        .col-form-label {
148
            text-align: left;
149
            padding-top: 0;
150
            padding-bottom: 0;
151
        }
152

    
153
        .form-control {
154
            padding: 0;
155
            height: 17pt;
156
            border-radius: 0;
157

    
158
            &:focus {
159
                border-color: $theme-color-one;
160
                -webkit-box-shadow: none;
161
                box-shadow: none;
162
            }
163
        }
164
    }
165

    
166
    //Oprava barev pro Chrom
167
    input:-webkit-autofill {
168
        -webkit-box-shadow: 0 0 0 50px $theme-color-five inset !important;
169
        -webkit-text-fill-color: $theme-color-one;
170
        background-color: $theme-color-five !important;
171
        //outline: none !important;
172
        &:active, &:focus, &:visited, &:hover {
173
            -webkit-box-shadow: 0 0 0 50px $theme-color-five inset !important;
174
            -webkit-text-fill-color: $theme-color-one;
175
            background-color: $theme-color-five !important;
176
            //outline: none !important;
177
        }
178
    }
179

    
180
    .card-body {
181
        background-color: $theme-color-five;
182
        font-weight: $font-weight-one;
183
        color: $theme-color-four;
184
    }
185

    
186
    .form-control {
187
        background-color: $theme-color-five;
188
        margin-top: -1px;
189
        border-top-color: $theme-color-five;
190
        border-left-color: $theme-color-five;
191
        border-right-color: $theme-color-five;
192
        border-bottom-color: 0.5pt $theme-color-one;
193
        color: $theme-color-one;
194
        box-shadow: none;
195
        font-size: 8pt;
196
        outline: none;
197

    
198
        &:active, &:focus, &:visited, &:hover {
199
            outline: none;
200
            background-color: $theme-color-five;
201
            margin-top: -1px;
202
            border-top-color: $theme-color-five;
203
            border-left-color: $theme-color-five;
204
            border-right-color: $theme-color-five;
205
            border-bottom-color: 0.5pt $theme-color-one;
206
            color: $theme-color-one;
207
            box-shadow: none;
208
        }
209

    
210
    }
211

    
212
    .form-control.is-invalid {
213
        box-shadow: none;
214
        border-color: $theme-color-four;
215
        background-image: none;
216

    
217
        &:active, &:focus, &:visited {
218
            box-shadow: none;
219
            border-color: $theme-color-four;
220
        }
221
    }
222

    
223
    .button-square {
224
        font-size: 8pt;
225
        background-color: $theme-color-five;
226
        color: $theme-color-one;
227
        border: 0.5pt solid $theme-color-one;
228
        border-radius: 0;
229
        width: 6.5rem;
230
        height: 2rem;
231
        font-weight: $font-weight-one;
232

    
233
        &:active, &:focus, &:visited, &:hover {
234
            outline: none;
235
            box-shadow: none;
236
            color: $theme-color-one;
237
        }
238

    
239
        &:hover {
240
            color: $theme-color-four;
241
        }
242
    }
243

    
244
    //spendlik
245
    .pin-left:before {
246
        content: '';
247
        position: relative;
248
        height: 0.35433rem;
249
        width: 0.35433rem;
250
        background-color: $theme-color-one;
251
        border-radius: 50%;
252
        display: inline-block;
253
        top: -0.35433rem;
254
        left: -0.2rem;
255
    }
256

    
257
    .pin-left {
258
        border-left: .5pt solid $theme-color-four;
259
        position: fixed;
260
        bottom: 0;
261
        text-align: left;
262

    
263
        // center fixed div
264
        left: 50%;
265
        transform: translateX(-50%);
266
        width: 70%;
267

    
268
        .text {
269
            margin-left: 0.5rem;
270
            margin-bottom: 0.2rem; // looks fugly without margin
271
        }
272

    
273
        p {
274
            margin-top: 0;
275
            margin-bottom: 0;
276
        }
277
    }
278

    
279
    li {
280
        list-style-type: none;
281
    }
282

    
283
    .button-image {
284
        background-color: transparent;
285
        border-color: transparent;
286

    
287
        &:before {
288
            content: "";
289
            width: 100px;
290
            height: 100px;
291
            display: inline-block;
292
            margin-right: 5px;
293
            vertical-align: text-top;
294
            background-color: transparent;
295
            background-position: center center;
296
            background-repeat: no-repeat;
297
        }
298
    }
299

    
300
    .fav-cat-mybooks{
301
        color:$theme-color-two;
302
        text-align: center;
303
        font-size: 1.9rem;
304
    }
305

    
306
    .fav-cat-nofav{
307
        text-align: center;
308
        color:$theme-color-three;
309
        background-color: $theme-color-five;
310
        border-color: $theme-color-three;
311
    }
312

    
313
    .artefacts-area, .artefact-area {
314

    
315
        h5 {
316
            color: $theme-color-two;
317
            //font-weight: $font-weight-two;
318
            text-overflow: ellipsis;
319
            overflow: hidden;
320
            white-space: nowrap;
321
            line-height: 0.9rem;
322
            font-size: 1.1rem;
323
        }
324

    
325
        h6 {
326
            color: $theme-color-two;
327
            font-size: 0.9rem;
328
            //font-weight: lighter;
329
            font-weight: $font-weight-one;
330
        }
331

    
332
        img {
333
            border: transparent;
334
            border-radius: 1px;
335
        }
336

    
337
        .card {
338
            margin: 10px;
339
            border: none !important;
340
        }
341

    
342
        .left_panel_info {
343
            margin-top: 15px;
344
            max-width: 70%;//250px
345
        }
346

    
347
        .right_panel_info {
348
            margin-top: 15px;
349
        }
350

    
351
        .likes_text{
352
            text-align: center;
353
        }
354

    
355
        .card-cus-bottom {
356
            background-color: $theme-color-five;
357
            padding-right: 0;
358
            padding-left: 0;
359
        }
360

    
361
        .inter_info {
362
            &:before {
363
                //background-image: url(../images/interface/Button_Info_50.png);
364
                background-image: url(../images/interface/Button_Info.svg);
365
                //width: 60px;
366
                //height: 60px;
367
                width:8vw;
368
                height:8vw;
369
            }
370
        }
371

    
372
        .inter_like {
373
            display: none;
374

    
375
            &:before {
376
                //background-image: url(../images/interface/Hearth_Empty_50.png);
377
                background-image: url(../images/interface/Heart_Empty.svg);
378
                //width: 60px;
379
                //height: 60px;
380
                width:8vw;
381
                height:8vw;
382
            }
383
        }
384

    
385
        .inter_like_filled {
386
            &:before {
387
                //background-image: url(../images/interface/Hearth_Filled_50.png);
388
                background-image: url(../images/interface/Heart_Filled.svg);
389
                //width: 60px;
390
                //height: 60px;
391
                width:8vw;
392
                height:8vw;
393
            }
394
        }
395

    
396
        .inter_info, .inter_like, .inter_like_filled {
397
            padding: 0;
398

    
399
            &:focus, &:active, &:hover {
400
                background-color: transparent !important;
401
                border-color: transparent !important;
402
                outline: none !important;
403
                box-shadow: none !important;
404
            }
405
        ;
406
        }
407
    }
408

    
409
    // Artefact area
410
    .artefact-area {
411

    
412
        .card-cus-bottom {
413
            .left_panel_info, .right_panel_info {
414
                margin: 0.9375rem 0 0 0;
415
            }
416

    
417
            .right_panel_info {
418
                .float-right {
419
                    margin-right: -0.35rem;
420
                }
421
            }
422
        }
423

    
424
        .artefact-name {
425
            font-weight: $font-weight-two;
426
            font-size: 8pt;
427
            line-height: 10pt;
428
            margin-bottom: 0;
429
        }
430

    
431
        .artefact-author {
432
            font-size: 7pt;
433
            line-height: 8pt;
434
        }
435

    
436
        .inter_like {
437
            display: block;
438

    
439
            &:before {
440
                background-image: url(../images/interface/Heart_Empty.svg);
441
                width: 1.563rem;
442
                height: 1.25rem;
443

    
444
            }
445
        }
446

    
447
        .inter_like_filled {
448
            &:before {
449
                background-image: url(../images/interface/Heart_Filled.svg);
450
                width: 1.563rem;
451
                height: 1.25rem;
452
            }
453
        }
454

    
455
        .inter_info {
456

    
457
            padding-right: 1rem;
458

    
459
            &:before {
460
                background-image: url(../images/interface/Button_Info.svg);
461
                width: 1.875rem;
462
                height: 1.875rem;
463
            }
464
        }
465

    
466
        .artefact-likes {
467
            font-weight: $font-weight-two;
468
            font-size: 5pt;
469
            padding-right: 0.25rem;
470
        }
471
    }
472

    
473
    // Metadata area
474
    .metadata-area {
475

    
476
        h2 {
477
            color: $theme-color-two;
478
            font-weight: $font-weight-two;
479
            font-size: 12pt;
480
        }
481

    
482
        .arrow-down {
483
            position: fixed;
484
            top: 0.25rem;
485
            right: 0;
486
            margin: 2rem;
487
            width: 0;
488
            height: 0;
489
            border-left: 0.59055rem solid transparent;
490
            border-right: 0.59055rem solid transparent;
491
            border-top: 0.59055rem solid $theme-color-two;
492
        }
493

    
494
        .pin-horizontal {
495
            color: $theme-color-two;
496
            border-bottom: .042rem solid $theme-color-two;
497
            display: inline-block;
498
            margin: 2.75rem 3.125rem 0 0;
499

    
500
            &:after {
501
                content: '';
502
                background-color: #ddd1b9;
503
                position: relative;
504
                height: .5rem;
505
                width: .5rem;
506
                border-radius: 50%;
507
                display: block;
508
                margin-left: auto;
509
                top: .25rem;
510
            }
511

    
512
            .metadata {
513
                position: relative;
514
                display: flex;
515
                align-items: baseline;
516

    
517
                span {
518
                    font-weight: $font-weight-two;
519
                }
520

    
521
                .arrow-down {
522
                    position: relative;
523
                    top: 0;
524
                    right: 0;
525
                    width: 0;
526
                    height: 0;
527
                    border-left: 0.25rem solid transparent;
528
                    border-right: 0.25rem solid transparent;
529
                    border-top: 0.25rem solid $theme-color-two;
530
                    margin: 0 0.5rem 0 0.5rem;
531
                }
532
            }
533
        }
534

    
535
        .white-pin {
536
            color: $theme-color-one;
537
            border-bottom: .042rem solid $theme-color-one;
538

    
539
            &:before {
540
                content: '';
541
                background-color: $theme-color-one;
542
            }
543

    
544
            .metadata {
545
                .arrow-down {
546
                    border-top: 0.25rem solid $theme-color-one;
547
                }
548
            }
549
        }
550

    
551
        .metadata-text {
552
            font-size: 8pt;
553
            color: $theme-color-one;
554
            padding-top: 10px;
555
            padding-left: 25px;
556
            padding-right: 25px;
557

    
558
            .artefact-info {
559
                color: $theme-color-two;
560
                margin-top: 10px;
561

    
562
                .artefact-name {
563
                    font-weight: $font-weight-two;
564
                    font-size: 8pt;
565
                }
566

    
567
                .artefact-author {
568
                    font-weight: $font-weight-one;
569
                    font-size: 7pt;
570
                }
571

    
572
                .inter_like {
573

    
574
                    &:before {
575
                        background-image: url(../images/interface/Heart_Empty.svg);
576
                        width: 3.125rem;
577
                        height: 3.125rem;
578
                        margin-right: 0;
579
                    }
580

    
581
                    &:hover, &:focus, &:active {
582
                        background-color: transparent !important;
583
                        border-color: transparent !important;
584
                        outline: none !important;
585
                        box-shadow: none !important;
586
                    }
587
                }
588

    
589
                .inter_like_filled {
590

    
591
                    &:before {
592
                        background-image: url(../images/interface/Heart_Filled.svg);
593
                        width: 3.125rem;
594
                        height: 3.125rem;
595
                        margin-right: 0;
596
                    }
597

    
598
                    &:hover, &:focus, &:active {
599
                        background-color: transparent !important;
600
                        border-color: transparent !important;
601
                        outline: none !important;
602
                        box-shadow: none !important;
603
                    }
604
                }
605
            }
606
        }
607
    }
608

    
609
    // Modal
610
    .modal {
611
        font-weight: $font-weight-one;
612
        color: $theme-color-two;
613
        font-size: 8pt;
614

    
615
        .modal-header {
616
            border-bottom: 1px solid $theme-color-two;
617

    
618
            .close {
619
                color: $theme-color-two;
620
                text-shadow: none;
621
            }
622
        }
623

    
624
        .modal-content {
625
            background-color: $theme-color-five;
626
        }
627

    
628
        .modal-footer {
629
            border-top: 1px solid $theme-color-two;
630

    
631
            .btn {
632
                background-color: $theme-color-two;
633
                color: $theme-color-five;
634

    
635
            }
636
        }
637
    }
638

    
639
    .image-modal {
640
        .close {
641
            font-size: 24pt;
642
            color: $theme-color-two;
643
            text-shadow: none;
644
            position: absolute;
645
            top: 1rem;
646
            right: 0.125rem;
647
            opacity: 1;
648
            cursor: pointer;
649
            pointer-events: initial;
650
        }
651
    }
652

    
653
    /*.content {
654
        position: relative;
655

    
656
        //Circle style button
657
        .btn-circle.rounded-circle {
658
            padding: 6px 0px;
659
            font-size: 16px;
660
            text-align: center;
661
        }
662
        .btn-categories
663
        {
664
            position: absolute;
665
            border-width: 5px;
666
            background-color: $theme-color-five;
667
            border-color: $theme-color-four;
668
            color:$theme-color-four;
669
            outline: none !important;
670
            box-shadow: none !important;
671
            font-weight: $font-weight-two;
672

    
673
            &:active
674
            {
675
                background-color: $theme-color-three;
676
                border-color: $theme-color-four;
677
                outline: none !important;
678
                box-shadow: none !important;
679
                color:$theme-color-five;
680
            }
681
        }
682
    }*/
683

    
684
    //CATEGORIES - TILES
685
    .btn.btn-dark.cat-tile {
686
        //STYLING
687
        border-color: $theme-color-four;
688
        border-radius: 0;
689
        border-style: solid;
690
        border-width: 2px;
691
        color: $theme-color-four;
692
        background-color: $theme-color-five;
693
        text-align: center;
694
        outline: none !important;
695
        box-shadow: none !important;
696

    
697
        //TEXT OVERFLOW
698
        overflow: hidden;
699
        text-overflow: ellipsis;
700

    
701
        //FONT
702
        font-size: 22pt;
703

    
704
        //SPACING
705
        padding: 4rem 0.5rem;
706

    
707
        &:active, &:focus {
708
            background-color: $theme-color-three;
709
            border-color: $theme-color-four;
710
            outline: none !important;
711
            box-shadow: none !important;
712
            color: $theme-color-five;
713
        }
714
    }
715

    
716
    .btn-dark:not(:disabled):not(.disabled).active{
717
        background-color: $theme-color-four;
718
        color:white;
719
        border-color: $theme-color-five;
720
    }
721

    
722
    //CATEGORY/{id} -h2 title NO ARTEFACTS
723
    .category-h2 {
724
        color: $theme-color-four;
725
    }
726

    
727
    //CATEGORIES - Choose a topic TITLE
728
    .head-title.text-center.cat-main-topic{
729

    
730
        h1{
731
            font-size: 1.9rem;
732
        }
733
    }
734

    
735
    //CATEGORIES - Main menu
736
    .cat-main-menu{
737
        font-size: 1.75rem;
738
        text-align: center;
739
        margin-bottom: 30pt;
740

    
741
        a,a:visited{
742
            color: $theme-color-two;
743
            text-decoration: none;
744
        }
745

    
746
        a:hover{
747
            color: $theme-color-four;
748
        }
749

    
750
    }
751

    
752
    //CATEGORIES - Wrapper around Enter button
753
    .cat-wrapper{
754
        margin:auto;
755
        display:block;
756
        //align-content: center;
757
        //margin:auto;
758
        //display:block;
759
    }
760

    
761
    //CATEGORIES - Enter button
762
    .btn.button-square.cat-enter-butt {
763
        font-size: 8pt;
764
        background-color: grey;
765
        color: $theme-color-one;
766
        border: 0.5pt solid $theme-color-one;
767
        border-radius: 0;
768
        bottom: 5%;
769
        position: fixed;
770
        left: 50%;
771
        transform: translateX(-50%);
772
        width: 6.5rem;
773
        height: 2rem;
774
        font-weight: $font-weight-one;
775

    
776
        &:active, &:focus, &:visited, &:hover {
777
            outline: none;
778
            box-shadow: none;
779
            color: $theme-color-one;
780
        }
781

    
782
        &:hover {
783
            color: $theme-color-four;
784
        }
785
    }
786

    
787
    //VERIFY - main text
788
    .ver-text{
789

    
790
        margin-top: 20pt    ;
791

    
792
        h2{
793
            text-align: center;
794
            color:$theme-color-two;
795
        }
796
    }
797
}
798

    
799
.arrow {
800
    position: absolute;
801
    width: 0;
802
    height: 0;
803
    margin: 2rem;
804
    cursor: pointer;
805
    border: 0.59055rem solid transparent;
806
}
807

    
808
.top-bar {
809
    background-color: $theme-color-five;
810
    height: 5rem;
811
    position: fixed;
812
    width: 100%;
813
    top: 0;
814
    z-index: 2;
815
}
816

    
817
.arrow-left {
818
    margin-left: 80%;
819

    
820
    border-right: 0.59055rem solid $theme-color-five;
821
    background-color: $theme-color-four !important;
822
}
823

    
824
.arrow-right {
825
    border-left: 0.59055rem solid $theme-color-four;
826

    
827
    position: fixed;
828
    z-index: 3;
829
    top: 0;
830
    left: 0;
831
}
832

    
833
.separator {
834
    border-bottom: 1px solid $theme-color-five;
835
}
836

    
837
.sidenav {
838
    height: 100%;
839
    //width: 0;
840
    width: 250px;
841
    position: fixed;
842
    z-index: 4;
843
    top: 0;
844
    left: 0;
845
    background-color: $theme-color-four;
846
    overflow-x: hidden;
847
    transition: 0.5s;
848
}
849

    
850
.sidenav a {
851
    text-decoration: none;
852
    color: $theme-color-five;
853
    display: block;
854
    transition: 0.3s;
855

    
856
    &:hover {
857
        color: $theme-color-four;
858
        background-color: $theme-color-one;
859
    }
860

    
861
    &:active, &:focus, .active {
862
        color: $theme-color-one;
863
        background-color: $theme-color-four;
864
    }
865
}
866

    
867
.dropdown-item.active, .dropdown-item:active {
868
    color: $theme-color-five;
869
    background-color: $theme-color-one;
870
}
871

    
872
.logo-kaplicky {
873
    display: block;
874
    text-align: center;
875
    width: 100%;
876
}
877

    
878
.vertical-center {
879
    margin-top: -5.1rem; // fixed navbar correction
880
    min-height: 100vh;
881
    display: flex;
882
    align-items: center;
883
}
884

    
885
.error {
886
    color: $theme-color-one;
887
    font-size: xx-large;
888
    display: block;
889
    text-align: center;
890
}
891

    
892
// login and registration alert bottom margin
893
.al {
894
    margin-bottom: 3rem;
895
}
896

    
897
@media screen and (max-height: 450px) {
898
    .sidenav a {
899
        font-size: 18px;
900
    }
901
}
902

    
903
@media (max-width: 990px) {
904
}
905

    
906
@media (max-width: 770px) {
907
}
908

    
909
@media only screen and (max-width: 540px) {
910
    .sidenav {
911
        width: 0;
912
    }
913
    .head-title.text-center h1 {
914
        font-size: 23pt;
915
        padding-top: 50pt;
916
        white-space: nowrap;
917

    
918
    }
919

    
920
    /*.btn-circle.rounded-circle.btn-sm
921
    {
922
        width: 90px;
923
        height: 90px;
924
    }
925

    
926
    .btn-circle.rounded-circle.btn-dm
927
    {
928
        width: 130px;
929
        height: 130px;
930
    }
931

    
932
    .btn-circle.rounded-circle.btn-xl
933
    {
934
        width: 180px;
935
        height: 180px;
936
    }*/
937

    
938
    body {
939
        .carousel {
940
            .carousel-inner {
941
                .social-logo {
942
                    padding-left: 30px;
943
                    top: 20%;
944
                }
945
            }
946
        }
947
    }
948
}
949

    
950
@media (min-width: 330px) and (max-height: 900px) {
951
    body {
952
        .carousel {
953
            .carousel-inner {
954
                .social-logo {
955
                    top: 25%;
956
                }
957
            }
958
        }
959
    }
960
}
961

    
962
@media (min-width: 1024px) {
963

    
964
    body {
965
        .kaplicky{
966
            text-align: left !important;
967
            font-size: 24pt;
968
            line-height: 24pt;
969
        }
970

    
971
        .text {
972
            text-align: left;
973
            font-size: 18pt;
974
            line-height: 26pt;
975
        }
976

    
977
        .carousel {
978
            .carousel-inner {
979
                .social-logo {
980
                    justify-content: center;
981
                    top: 90%;
982

    
983
                    .logo {
984
                        margin-left: 10rem;
985

    
986
                        img {
987
                            width: 3.125rem;
988
                        }
989

    
990
                        &:first-child {
991
                            margin-left: 0;
992
                        }
993
                    }
994
                }
995
                .carousel-button {
996
                    transform: none;
997
                    left: 76%;
998
                    bottom: 20%;
999
                }
1000
            }
1001

    
1002
            .carousel-caption{
1003
                padding: 3.75rem 6.25rem 10em;
1004

    
1005
                h2 {
1006
                    margin-bottom: 1rem;
1007
                }
1008
            }
1009
        }
1010

    
1011
        .button-square {
1012
            font-size: 18pt;
1013
            width: 10.875rem;
1014
            height: 2.938rem;
1015
        }
1016
    }
1017
}
(1-1/3)