-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
283 lines (213 loc) · 5.56 KB
/
style.css
File metadata and controls
283 lines (213 loc) · 5.56 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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
body {
background: #F8F8FF;
}
/* Base H1 size for XS devices */
h1 {
font-size: 1.3125rem;
/* Adjusted base size for XS screens */
font-weight: 700;
}
/* Gradually increase font size for smaller screens */
@media (min-width: 361px) {
h1 {
font-size: 1.5625rem;
/* Moderate increase for slightly larger screens */
}
}
/* Adjusting H1 size for SM devices (576px) and up */
@media (min-width: 576px) {
h1 {
font-size: 2.125rem;
/* Adjusted size for SM screens */
}
}
/* Further adjustments for medium breakpoints */
@media (min-width: 768px) {
h1 {
font-size: 2.3125rem;
/* Original size for MD screens and up */
}
}
/* Further adjustments for larger breakpoints */
@media (min-width: 992px) {
h1 {
font-size: 3rem;
/* Original size for MD screens and up */
}
}
/* Further adjustments for extra large breakpoints */
@media (min-width: 1200px) {
h1 {
font-size: 3.5rem;
/* Original size for MD screens and up */
}
}
/* Further adjustments for extra extra large breakpoints */
@media (min-width: 1400px) {
h1 {
font-size: 4rem;
/* Original size for MD screens and up */
}
}
/* Base H1 size for XS devices */
h2 {
font-size: 1.3125rem;
/* Adjusted base size for XS screens */
font-weight: 700;
}
/* Gradually increase font size for smaller screens */
@media (min-width: 361px) {
h2 {
font-size: 1.5625rem;
/* Moderate increase for slightly larger screens */
}
}
/* Adjusting H1 size for SM devices (576px) and up */
@media (min-width: 576px) {
h2 {
font-size: 1.875rem;
/* Adjusted size for SM screens */
}
}
/* Further adjustments for medium breakpoints */
@media (min-width: 768px) {
h2 {
font-size: 2rem;
/* Original size for MD screens and up */
}
}
/* Further adjustments for larger breakpoints */
@media (min-width: 992px) {
h2 {
font-size: 2.5rem;
/* Original size for MD screens and up */
}
}
/* Further adjustments for extra large breakpoints */
@media (min-width: 1200px) {
h2 {
font-size: 2.75rem;
/* Original size for MD screens and up */
}
}
/* Further adjustments for extra extra large breakpoints */
@media (min-width: 1400px) {
h2 {
font-size: 3rem;
/* Original size for MD screens and up */
}
}
.navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* Base styling for .lead */
.lead {
font-size: 0.9375rem;
/* Converted font size */
color: #332929;
/* Example of a light emphasis color, adjust as needed */
/* Include other styling for text-light-emphasis as necessary */
}
/* Specific adjustment for devices with a max-width of 360px */
@media (min-width: 361px) {
.lead {
font-size: 1.125rem;
/* Slightly smaller for very small screens */
}
}
/* Adjusting .lead size for SM devices (576px) and up */
@media (min-width: 576px) {
.lead {
font-size: 1.125rem;
/* Adjusted size back to normal for SM screens */
}
}
@media (min-width: 768px) {
.lead {
font-size: 1.1875rem;
/* Adjust if necessary for larger screens */
}
}
@media (min-width: 992px) {
.lead {
font-size: 1.3125rem;
/* Adjust if necessary for larger screens */
}
}
@media (min-width:1400px) {
.lead {
font-size: 1.375rem;
/* Adjust if necessary for larger screens */
}
}
p {
font-size: 0.75rem;
color: #332929;
/* Suitable for screens smaller than 360px */
/* Add any other base styles for the paragraph element here */
}
/* Slightly larger screens (typically smartphones in portrait and landscape orientations) */
@media (min-width: 361px) {
p {
font-size: 0.875rem;
/* Adjust font size for devices wider than 360px */
}
}
/* Small devices (small screen size) */
@media (min-width: 576px) {
p {
font-size: 1rem;
/* Adjust font size for tablets */
}
}
/* Medium devices (tablets in portrait orientation) */
@media (min-width: 768px) {
p {
font-size: 1rem;
/* Adjust font size for tablets */
}
}
.small {
font-size: 0.6875rem;
color: #332929;
/* Suitable for screens smaller than 360px */
/* Add any other base styles for the paragraph element here */
}
/* Slightly larger screens (typically smartphones in portrait and landscape orientations) */
@media (min-width: 361px) {
.small {
font-size: 0.875rem;
/* Adjust font size for devices wider than 360px */
}
}
/* Slightly larger screens (typically smartphones in portrait and landscape orientations) */
@media (min-width: 768px) {
.small {
font-size: 0.9375rem;
/* Adjust font size for devices wider than 360px */
}
}
.newsletter-subscription .col-md-6:first-child {
padding: 20px;
}
.newsletter-subscription p {
margin-bottom: 20px;
}
.newsletter-subscription form {
margin-bottom: 20px;
}
.newsletter-subscription input {
width: 100%;
border: 1px solid #ccc;
padding: 10px;
border-radius: 4px;
font-family: 'Archivo Black', sans-serif;
}
.newsletter-subscription button {
background-color: #000;
color: #fff;
border: none;
padding: 10px;
border-radius: 4px;
font-family: 'Archivo Black', sans-serif;
}