-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
316 lines (248 loc) · 4.67 KB
/
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
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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
:root {
--main-bg-color: #0F044C;
--transparent-main--bg-color: #0F044c90;
--secondary-color: #141E61;
--transparent-secondary-color: #141e6184;
--main-header-color: #ecedf7;
--text-color: #EEEEEE;
--highlight-color: rgb(22, 167, 53);
/* dunno how organize use what colors for what... reorganize if want
or we can wait, but...
also might need switch to rgba to get transparent values...? unsure
WOULD BE HAPPY FOR U TO FIGURE THIS OUT SO I DONT HAVE TO :D
like... idk how many colors need and how organize them :/
*/
--header-font:'Mulish';
--content-font: 'Fira Sans';
/* are we using more than one font...? */
}
:-webkit-any-link {
color: inherit;
text-decoration: inherit;
}
html,
body {
/* did this cus whitespace at top of page... i dunno if will cause issues later */
width: 100%;
height: 100%;
margin: 0;
overflow-wrap: normal;
color: var(--text-color);
font-size: 1.2rem;
}
.wrapper {
display: inline-flex;
flex-direction: column;
}
.sectionHeader{
font-size: 2.2em;
}
.sectionText {
padding: 0vh 50vw 0vh 10vw;
}
.sectionDiv {
background-color: var(--main-bg-color);
color: var(--text-color);
height: 100%;
}
#titleArea {
height: 100vh;
}
#mainContent{
margin-top: 50vh;
text-align: center;
}
#title {
color: var(--main-header-color);
font-size: 5vw;
font-family: var(--header-font);
}
.joinButton{
cursor:pointer;
border-radius: 15px;
font-family: var(--header-font);
font-size: 1rem;
color: white;
width: 20vw;
height: 5vh;
background-color: var(--transparent-secondary-color);
}
#titleArea {
background: linear-gradient(-2deg, var(--main-bg-color), var(--transparent-main--bg-color) 30%);
}
.inactive {
animation-name: fadeOut;
animation-duration: 3s;
animation-fill-mode: forwards;
}
.active {
animation-name: fadeIn;
animation-duration: 4s;
animation-fill-mode: forwards;
}
.bgImg {
position: absolute;
width: 100%;
height: 100%;
z-index: -3;
}
.centered {
text-align: center;
}
#navBarDiv {
position: fixed;
top: 0;
width: 100%;
z-index: 3;
background-color: var(--secondary-color);
transition: background-color 0.5s;
}
#navBarDiv.transparent{
background-color:transparent;
}
#navBar {
list-style-type: none;
height: 5%;
}
.navBarItems {
font-size: 1.1rem;
display: inline;
padding: 1vh 2vh;
color: var(--text-color);
transition: text-decoration-color 500ms, font-size 500ms;
}
.fa-brands {
float: right;
padding: 3vh;
z-index: 2;
}
.type {
color: #14f3db;
overflow: hidden;
height: 1.2em;
animation-name: slide;
animation-duration: 1s;
animation-fill-mode: forwards;
}
.innerDiv {
padding-top: 30vh;
position: relative;
}
#aboutHeader{
position: absolute;
right: 8vw;
padding-left: 3vh;
}
#aboutHeader.activeHeader {
position: fixed;
}
#aboutHeader.endHeader{
position: absolute;
}
.slidingimg {
height: 36vh; /* img ratio is 9:16... i think thats what most img ratios are..? */
width: 64vh;
border-radius: 15%;
transition: 0.4s;
background-image: url('images/bbusinessimgfiller1.jpeg');
background-position: center center;
background-repeat: no-repeat;
background-size: 100% 100%;
}
/*need better way to choose end position maybe js...? */
.aboutText-header {
padding: 17vh 50vw 0vh 10vw;
font-family: var(--header-font);
font-size: 30px;
}
.aboutText{
height: 40vh;
padding-bottom: 30vh;
font-family: var(--content-font);
}
#schedulingDiv{
display: flex;
padding: 0 10vw 30vh 10vw;
justify-content: space-around;
}
#scheduleHeader{
text-align: center;
}
#scheduleAreaImg{
align-self: center;
}
.scheduleItem{
list-style: none;
font-family: var(--content-font);
font-size: 2.7vh;
padding: 2.5vh 7vw 2vh 0;
border-bottom: solid;
border-width: 1px;
}
.time{
padding-left: 1vw;
font-weight: bold;
color: var(--highlight-color);
}
#faqDiv{
padding: 0 15vw 60vh 15vw;
font-size: rem;
}
#faqBody{
display: flex;
flex-direction: row;
}
.faqDivider{
max-width: 40vw;
}
#leftFAQ{
padding-right: 5vw;
}
.questionHeader::before{
content: '+ ';
}
.questionHeader {
cursor: pointer;
font-size: 0.8em;
}
.answer{
font-size: 0.75em;
max-height: 8vh;
padding-left: 1.1vw;
transition: max-height 0.2s ease-out;
overflow: hidden;
}
.hidden{
max-height: 0;
}
#footer{
background-color: var(--secondary-color);
font-size: 0.5em;
height: 15vh;
align-items: center;
display: flex;
}
ul{
list-style: none;
}
@keyframes slide {
100% {
left: 100%;
}
}
@keyframes fadeOut {
from {
opacity: 1
}
to {
opacity: 0;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}