-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathscrolling-nav.css
More file actions
154 lines (152 loc) · 3.11 KB
/
scrolling-nav.css
File metadata and controls
154 lines (152 loc) · 3.11 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
/*!
* Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
* Copyright 2013-2017 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
*/
header {
background: url(../img/pineapple-header-new.jpg);
background-size: cover;
background-position: center bottom;
border-bottom: 3px solid #FFCB18;
}
section {
padding: 45px 0;
}
body {
color: #1f631a;
}
.text-shadow {
text-shadow: 1px 1px 5px #215018;
}
.brand-logo {
height: 55px;
margin-top: -5px;
}
.bg-dark.bg-dark {
background-color: #fff !important;
border-bottom: 3px solid #FFCB18;
}
.navbar-dark .navbar-brand {
color: #1f631a !important;
font-size: 1.5rem;
margin-top: 5px;
}
.bg-primary {
background-color: #FAFFCF !important;
}
.metrics {
margin: 25px 0;
}
.metrics .col-sm {
background-color: #FFCB18;
margin: 0 10px 0 0;
padding: 15px 20px;
}
.metrics-number {
font-size: 1.5rem;
color: #FFF;
font-weight: bold;
display: block;
}
.metrics-convert {
color: #FFF;
display: block;
}
.charities {
text-align: center;
margin-left: -20px;
margin-right: -20px;
}
.charity {
display: inline-block;
width: 160px;
margin: 14px;
text-align: center;
vertical-align: top;
}
.charity .logo {
display: flex;
justify-content: center;
align-items: center;
width: 160px;
height: 80px;
margin-bottom: 10px;
}
.charity img {
max-width: 160px;
max-height: 70px;
}
.charity .money {
margin: 5px 0;
background-color: #FFCB18;
text-align: center;
color: #000000;
font-weight: bold;
padding: 3px 10px;
border-radius: 1px;
}
.charity .links {
font-size: 0.75rem;
}
.charity .links a {
margin-right: 4px;
}
#faq .q {
font-size: 1.15rem;
margin: 0 0 10px 0;
}
#faq .a {
margin: 0 0 15px 25px;
}
blockquote {
background: #f9f9f9;
border-left: 5px solid #ccc;
border-radius: 5px;
margin: 1.5em 10px;
padding: 2.6em;
quotes: "\201C""\201D""\2018""\2019";
color: #353535;
}
blockquote:before {
color: #ccc;
content: open-quote;
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
#banner {
background-color: #f2f2f2;
font-size: 22px;
padding: 20px 0;
text-align: center;
border-bottom: 1px solid #eee;
}
#banner a {
color: #4F4F4F !important;
font-weight: bold;
}
.h_shad {
padding: 240px 0 160px;
background-color: rgba(0,0,0,0.58);
}
.navbar-dark .navbar-nav .nav-link {
color: #5c913b !important;
text-transform: uppercase;
border-bottom: 1px solid #eee;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
color: #000000 !important;
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
footer {
background-color: #FFCB18;
}
@media (max-width: 650px) {
.h_shad {
background-color: rgba(0,0,0,0.68);
padding: 140px 0 50px;
}
}