-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
76 lines (63 loc) · 1.1 KB
/
styles.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
64
65
66
67
68
69
70
71
72
73
74
75
76
/* styles.css (automatically uploaded to S3) */
html {
margin: 0;
padding: 0;
clear: both;
}
body {
font-family: 'raleway', 'arial', 'helvetica', sans-serif;
background-color: #23303E;
font-weight: 400;
color: #181A20;
line-height: 18pt;
padding: 40px;
}
.page-container {
width: 100%;
background-color: #ffffff;
border: 3px solid #FF9B00;
}
.content-container {
padding: 40px;
}
#header-image{
width: 100%;
background-color: #181A20;
border-top: 3px solid #FF9B00;
border-bottom: 3px solid #FF9B00;
}
#title-bar {
color: #ffffff;
background-color: #181A20;
vertical-align: middle;
font-size: 16pt;
padding: 20px 0 20px 30px;
}
.yellow-text {
color: #FF9B00;
}
.small-teal-text {
color: #42B1CC;
font-weight: 600;
font-size: 12pt;
}
.service {
font-weight: bold;
color: #42B1CC;
}
h1 {
font-size: 20pt;
text-align: center;
}
h2 {
font-size: 16pt;
text-align: left;
}
p {
font-size: 12pt;
}
ul {
list-style-type: bullet;
list-style-position: outside;
margin-left: 20px;
}