-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
52 lines (44 loc) · 1.25 KB
/
style.css
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
.footer{position:absolute;left:0%;right:0%;top:0%;bottom:0%}.footer{width:100%;height:80px;background-color:#2c3e50}.flex-container{text-align:center}.footer .flex-container p{color:#f8f9fa;font-family:Lato;font-style:normal;font-weight:normal;line-height:24px;font-size:16px}.footer .flex-container a{text-decoration:none;color:#fff}/*# sourceMappingURL=style.css.map */
.bg-primary {
background-color: #2C3E50 !important;
}
.navbar-light .navbar-nav a.nav-link {
margin: 4px;
padding: 5px 20px 5px 20px;
color: #FFFFFF;
font-family: Lato;
font-size: 18px;
}
.navbar-light .navbar-nav a.nav-link:hover {
color: white;
text-decoration: underline;
text-decoration-color: #9CE9F3;
text-underline-position: under;
}
.navbar-light .navbar-nav .active > .nav-link {
color: #FFFFFF;
text-decoration: underline;
text-decoration-color: #9CE9F3;
text-underline-position: under;
}
.img-responsive {
width: 83.6px;
height: 76px;
}
a:not([href]):not([tabindex]) {
color: #FFFFFF;
font-weight: 600;
font-size: 18px;
}
a:not([href]):not([tabindex]):hover {
color: #FFFFFF;
font-weight: 600;
font-size: 18px;
}
.navbar-brand {
font-family: Montserrat;
font-style: SemiBold;
font-weight: bold;
font-size: 18px;
line-height: 25px
}