-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcustom.css
More file actions
94 lines (79 loc) · 1.5 KB
/
custom.css
File metadata and controls
94 lines (79 loc) · 1.5 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
body {
//font: normal normal 18px Arvo;
font: normal normal 18px Comfortaa;
color: #666666;
background: #ffffff none no-repeat scroll center center;
padding: 0 0 0 0;
}
.largerfont {
//font: normal normal 22px Arvo;
font: normal normal 22px Comfortaa;
}
.sketchfont {
font-family: Cabin Sketch;
}
h2 {
margin: 0 0 1em 0;
font: normal bold 42px Barrio;
//font: normal bold 42px Cabin Sketch;
color: #000000;
}
.table-condensed {
width: auto !important
}
.btn {
margin-right: 5px;
margin-bottom: 5px;
margin-top: 5px;
}
.faqHeader {
}
.accordion-toggle {
color: #404040;
}
.panel {
background-color: #fff;
border: 1px solid transparent;
}
.panel-group .panel {
border-bottom: 0;
margin-bottom: 0;
border-radius: 4px;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 18px;
color: inherit;
}
.panel-default {
background-color: #f5f5f5;
border-color: #ddd;
}
.panel-heading {
color: #333;
background-color: #f5f5f5;
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border: 1px solid #e3e3e3;
}
.panel-body {
min-height: 20px;
padding: 15px;
background-color:white;
margin-bottom: 20px;
border: 1px solid #e3e3e3;
border-radius: 4px;
}
.modal-footer {
margin: 0 auto
}
/* Mailchimp */
#mc_embed_signup {
background:#fff;
clear:left;
font:14px Helvetica,Arial,sans-serif;
width:100%;
}