66
66
width : 100% ;
67
67
}
68
68
69
- .hero {
69
+ .hero , . Breadcrum {
70
70
min-height : 100vh ;
71
71
background : linear-gradient (rgba (60 , 55 , 94 , 0.7019607843 ), rgba (70 , 63 , 111 , 0.7019607843 )), url (/herobg.png);
72
72
background-size : cover;
109
109
border : 1px solid # 000080 ;
110
110
}
111
111
112
- .Head {
112
+ .Head , . Breadcrum-col11 h1 {
113
113
text-align : center;
114
114
color : white;
115
115
}
118
118
font-size : 2.5rem ;
119
119
font-family : "Poppins" , sans-serif;
120
120
}
121
- .Head-description , .About-row1__col2__introduction {
121
+ .Head-description , .Breadcrum-containerlink__home , . Breadcrum-containerlink__pagehead , . About-row1__col2__introduction {
122
122
text-align : center;
123
123
font-size : 1rem ;
124
124
font-family : "Poppins" , sans-serif;
343
343
font-family : "Poppins" , sans-serif;
344
344
color : white;
345
345
margin-top : 5rem ;
346
+ margin-bottom : 5rem ;
346
347
position : relative;
347
348
}
348
349
.ContactForm-form {
458
459
459
460
.Footer {
460
461
background-color : # e0e0f2 ;
461
- margin-top : 4rem ;
462
462
padding : 2rem 0rem ;
463
463
}
464
464
.Footer-col1__introduction {
517
517
.MobileNavList-item : hover {
518
518
color : # 000080 ;
519
519
text-decoration : underline;
520
+ }
521
+
522
+ .Breadcrum {
523
+ font-family : "Poppins" , sans-serif;
524
+ }
525
+ .Breadcrum-col11 {
526
+ bottom : 0rem ;
527
+ }
528
+ .Breadcrum-col11 h1 {
529
+ margin-top : 10rem ;
530
+ text-align : start;
531
+ font-size : 3.5rem ;
532
+ margin-bottom : 1rem ;
533
+ }
534
+ .Breadcrum-container {
535
+ display : flex;
536
+ gap : 0.75rem ;
537
+ }
538
+ .Breadcrum-containerlink {
539
+ display : flex;
540
+ gap : 0.5rem ;
541
+ }
542
+ .Breadcrum-containerlink : hover .Breadcrum-container__icon {
543
+ color : # e0e0f2 ;
544
+ }
545
+ .Breadcrum-containerlink : hover .Breadcrum-containerlink__home , .Breadcrum-containerlink : hover .Breadcrum-containerlink__pagehead {
546
+ color : # e0e0f2 ;
547
+ }
548
+ .Breadcrum-containerlink__home , .Breadcrum-containerlink__pagehead {
549
+ text-transform : capitalize;
550
+ }
551
+ .Breadcrum-containerlink__pagehead {
552
+ color : # e0e0f2 ;
553
+ }
554
+ .Breadcrum-container__icon {
555
+ color : white;
556
+ font-size : 1.5rem ;
557
+ }
558
+ .Breadcrum-footer {
559
+ padding-top : 5rem ;
560
+ padding-bottom : 5rem ;
561
+ text-align : center;
562
+ }
563
+ .Breadcrum-footer h3 {
564
+ font-size : 2.25rem ;
565
+ color : # e0e0f2 ;
566
+ text-transform : capitalize;
567
+ font-weight : 400 ;
568
+ }
569
+ .Breadcrum-footer p {
570
+ font-size : 1.125rem ;
571
+ color : # e0e0f2 ;
572
+ text-transform : capitalize;
573
+ font-weight : 300 ;
520
574
}/*# sourceMappingURL=App.css.map */
0 commit comments