-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
64 lines (53 loc) · 971 Bytes
/
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
53
54
55
56
57
58
59
60
61
62
63
@import url('https://fonts.googleapis.com/css?family=Poppins');
@media (max-width: 576px) {
#lead h1 {
color: #FFFFFF;
font-size: 28px;
font-weight: 600;
letter-spacing: 0.5px;
line-height: 36px;
}
} /* End max width for mobile nav breakpoint */
body {
font-family: 'Poppins', sans-serif;
background-color: #F8F8F8;
}
h1, h2 {
font-family: 'Poppins', sans-serif;
color: #424242;
}
h1 {
font-size: 48px;
letter-spacing: 0.5px;
line-height: 56px;
}
#lead {
box-sizing: border-box;
padding: 8px;
background: linear-gradient(225deg, #42A8CD 0%, #26749B 100%);
}
#lead h1 {
color: #FFFFFF;
}
#lead p {
color: #FFFFFF;
}
h2 {
color: #424242;
font-family: Poppins;
font-size: 20px;
line-height: 28px;
}
p {
font-size: 16px;
line-height: 24px;
}
p.subtext {
color: #7D7D7D;
}
a {
text-decoration: none;
}
ul {
list-style: none;
}